First page Back Continue Last page Overview

 

Software RAID Recovery

 
  • Simulating disk failures

    • mdadm /dev/md0 -f /dev/sda1
  • Recovering from a software RAID disk failure

    • replace the failed hard drive and power on
    • reconstruct partitions on the replacement drive
      • mdadm /dev/md0 -a /dev/sda1
  • mdadm, /proc/mdstat, and syslog messages