On 12/1/2012 7:11 AM, Oguz Yilmaz wrote: > Why do we need another storage server. You don't. > IF I create > md0 Raid0 (sda1 + sda2) > md1 Raid0 (sdc1 + sdc2) > > then is it possible to create > md2 Raid1 (md0 + md1) > > like md? Sure, you can do this. One downside is you can never expand it WRT capacity or effective spindles. The only way to get there is to put the RAID1 device in a linear device and grow more of these 4 device RAID 0+1 devices into the linear device. This setup requires an allocation group based filesystem, XFS, to get anything near linear scaling across the drives. But for that your application must exhibit file level parallelism, i.e. reading/writing many dozens of files in parallel, and with inode64 mount, they must be in different directories. Otherwise you IO won't scale across your disks. -- Stan -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html