ZFS: Unmount or Take a Filesystem Offline
www.tech-recipes.com › rx › 1406Jun 03, 2006 · The mount and unmount commands are not used with ZFS filesystems. The filesystem concept has changed with ZFS in which we are likely to see many more filesystems created per host. A ZFS pool can be taken offline using the zpool command, and a ZFS filesystem can be unmounted using the zfs command as described …
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.