Linux - GeneralThis forum is for general Linux questions and discussion.
If it is Linux Related and doesn't seem to fit in any other forum then this is the place.
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.
I am Running SBS 2k3, on raid 5, the other partition on the raid (a dell utility) boots. With the raid drivers, system sees the drive. Booted to the windows recovery ran chkdsk /r and /p came back with 'The volume appears to contain one or more unrecoverable problems' . I then booted to Helix rescue cd (v3) and the drive shows up as an Unknow partition in Gparted. Ran fdsik -l and it returnd a file system id # 7, NTFS. tried to force mount as NTFS but it errors out with, "dosen't have a vaild ntfs".
Any ideas on how to repair the file system, force linux to mount it as NTFS, or get to the data on the drive?
Distribution: Kubuntu 8.04 32 bit and 64 bit, PCLOS 2009
Posts: 2,665
Thanked: 50
If your machine is using a software raid then you can boot a live Linux CD and use dmraid to try to reconstruct the raid array.
Code:
dmraid -ay
I've done this on Dell machines running Windows. It works but you will see a bunch of different raid devices. Only one of them is the real thing. You can try mounting the most promising one and hope for the best.
Then start using a daily backup so you don't have to ever recover data from a broken raid array again. Back up your data to an external hard disk. Tapes are so 20th century.
IMO raid is more trouble than it is worth. Just use a simple disk configuration and BACK UP YOUR DATA EVERY DAY!
Last edited by stress_junkie; 12-07-2008 at 08:35 PM..
No such luck, Raid is a Perc5/i (hardware), the Dell utilities wich are stirpted across the raid (at least what Dell tech said) the fact that i can boot in to that and that the in the Perc BIOS show raid as optmal makes me think the raid is good.
Distribution: Kubuntu 8.04 32 bit and 64 bit, PCLOS 2009
Posts: 2,665
Thanked: 50
If the hardware raid is okay then you might be able to boot a Linux live CD. I often use the System Rescue CD to fix Windows machines. You can try to mount the partition using ntfs-3g and make a tar copy of the partition onto an external disk drive. I do this quite often since I support Windows machines in work. I get a lot of calls for data recovery. The System Rescue CD is very handy.
Ran fdsik -l and it returnd a file system id # 7, NTFS. tried to force mount as NTFS but it errors out with, "dosen't have a vaild ntfs".
Any ideas on how to repair the file system, force linux to mount it as NTFS, or get to the data on the drive?
Not sure if youve tried this but I've often gained access to NTFS file systems from a live knoppix this.
I install ntfsprogs apt-get install ntfsprogs then used ntfsfix to mount the partition e.g. ntfsfix /dev/hda1
Ntfsfix just resets the flag on a dirty volume then you can reboot and run chkdsk from windows or try and force it to mount.
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.