This website works better with JavaScript.
欢迎来到马士兵代码仓库
Sign In
msb_14154
/
Learn
mirror of
https://github.com/Black-Gold/Learn
Watch
1
Star
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9e0ebf307a
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '9e0ebf307a'
${ noResults }
Learn
/
Linux_man_cn
/
mdadm.md
506 B
Raw
Blame
History
madadm
常见Raid类型及基本特性,n代表磁盘数量
Raid级别
Raid0
Raid1
Raid5
Raid6
Raid10
别名
条带
镜像
分布式奇偶校检条带
双重奇偶校检条带
镜像加条带
磁盘数
n≥1
2n(n≥1)
n≥3
n≥4
2n(n≥2)≥4
可用容量
全部
50%
(n-1)/n
(n-2)/n
50%
最大容错
0
n-1
1
n/2
读性能
n
n
n-1
n
写性能
n
1
n-1
n/2