Brian Chadwick wrote: > Bill Davidsen wrote: > my understanding of RAID 10 is that its a mirrored array of striped > disks. Hence 4 disks, well at least 4 partitions, required. not exactly. The RAID10 target for mdadm will work on fewer disks - effectively it does striping and mirroring internally (think, in rough terms of >=2 stripes for each write, arranged such that each copy of a chunk is written to a different disk.) to the OP: However, I hardly see the point on only 2 disks. What will you gain from this that you don't gain from RAID1? you are more-or-less just striping twice, once in each direction, for each write. Stuart