HW RAID controller should have built-in function to do auto-recovery. That is, auto-resync all data from good HD to new HD.
But for software RAID, you need to resync all data manually. You can check current RAID status and got the following messages by perform 'cat /proc/mdstat' command
RAID in GOOD condition:
md2 : active raid1 hdc1[1] hda1[0] 264960 blocks [2/2] [UU]
md0 : active raid1 hdc5[1] hda5[0] 15936 blocks [2/2] [UU]
md1 : active raid1 hdc6[1] hda6[0] 3943808 blocks [2/2] [UU]
RAID in BAD condition:
md2 : active raid1 hda1[0] 264960 blocks [2/1] [U_]
md0 : active raid1 hda5[0] 15936 blocks [2/1] [U_]
md1 : active raid1 hda6[0] 9719168 blocks [2/1] [U_]
When hard disk problem occur, you can refer Charlie Brady recovery instructions by refer to
http://forums.contribs.org/index.php?topic=10221.msg38508#msg38508Regards,
Mark