Replacing a failed drive in an md raid1/raid10

From Notes to self
Revision as of 19:58, 2 July 2015 by Verbovet (talk | contribs)
Jump to navigation Jump to search
  • 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