On Sun, 10 Jun 2012 17:30:08 -0500
Stan Hoeppner <s...@hardwarefreak.com> wrote:

(...)

> You create two 4 drive md RAID5 arrays, one composed of the four
> identical 1.5TB drives and the other composed of the four identical
> 2TB drives.  Then concatenate the two arrays together into an md
> --linear array, similar to this:
> 
> ~$ mdadm -C /dev/md1 -c 128 -n4 -l5 /dev/sd[abcd]  <-- 2.0TB drives
> ~$ mdadm -C /dev/md2 -c 128 -n4 -l5 /dev/sd[efgh]  <-- 1.5TB drives
> ~$ mdadm -C /dev/md0 -n2 -l linear /dev/md[12]

Sorry I have another question to this procedure:

Can I put the raid5 from the old server which was attached over sata
to the LSI and mdadm will still recognize the disks? Will the disks
uuids be the same?

And when I have added the old raid5 which contains the data can I add
this to the linear array and still have the data or will it be lost?

Hmm, probably I have to create a raid5 with the four empty 2 TB disks
attached to the LSI. Then:

~$ mdadm -C /dev/md0 -n1 -l linear /dev/md1

Now I copy the content from the old raid5 with the four 1.5 TB disks to
the new linear md0.


Cheers
Ramon


-- 
To UNSUBSCRIBE, email to debian-user-requ...@lists.debian.org 
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org
Archive: 
http://lists.debian.org/20120612190518.6d6fb1d5@hoferr-x61s.hofer.rummelring

Reply via email to