zfs-mount.8 — OpenZFS documentation
openzfs.github.io › openzfs-docs › manDisplays all ZFS file systems currently mounted. Mount ZFS filesystem on a path described by its mountpoint property, if the path exists and is empty. If mountpoint is set to legacy, the filesystem should be instead mounted using mount (8) . Perform an overlay mount. Allows mounting in non-empty mountpoint.
How do I mount a ZFS pool? - Ask Ubuntu
askubuntu.com › questions › 123126Zfs will mount the pool automatically, unless you are using legacy mounts, mountpoint tells zfs where the pool should be mounted in your system by default. If not set you can do so with. sudo zfs set mountpoint=/foo_mount data. That will make zfs mount your data pool in to a designated foo_mount point of your choice.
How do I mount a ZFS pool? - Ask Ubuntu
https://askubuntu.com/questions/123126Zfs will mount the pool automatically, unless you are using legacy mounts, mountpoint tells zfs where the pool should be mounted in your system by default. If not set you can do so with. sudo zfs set mountpoint=/foo_mount data. That will make zfs mount your data pool in to a designated foo_mount point of your choice.
Mounting considerations for zFS - ibm.com
www.ibm.com › docs › enIf the data set is found and it is not an HFS data set, the type is changed to ZFS. If a data set is not found, the type is changed to ZFS. In both cases, the mount proceeds as though TYPE(ZFS) was specified. If you specify TYPE(ZFS) and it is an HFS data set, then the type is changed to HFS. The mount proceeds as though TYPE(HFS) was specified.