Originally posted by: EatSpam
Looks like that partition got knocked out of the array. The drive probably took too long performing an error correction or something. I've had similar situations with my Linux RAID 5 arrays.
You want to hotremove then hotadd /dev/hda3. Check my syntax, but I think its right.
remove: mdadm /dev/md1 -r /dev/hda3
add: mdadm /dev/md1 -a /dev/hda3
With any luck, it'll say successful to both of those commands and the RAID will rebuild. Use the command cat /proc/mdstat to monitor.