[citation][nom]mcd023[/nom]I'm not the RAID expert, but would a RAID 5 be better for redundancy? I know that the 2 drives in a RAID 10 that have the same data failing are improbable, but I was just wondering.On another thought: think of how many drives they'll be replacing like, what, every day? I've heard of large arrays needing several replacement drives/wk. Imagine this![/citation]
[citation][nom]chickenhoagie[/nom]I think you're right. RAID 5 is the best RAID solution for mirroring/backup as far as I know. Certainly better than RAID 10[/citation]
No, for redundancy, the best possible raid is RAID 16/61 (mirrored RAID 6). For excellent redundancy and fast access RAID 10/01 is the way to go. In respect to redundancy, from least to most goes as the following (price also climbs as you get more redundant as well):
RAID 0 (stripe without parity)
JBOD (just a bunch of disks)
RAID 1 (mirroring)
RAID 5 (stripe with parity, need to lose two disks, losing one and you're still fine)
RAID 6 (similar to RAID 5 in how it works, but more redundant, have to lose three disks)
RAID 1+0 or 0+1 (mirrored stripe without parity; have to lose both drives in a mirror, otherwise could literally lose half the array and still be able to recover)
RAID 5+0 or 0+5 (parity stripe array across a stripe without parity)
RAID 6+0 or 0+6 (more redundancy 5+0/0+5)
RAID 5+1 or 1+5 (mirror parity stripe)
RAID 6+1 or 1+6 (more redundant 5+1/1+5)
Going above this level of RAID get exhoribantly expensive without much benefit.
Overall, RAID 1+0/0+1 is probably best of both worlds with excellent redundancy and decent cost.
One thing that needs to be mentioned about RAID 5, for small arrays with a small number of disks, RAID 5 is fine for redundancy, but when you have an array that is 8+ disks of 2TB per disk or higher, you run into an issue where your array will fail due to a write failure. Due to the sheer number of sectors, you are 100% likely to get a write failure at in an 8+ disk array with 2TB+ disks, as such RAID 6 has become the new standard when you need a large sized array with 8+ disks that are 2TB+ in size.