Skip to content
This repository has been archived by the owner on Nov 1, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (15 loc) · 272 Bytes

RAID.org

File metadata and controls

19 lines (15 loc) · 272 Bytes

软件RAID

安装

Debian

sudo apt-get install -y mdadm

CentOS 7

sudo yum install -y mdadm

RAID1

“`bash mdadm –create /dev/md2 –level=1 –raid-devices=2 /dev/sda4 /dev/sdb4 “`