Quote:
Originally Posted by needee /dev/md0 is raid1 consist upon sda7, and sda8.
/dev/md1 is raid1 consist upon sda9, and sda10. | Your raid 10 is built by 4 partitions of the SAME disk.
This has only educational value.
In practice, this is more than useless.
You wont gain any data protection in case of disk failure
and OF COURSE this is slower.
That one poor disk has to write each request 4 times.. 
Well, to be more precise:
A write request by an application is first split by the raid0.
Then each of the raid1s has to write its part twice.
Other than that, coopstah13 is right.
Don't build the raid1s and the raid0 yourself, but rely on mdadm to get that sorted for you via raid10.
Use 4 individual drives, and a halfway decent CPU, then see your IO performance fly  |