Created
January 10, 2018 22:04
-
-
Save dryliketoast/67589ef9ac4c5e40c4a520f29de544b3 to your computer and use it in GitHub Desktop.
linux software raid1
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
| IF THE DEVICE CONTAINS A VALID MD SUPERBLOCK, THE BLOCK IS OVERWRITTEN WITH ZEROS: | |
| # mdadm --zero-superblock /dev/sdc /dev/sdd | |
| CREATE RAID1 USING /DEV/SDC1 AND /DEV/SDD1 | |
| # mdadm --create /dev/md0 --level=1 --raid-devices=2 /dev/sdc1 /dev/sdd1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment