>I want to move my OS (rpool) to a different disk. It's all a pretty
>new install but I have gotten enough updates and config edits in place
>that I'd not like to re-install from 2008.11 101b.
>
>Can I use `dd' for that task or is that likely to have problems with
>zfs?
Possible, yes. Also, you need to copy everything.
>Is there a better way?
Yes.
zpool pool replace olddevice newdevice
System says on, you can use the data and after a while it is done.
If it's a bootable pool, then there might be a problem; you can do it in
two steps:
zpool pool attach olddevice newdevice (make a mirror)
and later, after a reboot from the new mirror (and after installing grub)
zpool pool detach pool olddevice
Casper
_______________________________________________
opensolaris-discuss mailing list
[email protected]