Hello All,
I am installing FreeBSD 8.1 x64 through the Fixit Shell and I need to set it up to run on ZFS. I am currently experimenting in a virtual environment before I build the actual system. (See attached File)
I have ad4, ad6 and ad8 to be striped and then mirrored to ad10, ad12 and ad14.
I need to gstripe each partition to the corresponding one on the other drive (ad4p1 to ad6p1 to ad8p1, and ad4p2 to ad6p2 to ad8p2 and so on).
I learned how to use gstripe and did the following:
Should I do the same for the ad10 - ad14 drives before I gmirror?
And should I mount the partitions before I start installing? What should I configure while installing/after installing?
Thanking you all for your time and help,
atwinix
I am installing FreeBSD 8.1 x64 through the Fixit Shell and I need to set it up to run on ZFS. I am currently experimenting in a virtual environment before I build the actual system. (See attached File)
I have ad4, ad6 and ad8 to be striped and then mirrored to ad10, ad12 and ad14.
I need to gstripe each partition to the corresponding one on the other drive (ad4p1 to ad6p1 to ad8p1, and ad4p2 to ad6p2 to ad8p2 and so on).
I learned how to use gstripe and did the following:
Code:
gstripe label -v -s 131072 boot /dev/ad4p1 /dev/ad6p1 /dev/ad8p1
gstripe label -v -s 131072 swap /dev/ad4p2 /dev/ad6p2 /dev/ad8p2
gstripe label -v -s 131072 zfs /dev/ad4p3 /dev/ad6p3 /dev/ad8p3
Should I do the same for the ad10 - ad14 drives before I gmirror?
And should I mount the partitions before I start installing? What should I configure while installing/after installing?
Thanking you all for your time and help,
atwinix