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

All times are UTC - 5 hours [ DST ]




Post new topic Reply to topic  [ 5 posts ] 
Author Message
 Post subject: Ddrescue delete my data
PostPosted: June 2nd, 2010, 17:02 
Offline

Joined: June 2nd, 2010, 17:00
Posts: 1
Location: Japan
I tried to clone my laptop ubuntu partition using ddrescue into my portable harddisk
I run command "ddrescue r3 /dev/sda6 /dev/sdb6"


sdb6 is my portable harddisk partition with lots of data.
In my head I was thinking that it will create image file (like iso or img)that can be restored.
Suddenly I relize that it delete my existing data (in sdb6) then I interrupt ddrescue
Is there a way that I could get back my data in sdb6?
Partition in sdb6 is FAT32m, now when I try to open sdb6 using Windows OS, it always aks me to format

Please help...

*desperately*


Top
 Profile  
 
 Post subject: Re: Ddrescue delete my data
PostPosted: June 3rd, 2010, 3:19 
Offline
User avatar

Joined: September 8th, 2009, 18:21
Posts: 16963
Location: Australia
I would clone your laptop drive to an IMG file on a third drive. Then I would clone your external hard drive to a second IMG file on the same drive.

Now compare the two IMG files. Identify the point at which the differences begin. Everything before that point has been overwritten. Use dd to write zeroes to the damaged portion of the IMG. This will ensure that your recovery software won't be confused by invalid data.

In fact, I'm wondering if creating a FAT32 partition entry (and boot sector?) will provide additional assistance to the data recovery software???


Top
 Profile  
 
 Post subject: Re: Ddrescue delete my data
PostPosted: June 3rd, 2010, 5:51 
Offline
User avatar

Joined: April 7th, 2009, 21:36
Posts: 487
http://www.youtube.com/watch?v=DMkasTMiJBI

_________________
Zero Alpha: zeroalpha.com.au
Find Cheap Donor Drives App: https://www.zeroalpha.com.au/donor-drive-app Updated February 2026


Top
 Profile  
 
 Post subject: Re: Ddrescue delete my data
PostPosted: June 3rd, 2010, 7:15 
Offline
User avatar

Joined: March 28th, 2008, 7:52
Posts: 1466
Location: Europe, Hungary
RTFM before play with unknown programs....


Top
 Profile  
 
 Post subject: Re: Ddrescue delete my data
PostPosted: June 3rd, 2010, 11:23 
Offline

Joined: May 2nd, 2010, 14:52
Posts: 22
Location: Canada
In addition to above you can use testdisk to try and rebuild the file/folder information from the journalled data, but whatever has been overwritten is now perfectly sda6.

mount /dev/sdb6 /mnt/usbdrive
ddrescue --no-split /dev/sda6 /mnt/usbdrive/myimage.img /mnt/usbdrive/mylog.log


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

All times are UTC - 5 hours [ DST ]


Who is online

Users browsing this forum: No registered users and 45 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