I want to change which disk I'm using as my zfs root. My plan was to partition the new disk, install the bootloader, create a new zroot pool, then do
The problem I'm having is I can't create the replacement pool with the same name as the original one, and renaming the pool name once it's up might be tricky.
Any ideas or other approaches?
zfs send ... | zfs recv
. Then I can shutdown, remove the old disk, and boot to the new one.The problem I'm having is I can't create the replacement pool with the same name as the original one, and renaming the pool name once it's up might be tricky.
Any ideas or other approaches?