Switch to full style
Data recovery and disk repair questions and discussions related to old-fashioned SATA, SAS, SCSI, IDE, MFM hard drives - any type of storage device that has moving parts
Post a reply

ddrescue destroyed partition

September 18th, 2010, 20:19

I had a problem with a SD Card and I decided to use the ddrescue to solve it but everything went worse instead. I booted from a Live USB Ubuntu distribution and run the following command:
Code:
ddrescue /dev/sdcard /dev/sda

My mistake was that sda was the HDD where the windows partition was installed and ddrescue overwrote the hole disk. Is there a way to recover the content of the HDD in this case?

Re: ddrescue destroyed partition

September 18th, 2010, 21:23

how large was the SD card?

Re: ddrescue destroyed partition

September 19th, 2010, 4:02

SD card 8GB
HDD 320 GB

Re: ddrescue destroyed partition

September 19th, 2010, 12:54

Hello Oliver,

We can assume that the first 8GB have been overwritten of your Windows partition. A full restore to the point where you can boot the drive and have a full folder structure will no longer be an option. However, a partial recovery should be possible. You can try something like get back data for NFTS and see what can be found. Also a raw recovery should be an option for you.

viel glück!

Re: ddrescue destroyed partition

September 19th, 2010, 17:58

Agree, this command overwrites only the size of the source device on the destination.
So in this way, the MBR, boot sector, MFT are gone, but raw recovery and some scanning are an option here.
You can get the most of your important files if you don't do another similar mistakes. :)

Janos
Post a reply