how to clone failing disk in RAID 0 array
July 6, 2007 12:44 PM
Subscribe
One of the disks in my hardware RAID 0 system drive array is failing, but it's still booting for the moment. Is there any tool I can use to clone just the failing physical disk to another identical one?
Typical drive image software will not work for this because Windows sees the two disks in the RAID 0 array as a single volume.
What I need to do is basically mirror the failing disk exactly onto the replacement. I just can't find a tool that will do this -- all my searching keeps turning up drive image tools that run under windows and will happily clone the *entire* drive, but not just the one failing disk.
Because it is a large drive (each one is 500 MB -- I know, I know; I was going to move to RAID 5 shortly, and just hadn't had the time :/) I would like to avoid having to go out and get a 1TB drive to clone the entire disk, not just for expense but because I am afraid that the amount of time it will take to clone everything will increase the chances the disk will die for good somewhere in there.
Any suggestions?
posted by nnovik to computers & internet (9 comments total)
But that's just guessing.
Novell's docs on something RAID-related aren't much more helpful:
"A Segment Fails in a RAID 0
If a segment fails in a RAID 0, you must delete the software RAID 0 device, create a new RAID 0 device, then copy your data to the RAID from backup media. For information, see Section 9.10, Deleting a Software RAID Device."
If it's a windows box, you might be able to back up everything via an online tool like Mozy, then pull the bad disk, replace it, reinstall windows and then rebuild from backup.
But in the end, there's probably no easy solution, as RAID 0 is not about fault tolerence.
posted by GuyZero at 1:07 PM on July 6, 2007