Dean S. Messing wrote: [] > [] That's what > attracted me to RAID 0 --- which seems to have no downside EXCEPT > safety :-). > > So I'm not sure I'll ever figure out "the right" tuning. I'm at the > point of abandoning RAID entirely and just putting the three disks > together as a big LV and being done with it. (I don't have quite the > moxy to define a RAID 0 array underneath it. :-) "Putting three disks together as a big LV" - that's exactly what "linear" md module. It's almost as unsafe as raid0, but with linear read/write speed equal to speed of single drive... Note also that the more drives you add to raid0-like config, the more chances of failure you'll have - because raid0 fails when ANY drive fails. Ditto - for certain extent - for linear md module and for "one big LV" which is basically the same thing. By the way, before abandoming "R" in "RAID", I'd check whenever the resulting speed with raid5 (after at least read-ahead tuning) is acceptable, and use that if yes. If no, maybe raid10 over the same 3 drives will give better results. /mjt - 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