Changes

Talk:Software RAID on Linux

496 bytes added, 04:28, 19 February 2017
/* Set up RAID 1 with fdisk - 2/18/2017 */ new section
The following lines were added (+) and removed (-):
== Set up RAID 1 with fdisk - 2/18/2017 ==If you have 2 drives, /dev/sda and /dev/sdb fdisk /dev/sdaCreate Partitions with fdisk* d - delete any existing partitions* n - create a new partition fdisk /dev/sdbCreate Partitions with fdisk* d - delete any existing partitions* n - create a new partition Now use fdisk to convert partitions to a type needed for building the RAID array fdisk /dev/sda* t - change the partition type to "fd".  You can get a list of available types
Bureaucrat, administrator
16,192
edits