Skip to content

Instantly share code, notes, and snippets.

Boot from Live media
Try ubuntu before installing
Launch terminal
sudo -s
Stop dmraid
dmraid -an
install mdadm
sudo -s
apt-get clean && apt-get update && apt-get install mdadm
Build existing FakeRaid Array using MDADM
mdadm --build --verbose /dev/md1 --level=0 --raid-devices=2 /dev/sda /dev/sdb
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment