dvl@
Developer
A theoretical question...
I am about to create a 6 disk raidz2 configuration on FreeBSD 9.1. I plan to make it zfsroot (that is, the whole OS on ZFS). The system is already running on a gmirror. The problem: how to transfer the system from the gmirror to ZFS if I can only attach 6 HDD at a time.
My first thought, now abandoned was:
1 - connect the 6HDD.
2 - boot from a USB key
3 - create the zpool
4 - shutdown
5 - remove one HDD
6 - replace it with one of the two disks from the gmirror
7 - boot from the USB key again
8 - use tar piped to tar to copy the various partitions.
9 - shutdown
10 - swap the gmirror disk for the original HDD
11 - power up
12 - profit
Since that cunning idea, I realized I have a 2-port SATA card I can install, then boot from the USB, and do all of the above from within that configuration.
But I'm curious, what do you think of that original plan? feasible?
I am about to create a 6 disk raidz2 configuration on FreeBSD 9.1. I plan to make it zfsroot (that is, the whole OS on ZFS). The system is already running on a gmirror. The problem: how to transfer the system from the gmirror to ZFS if I can only attach 6 HDD at a time.
My first thought, now abandoned was:
1 - connect the 6HDD.
2 - boot from a USB key
3 - create the zpool
4 - shutdown
5 - remove one HDD
6 - replace it with one of the two disks from the gmirror
7 - boot from the USB key again
8 - use tar piped to tar to copy the various partitions.
9 - shutdown
10 - swap the gmirror disk for the original HDD
11 - power up
12 - profit
Since that cunning idea, I realized I have a 2-port SATA card I can install, then boot from the USB, and do all of the above from within that configuration.
But I'm curious, what do you think of that original plan? feasible?
