Difference between revisions of "Talk:ZFS on Boot"
From OpenZFS on OS X
(some thoughts.) |
(No difference)
|
Latest revision as of 18:38, 5 November 2024
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.?