RAID1+0(RAID10) RAID0+1(RAID01)

RAID 10
RAID 1+0 (or 10) is a mirrored data set (RAID 1) which is then striped (RAID 0), hence the "1+0" name. A RAID 1+0 array requires a minimum of four drives – two mirrored drives to hold half of the striped data, plus another two mirrored for the other half of the data. In Linux, MD RAID 10 is a non-nested RAID type like RAID 1 that only requires a minimum of two drives and may give read performance on the level of RAID 0.
RAID 01
RAID 0+1 (or 01) is a striped data set (RAID 0) which is then mirrored (RAID 1). A RAID 0+1 array requires a minimum of four drives: two to hold the striped data, plus another two to mirror the first pair. It provides best RW performance.
 
http://acnc.com/04_01_0_1.html(里面的RAID50图彷佛画得不对)
 
 
 
 
为何网上流传的概念RAID10/RAID01与wiki上的相反?
 
相关文章
相关标签/搜索
本站公众号
   欢迎关注本站公众号,获取更多信息