MultiDrive – free backup, clone & wipe disk utility from Atola Technology

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 6 posts ] 
Author Message
 Post subject: NTFS recovery after ddrescue
PostPosted: May 7th, 2010, 10:17 
Offline

Joined: May 7th, 2010, 9:56
Posts: 3
Location: Estonia
Hi, I have a failing 1,5TB HDD with one NTFS partition on it and trying to recover as much data from it as possible. Currently running ddrescue (almost two weeks by now and nearly finished) to copy whole partition to 2TB drive but there are a lot of random errors stated in ddrescue log file (few thousand).

I'm concerned about the rescued files health as how can i be sure that a file is correct and does not contain some blocks witch ddrescue was not able to recover. It sure can be checked manually by looking up file positions as stated in MFT and comparing those address ranges to ddrescue log file unrecovered addresses - but is there some software to do it automatically?
Thanks.


Top
 Profile  
 
 Post subject: Re: NTFS recovery after ddrescue
PostPosted: May 7th, 2010, 10:21 
Offline

Joined: January 15th, 2008, 11:06
Posts: 1419
Location: Providence, RI. Boston, MA USA
Let your program finish what it is doing right now, if its almost finished and then analyze your files. :D

_________________
www.datarecoveryne.com


Top
 Profile  
 
 Post subject: Re: NTFS recovery after ddrescue
PostPosted: May 7th, 2010, 13:42 
Offline

Joined: May 7th, 2010, 9:56
Posts: 3
Location: Estonia
What program is recommended for file analyzing?


Top
 Profile  
 
 Post subject: Re: NTFS recovery after ddrescue
PostPosted: May 7th, 2010, 13:51 
Offline

Joined: December 27th, 2006, 10:15
Posts: 1852
Location: Belgium
Before you started cloning you should have written in your target drive a signature on every sector, like "unreadabledata".
Then you recover your files and search for files that contain that signature.
Those are the bad files.
Now it is much more difficult.
If your targetdrive was a new one, you could try looking for files that contain sectors completely filled with 00 hex.

Dobre

_________________
Murphy was an optimist

Datarecovery in Belgium, Holland, France and Germany
Datarecoverytools http://www.drtools.eu


Top
 Profile  
 
 Post subject: Re: NTFS recovery after ddrescue
PostPosted: May 7th, 2010, 14:55 
Offline

Joined: May 2nd, 2010, 14:52
Posts: 22
Location: Canada
I never thought of doing it your way with creating an initial disk image filled with "bad" data

I am not familiar with NTFS, but for linux ext2/ext3 debugfs will look in the inode table for the filename if you give it the corresponding sector (ddrescue log address / 4096, if using standard sector size)


Top
 Profile  
 
 Post subject: Re: NTFS recovery after ddrescue
PostPosted: May 7th, 2010, 16:18 
Offline

Joined: May 7th, 2010, 9:56
Posts: 3
Location: Estonia
Thx for an idea, luckily my drive is indeed new.
grep -r -P [\x00\x00\x00\x00]{128} *.*
seems to work for listing bad files, only big files are problematic as it looks like grep loads whole file to memory and memory out error appears.


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 6 posts ] 

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 886 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group