My son and I are about to head off on and adventure converting 4 disks into one array.
Let me give you some background on what the layout looks like today. We are running gentoo linux and have 4 10TB disks.
Two of them currently have data on them, but not in an array. Two disks are unused at this time.
What I would like to do is:
- create an array, either software raid (mdadm) or ZFS pool
- mount that new array on an alternate mount point (i.e. /mnt/blah)
- copy the data from the other disks on to this new array,
- then finally add the two older disks into that new array.
I'm not worried about fault tolerance but space and performance would be great. What is the best pathway to reach this goal?