I had trouble finding tutorials on setting up a simple filesystem raid 1 setup. Most were geared towards setting up Ubuntu on a Raid 1 array.
List your disks:
$ sudo fdisk -l
This will give an output like:
Disk /dev/sdd: 240.1 GB, 240057409536 bytes 81 heads, 63 sectors/track, 91879 cylinders, total 468862128 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x211bbf32 Device Boot Start End Blocks Id System /dev/sdd1 2048 468862127 234430040 fd Linux raid autodetect Disk /dev/sde: 240.1 GB, 240057409536 bytes 81 heads, 63 sectors/track, 91879 cylinders, total 468862128 sectors Units = sectors of 1 * 512 = 512 bytes Sector size (logical/physical): 512 bytes / 512 bytes I/O size (minimum/optimal): 512 bytes / 512 bytes Disk identifier: 0x22e6d1f2 Device Boot Start End Blocks Id System /dev/sde1 2048 468862127 234430040 fd Linux raid autodetect
Continue reading “Simple (Non-System) Raid 1 Setup in Ubuntu Using MDADM”