RAID6工作原理图解及特点分析
日期:2007-06-19 | 分类:基础知识 | 阅读:1,477 | 评论关闭 Tags: 工作原理, 图解, CACHE, IO, RAID, RAID6 |
RAID 6: Independent Data disks with two independent distributed parity schemes Characteristics/Advantages 1. RAID 6 is essentially an extension of RAID level 5 which allows for additional fault tolerance by using a second independent distributed parity scheme (two-dimensional parity) 2. … Continue reading 6: Independent Data disks with two independent distributed parity schemes
Characteristics/Advantages
1. RAID 6 is essentially an extension of RAID level 5 which allows for additional fault tolerance by using a second independent distributed parity scheme (two-dimensional parity)
2. Data is striped on a block level across a set of drives, just like in RAID 5, and a second set of parity is calculated and written across all the drives; RAID 6 provides for an extremely high data fault tolerance and can sustain multiple simultaneous drive failures
3. Perfect solution for mission critical applications
阅读全文 >>>

