On Wed, 9 Mar 2022 01:08:47 +0200 Jani Partanen <jiipee@xxxxxxxxxxx> wrote: > Hello, I don't think you gain really any benefit from that raid-0, just > go linear array, IMHO. There is no gain from the linear array either. In none of the performance, reliability or even simplicity, since managing a linear md array is not any simpler than managing an md RAID0. Smaller disks tend to be slower in linear speeds than larger and more densely written ones. If that is the case with the particular models used here, then having the 2x500 side in a RAID0 will help them match up in linear speeds to the 1TB side. And a very good point that Wols mentioned, the 1TB-disk member can be set as --write-mostly, since the 2x500GB RAID0 is likely to overshoot the performance of a single 1TB disk, even if its individual disks were slower. Not to mention it has two independent head sets for the same amount of data. (If we're still talking rotational here...) -- With respect, Roman