Skip to content

Instantly share code, notes, and snippets.

  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Save pearsonc/06da9ce23cb48564a38cddcac021340b to your computer and use it in GitHub Desktop.
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