Replacing a failed drive in an md raid1/raid10: Difference between revisions
Jump to navigation
Jump to search
Created page with "*Check if the kernel removed the faild drive from the arrays:<code># mdadm --detail /dev/md0</code> Category: Linux" |
No edit summary |
||
| Line 1: | Line 1: | ||
*Check if the kernel removed the faild drive from the arrays:<code># mdadm --detail /dev/md0</code> | *Check if the kernel already removed the faild drive from the arrays: <code># mdadm --detail /dev/md0</code> | ||
**If not, remove if by hand: # mdadm /dev/md0 --remove /dev/sdb1 | |||
**If in an array a partition of failed drive is not marked as failed, do this | |||
[[Category: Linux]] | [[Category: Linux]] | ||
Revision as of 19:58, 2 July 2015
- Check if the kernel already removed the faild drive from the arrays:
# mdadm --detail /dev/md0- If not, remove if by hand: # mdadm /dev/md0 --remove /dev/sdb1
- If in an array a partition of failed drive is not marked as failed, do this