Redundant Array of Independent Disks (RAID 0,1,4,5,6,10 & Hybrid) in Centos¶
Centos supports software RAID and currently it supports RAID 0, RAID 1, RAID 4, RAID 5, RAID 6, RAID 10 and some Hybrid RAID configurations. Below are the details regarding these RAID systems and their related how-to’s.
RAID 0¶
- Partition a disk for RAID 0
- Format RAID 0 disk with a filesystem
- Configuring RAID 0
- Mounting RAID 0
- Recovering RAID 0 disk
RAID 1¶
- Partition a disk for RAID 1
RAID 4¶
- Partition a disk for RAID 4
RAID 5¶
- Partition a disk for RAID 5
RAID 6¶
- Partition a disk for RAID 6
RAID 10¶
- Partition a disk for RAID 10