Best way to recover file off of single RAID1 drive?
Linux - HardwareThis forum is for Hardware issues.
Having trouble installing a piece of hardware? Want to know if that peripheral is compatible with Linux?
Notices
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Best way to recover file off of single RAID1 drive?-Solved
I had two WD SE16 640GB drives set up as RAID1 with a 400GB partition, a 240GB partition and a swap part. Fedora 9 OS ext3 file system.
Messing around I screwed up the Fedora pretty good. No problem. I'll just take out one of the drives, reformat it, and install Fedora 10. Then I'll just plug the second drive into my Vista machine and copy the /home files via LAN back to the Fedora 10 box.
Step 1. Reformat and install Fedora 10. No problems -
Part 2. I plugged the second drive into a Vista machine, installed "read ext3" software, and looked at the drive.
Problem! The system sees the partitions, but thinks this is a "damaged" raid disk. I suppose it is because the mirror is missing. But the data on the drive is complete. I just need to be able to access it and copy the /home folder to the new install.
I'm hesitant to plug it back into the Fedora box because I'm pretty clueless about mounting devices and partitions and so forth. I wiped out a backup drive before trying to mount it on a new install to recover data.
What's the best way to get those /home files off of a single RAID1 drive that isn't damaged?
Thanks!
Last edited by ddc441; 02-24-2009 at 10:42 PM.
Reason: Change status to solved
Mount the raid using mdadm with the "missing" parameter instead of the fellow disk. Unfortunately you will have to learn how to do that. It really isn't that hard and we'll be happy to walk you through it.
I wouldn't touch that RAID disk with Vista and expect to get your data back.
Sounds like your trying to mount a Broken Raid device with an ext3 partition on Vista, not sure thats going to work for you.
You'll need to mount it in linux telling the Raid driver that its a broken mirror, then you should be able to mount the filesystem.
Wow... turned out to be a lot simplier than I thought. I just went into the bios, disabled raid and the system booted right up to Fedora 10. I logged in as root, startx, and there it was on the desktop... just like a cdrom.
Thanks for all your help. You gave me the confidence to plug it back into the linux box and fire it up.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.