RAID 5 utilizes n-1 parity striped across all disks. Very dangerous, especially for large arrays, since if a disk fails and needs to be replaced, a single URE during the array rebuild process means you lose your whole array, and the chance of a URE during a rebuild is around 40% I think, if not higher. If you have multiple disks purchased from the same manufacturing batch in the array, you've increased the chance of a lost array even more.
RAID 6 steps it up to sustaining up to 2 simultaneous disk failures (n-2), but the same dangers of RAID 5 apply.
In short, striped parity should be restricted to not-so-critical data and smaller arrays. Mirrored sets are more costly as far as hardware and disk space, but far more resilient and easily expandable.
RAID 6 steps it up to sustaining up to 2 simultaneous disk failures (n-2), but the same dangers of RAID 5 apply.
In short, striped parity should be restricted to not-so-critical data and smaller arrays. Mirrored sets are more costly as far as hardware and disk space, but far more resilient and easily expandable.

Comment