software_raid_on_linux
Differences
This shows you the differences between two versions of the page.
| software_raid_on_linux [2014/11/24 01:14] – created 0.0.0.0 | software_raid_on_linux [2014/11/24 02:09] (current) – ben | ||
|---|---|---|---|
| Line 4: | Line 4: | ||
| Check to see if the disk thinks it should be in the array | Check to see if the disk thinks it should be in the array | ||
| - | <source lang="bash"> | + | <code bash> |
| mdadm -E /dev/md0 | mdadm -E /dev/md0 | ||
| mdadm -E /dev/sdb1 | mdadm -E /dev/sdb1 | ||
| mdadm -E /dev/sda1 | mdadm -E /dev/sda1 | ||
| - | </source> | + | </code> |
| Readd the missing disk | Readd the missing disk | ||
| - | <source lang="bash"> | + | <code bash> |
| mdadm /dev/md0 -a /dev/sdb1 | mdadm /dev/md0 -a /dev/sdb1 | ||
| - | </source> | + | </code> |
| Check to see the array is rebuilding | Check to see the array is rebuilding | ||
| - | <source lang="bash"> | + | <code bash> |
| mdadm -D /dev/md0 | mdadm -D /dev/md0 | ||
| - | </source> | + | </code> |
software_raid_on_linux.txt · Last modified: by ben
