Talk:ZFS on Boot
From OpenZFS on OS X
Optional, create further datasets, perhaps for /Users, and/or, individual users...
- sudo zfs create -o mountpoint=/Users -o canmount=off rpool/HOME
- 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.?