• Some users have recently had their accounts hijacked. It seems that the now defunct EVGA forums might have compromised your password there and seems many are using the same PW here. We would suggest you UPDATE YOUR PASSWORD and TURN ON 2FA for your account here to further secure it. None of the compromised accounts had 2FA turned on.
    Once you have enabled 2FA, your account will be updated soon to show a badge, letting other members know that you use 2FA to protect your account. This should be beneficial for everyone that uses FSFT.

Software RAID5 under Linux

Headcase_Fargone

Limp Gawd
Joined
Mar 25, 2010
Messages
284
I'm planning to build a new tiny media server around a Zacate E-350 board with six SATA ports. I had hoped to run a RAID5 setup under Ubuntu using mdadm, but someone on an HTPC forum mentioned that I could only expect 10-15MBps write speeds to this array. Is this true?

I knew performance wouldn't be stellar using software RAID on such a puny CPU, but that seems awfully low. Can anyone here that might be running a similar setup give me some idea what sort of performance I can expect?
 
I had a software raid on Linux with 3x 1 TB WD green drives on a Intel Atom 230 (single core with HT on) and write speed was like 130 MB/sec - which would have been slightly better with a faster CPU - but still good enough imo.
 
I had hoped to run a RAID5 setup under Ubuntu using mdadm, but someone on an HTPC forum mentioned that I could only expect 10-15MBps write speeds to this array. Is this true?

Absolutely not. I would expect 200 to 300 MB/s STR. If you tune the array. Hint increase stripe_cache_size from 256 to 4096 or 8192.

I knew performance wouldn't be stellar using software RAID on such a puny CPU

Remember that your puny CPU is faster at calculating XOR than the CPU on most HW raid cards.
 
Last edited:
Agree. i've found mdadm very efficient at parity, it's hard to beat the cost of commodity processing power.
 
Back
Top