Harp
January 26th, 2014, 10:53 PM
I have a WD 3TB External HD, formatted to NTFS, that has recently failed. The drive contains very important data that I must recover. Ordinarily, I keep a backup of this data but, long story short, at the moment, this is not the case.
When I try to mount the drive in Ubuntu, it tells me:
Failed to open $MFTMirr/$DATA: No such file or directory
Failed to load $MFTMIRR: No such file or directory
Failed to mount '/dev/sdb2': No such file or directory
So I ran:
sudo ntfsfix /dev/sdb2
Mounting volume... Failed to open $MFTMirr/$DATA: No such file or directory
Failed to load $MFTMIRR: No such file or directory
FAILED
Attempting to correct errors... Failed to open $MFTMirr/$DATA: No such file or directory
Failed to load $MFTMIRR: No such file or directory
FAILED
Failed to startup volume: No such file or directory
Checking for self-located MFT segment... OK
Failed to open $MFTMirr/$DATA: No such file or directory
Failed to load $MFTMIRR: No such file or directory
Volume is corrupt. You should run chkdsk.
When I attach the drive to Windows, it lists it in File Explorer as the generic "Local Disk G:" and when I try to mount it, it says:
G:\ is not accessible. The parameter is incorrect.
Then, I opened a cmd prompt and ran:
chkdsk g:
The type of the file system is NTFS.
Unable to determine volume version and state. CHKDSK aborted.
So, I then ran Testdisk and told it to analyse the physical drive. It finds the following Partitions:
1 P EFI System [EFI System Partition]
2 P MS Data [3TB]
This looked slightly promising to me, as it lists the MS Data partition by the actual name I designated, "3TB." So I pressed P to list the files of this partition and it came back with:
Can't open filesystem. Filesystem seems damaged.
At this point, I started to run PhotoRec but quickly realized it would take approximately 9,000 hours to complete and all of the information would be recovered sans filenames & directories (my ultimate nightmare). Instead, I decided to boot back into Linux and run ddrescue in the hopes that, perhaps, only the EFI partition was damaged and I could recover the data by making an image of the Data partition (?).
Ddrescue took about 5 days to complete and logged no errors, but when I tried to mount the .img file:
sudo mkdir /media/img
sudo mount -o loop /[path to]/3TB.img /media/img
Failed to open $MFTMirr/$DATA: No such file or directory
Failed to load $MFTMIRR: No such file or directory
Failed to mount '/dev/loop0': No such file or directory
So, this is where I am right now. Is there anything I've missed or anything else I can do to try to fix the filesystem of this drive, or am I doomed to PhotoRec Hell?
When I try to mount the drive in Ubuntu, it tells me:
Failed to open $MFTMirr/$DATA: No such file or directory
Failed to load $MFTMIRR: No such file or directory
Failed to mount '/dev/sdb2': No such file or directory
So I ran:
sudo ntfsfix /dev/sdb2
Mounting volume... Failed to open $MFTMirr/$DATA: No such file or directory
Failed to load $MFTMIRR: No such file or directory
FAILED
Attempting to correct errors... Failed to open $MFTMirr/$DATA: No such file or directory
Failed to load $MFTMIRR: No such file or directory
FAILED
Failed to startup volume: No such file or directory
Checking for self-located MFT segment... OK
Failed to open $MFTMirr/$DATA: No such file or directory
Failed to load $MFTMIRR: No such file or directory
Volume is corrupt. You should run chkdsk.
When I attach the drive to Windows, it lists it in File Explorer as the generic "Local Disk G:" and when I try to mount it, it says:
G:\ is not accessible. The parameter is incorrect.
Then, I opened a cmd prompt and ran:
chkdsk g:
The type of the file system is NTFS.
Unable to determine volume version and state. CHKDSK aborted.
So, I then ran Testdisk and told it to analyse the physical drive. It finds the following Partitions:
1 P EFI System [EFI System Partition]
2 P MS Data [3TB]
This looked slightly promising to me, as it lists the MS Data partition by the actual name I designated, "3TB." So I pressed P to list the files of this partition and it came back with:
Can't open filesystem. Filesystem seems damaged.
At this point, I started to run PhotoRec but quickly realized it would take approximately 9,000 hours to complete and all of the information would be recovered sans filenames & directories (my ultimate nightmare). Instead, I decided to boot back into Linux and run ddrescue in the hopes that, perhaps, only the EFI partition was damaged and I could recover the data by making an image of the Data partition (?).
Ddrescue took about 5 days to complete and logged no errors, but when I tried to mount the .img file:
sudo mkdir /media/img
sudo mount -o loop /[path to]/3TB.img /media/img
Failed to open $MFTMirr/$DATA: No such file or directory
Failed to load $MFTMIRR: No such file or directory
Failed to mount '/dev/loop0': No such file or directory
So, this is where I am right now. Is there anything I've missed or anything else I can do to try to fix the filesystem of this drive, or am I doomed to PhotoRec Hell?