Talk:ZFS on Boot
From OpenZFS on OS X
Revision as of 18:38, 5 November 2024 by 143.255.84.134 (Talk)
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.?