I've been having a lot of trouble figuring out how to rescue an old Hard Disk that took a bit of a fall a few years back. My question is in the title of the post, but to summarize the events that transpired (link to the original discussion in https://stackoverflow.com/questions/758 ... -raw-data/) :
I've used gddrescue to save data from a defective hard drive onto a newer one of the same size (both are 2TBs Toshiba hard disks). More specifically, I used the command
Code: Select all
sudo ddrescue -f BADDISK GOODDISK logfile.log
At this point I tried using Testdisk on GOODDISK to see if I could recover anything from it, the only information shown though were the same kind of files that I could see on the fileview on both Windows and Linux Mint. As I notified a kind soul that was helping me, I was told that I committed a mistake and should have completed the rescue operation. I tried running it again, this time as
Code: Select all
sudo ddrescue -f -C BADDISK GOODDISK logfile.log
Now, what I'd like to know is:
1) How much did I screw up?
2) Testdisk also lets me perform a deeper search, but it also takes quite some time (again, kind of forced due to low resources). Should I bother attempting it on GOODDISK before doing anything else? Will it return a list of candidates of possible files to be saved onto yet another drive?
3) If not, then are there any other steps that I should take on GOODDISK to at least attempt a recovery on the files?
Infinite thanks for your patience and for making tools such as these. Again, sorry if I didn't use proper etiquette.