The following steps work:
# list ZFS pools and datasets
zfs list
# Query current mount point for a ZFS dataset, e.g., mypool/mydataset
zfs get mountpoint mypool/mydataset
# Set new mountpoint to /home
zfs set mountpoint=/home mypool/mydataset
# Always verify
zfs list
zfs get mountpoint mypool/mydataset
No comments:
Post a Comment