RAID1+0(RAID10) RAID0+1(RAID01)
原创
©著作权归作者所有:来自51CTO博客作者nianzong的原创作品,请联系作者获取转载授权,否则将追究法律责任
RAID1+0(RAID10) RAID0+1(RAID01)
https://blog.51cto.com/linuxop/313395
RAID1+0(RAID10) RAID0+1(RAID01)
https://blog.51cto.com/linuxop/313395
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 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上的相反?
上一篇:裸光纤
下一篇:session与cookie区别
举报文章
请选择举报类型
内容侵权
涉嫌营销
内容抄袭
违法信息
其他
补充说明
0/200
上传截图
格式支持JPEG/PNG/JPG,图片不超过1.9M

提问和评论都可以,用心的回复会被更多人看到
评论
发布评论
相关文章
-
vmware ESXI6.7 安装教程
vmware ESXI6.7 安装教程
esxi安装教程 esxi6.7安装教程 -
raid阵列常见故障解决方案分享
raid阵列常见故障解决方案分享
服务器 数据 磁盘阵列