[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: Need help recovering hard drive



Dear Dennis,

I found at http://andrew.daviel.org/XP-disk-recovery.html, an
interesting strategy to use Linux to recover data from a hard drive with
NTFS system.

Perhaps the same strategy could be used for a HD with Linux (using "dd")

...
dd if=/dev/sda1 of=sdb1  # aborted
dd if=/dev/sda1 of=sdb1a skip=2035000

I then made a file to fill the gap, and joined the pieces together. I
could then mount the resulting file loopback: 

dd if=/dev/zero count=704 of=zeroes
cat sdb1 zeroes sdb1a > XP0
mount -t ntfs -o ro,loop=/dev/loop1 XP0 /mnt/test
...

Markos
www.c2o.pro.br

Em Dom, 2012-12-09 às 14:42 -0600, Dennis Wicks escreveu:
> Greetings;
> 
> One of my hard drives quit working, and as luck would have 
> it, just before the scheduled backup! So I need to recover 
> some info that has been updated/added since the last backup.
> 
> First, is there any thing I can do to get the system to 
> mount that drive even with errors? As it is right now I get 
> error messages at boot time and the drive isn't recognized. 
> Apparently doesn't make any difference whether the drive is 
> on controller 0 or 1 or is master or slave.
> 
> Second, is there any program that I can use to get data of 
> off that drive?
> 
> TIA for any help!
> Dennis
> 
> 


Reply to: