Does RAID 6 takes less time to rebuild than RAID 5 if only one drive fails? Many thanks.
Tell me more
×
Server Fault is a question and answer site for
professional system and network administrators. It's 100% free, no registration required.
migrated from stackoverflow.com Aug 29 '11 at 20:42
|
They should both take the same amount of time since only a single parity calculation is necessary. Some implementations may do both, which may take longer depending on the implementation. Some HBAs can do both parity calculations at the same time, others cannot. Software might take double the CPU power, again depends on the implementation. |
|||
|
|
|
With a second parity stripe, the rebuild process should be significantly longer.
|
|||||||
|
