Created
November 17, 2019 14:08
-
-
Save pearsonc/06da9ce23cb48564a38cddcac021340b to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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