Managing ZFS Mount Points - Oracle
docs.oracle.com › cd › E19253-01You can override the default mount point by using the zfs set command to set the mountpoint property to a specific path. ZFS automatically creates the specified mount point, if needed, and automatically mounts the associated file system when the zfs mount -a command is invoked, without requiring you to edit the /etc/vfstab file. The mountpoint property is inherited.
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.