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.
How do I mount a ZFS pool? - Ask Ubuntu
askubuntu.com › questions › 123126If 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. After that is done and since root owns the mount point you can change the owner of the mount with. sudo chown -R user:user /foo_mount.