Talk:ZFS on Boot

From OpenZFS on OS X
Jump to: navigation, search

Optional, create further datasets, perhaps for /Users, and/or, individual users...

  1. sudo zfs create -o mountpoint=/Users -o canmount=off rpool/HOME
  2. sudo zfs create rpool/HOME/username

these should be modified to be able to use the current user account. in general, the instructions should aim at a temporary mount point to be able to seamlessly clone the root of the drive. but, what about the individual partitions such as recovery, etc.?