How do I mount a ZFS file system?
File systems are mounted under /path , where path is the name of the file system. You 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.
How do I resize a ZFS dataset?
The ZFS dataset can be grow setting the quota and reservation properties. Extend a volume is to setting the volsize property to new size and using growfs command to make new size take effect. When decrease volume size we need to be careful as we may loos our data.
Where do you mount ZFS?
All ZFS file systems are mounted by ZFS at boot time by using the Service Management Facility’s (SMF) svc://system/filesystem/local service. File systems are mounted under /path , where path is the name of the file system.
How can I override the default mount point in ZFS?
You 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.
How are ZFS file systems mounted at boot time?
All ZFS file systems are mounted by ZFS at boot time by using the Service Management Facility’s (SMF) svc://system/filesystem/local service. File systems are mounted under /path, where path is the name of the file system. You can override the default mount point by using the zfs set command to set the mountpoint property to a specific path.
What to do if ZFS is unable to unmount a file?
If ZFS is unable to unmount a file system due to it being active, an error is reported, and a forced manual unmount is necessary. 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.
How to determine the mount point of a file system?
You can determine specific mount-point behavior for a file system as described in this section. You can also set the default mount point for a pool’s dataset at creation time by using zpool create ‘s -m option. For more information about creating pools, see Creating a ZFS Storage Pool.