- Created MBR partition table with `RAID autodetect` partition type with full space. - Created mdadm array with: `sudo mdadm --create /dev/md0 --level=mirror --raid-devices=2 /dev/sdb1 /dev/sdc1` - Mount `/dev/md0p1` into `/mnt/raid1/`