RAID1 Configuration On CentOS 7
May 16, 2017
0
RAID1 is also known as Disk Mirroring , It is the technique of writing the same data to more than one disk drive. Requirement : minimum 2 HDD Step : 1 Install Required Package CentOS/Rhel yum install mdadm Ubuntu apt-get install mdadm Step 2: Ex…
Continue Reading