Replacing a failed drive in an md raid1/raid10
- 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