Possible Duplicate:
How to recover from RAID 5

there are 5 disk-array. i've lost the data of one of them. How can i recover?

link|improve this question
2  
This isn't a programming question, it belongs on serverfault.com. – Christian Specht Aug 3 '10 at 6:45
feedback

migrated from stackoverflow.com Aug 3 '10 at 10:09

This question came from our site for professional and enthusiast programmers.

closed as exact duplicate by theotherreceive, Graeme Donaldson, sybreon, Warner, Zoredache Aug 3 '10 at 16:06

This question covers exactly the same ground as earlier questions on this topic; its answers may be merged with another identical question. See the FAQ for guidance on how to improve it.

1 Answer

This really belongs on serverfault.

Before you do anything check the status of your backups.

Assuming you have enough working disks in the array to rebuild: replace the faulty disk with another identical one, and perform a rebuild.

Suggest you read: Common mistakes while performing RAID recovery

link|improve this answer
feedback