zfsmount
Mounting and Sharing ZFS File Systems
By default, all ZFS file systems are mounted by ZFS at boot by using SMF’s svc: //system/filesystem/local service. File systems are mounted under /path, where path is the name of the file system.
You can manage ZFS file systems with legacy tools by setting the mountpoint property to legacy. Legacy file systems must be managed through the mount and umount commands and the /etc/vfstab file. ZFS does not automatically mount legacy file systems on boot, and the ZFS mount and umount command do not operate on datasets of this type.
# zfs set mountpoint=legacy tank/home/someuser # mount -F zfs tank/home/someuser /mnt