Pardon the Necromancy to this old and unsolved post:
I was sniffing around the web for some specs on real world performance differences between a 3 disk RAID 5 vs a 4 disk RAID5 array. This statement was probably the best indicator of performance differences by adding the 4th disk rather than keeping it empty as a hot spare:
tokencode :
Read performance will be about the same as a RAID10 with the same number of spindles (not drives but active spindles, 6 drives in RIAD10 is 3 spindles, 6 drives in RAID5 is 5 spindles)
I think something that was overlooked about RAID 5, other than less loss of capacity, is while:
Advantages of RAID 1+0 = Quick recovery of data in the event of a disk failure.
Advantages of RAID 5 = Fast reads; inexpensive redundancy and fault tolerance; data can be accessed (albeit at a slower rate) even while a failed drive is in the process of being rebuilt.
So when a single disk fails in a RAID 5, its still possible to read the data (even though its MUCH slower than a 100% Healthy RAID5 Array) and keep chugging along until you can plan some downtime to swap the bad disk for a good one. Also, as the RAID5 Array is re/building, you can also use the disks (you don't have to wait until the RAID Array built is completed before you can use it after a failed disk replacement / while adding a new disk.
I'm a fan of RAID 5. More Usage of the Disks Capacity and a Performance gain with moederate-to-high durability and continuous usage.
That said, I'm not sure what OP really needs the RAID Array for, but I am struggling to imagine why the minor performance gain of a Striped RAID is ever going to be "Better" than a RAID 5 for even the most powerful of HOME PC power users (Unless you are hosting an extremely popular app/website from your home?). I've had enough downtime at the WORST POSSIBLE MOMENTS for it to happen to appreciate a solution with a viable continuous usage scenario. So RAID 10 or RAID 5 would be wise, IMO. You will have a infinitesimally marginally higher chance of data loss with "2 drives failing at once" (or before you get the bad one swapped out) but you still get a performance gain and roughly 25-33% more capacity (depending on the number of disks) than a RAID 10 if you go with a RAID 5. It's the best bang for the buck in situations like Consumer NAS Storage devices that typically only support RAID 0, 1, 5, 1+0 and JBOD.