bug-ddrescue
[Top][All Lists]
Advanced

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

Re: [Bug-ddrescue] Should i restart rescue - newbie Grandma needs help


From: andrew zajac
Subject: Re: [Bug-ddrescue] Should i restart rescue - newbie Grandma needs help
Date: Wed, 26 May 2010 13:24:17 -0700 (PDT)

Hi.

You wrote:
"My HD is 320 GB.  My external drive has approximately 345 GB of free space." 

What do you mean free space?  Did you partition it and create sdc1 to be 345 gigs in size?

Because the following command write directly to sdc1:

sudo ddrescue --no-split /dev/sda2 /dev/sdc1

Whatever filesystem was on scd1 is gone.  It is overwritten with what is on sda2.  It's possible to write to a file which will only take up the free space on a device.  You do so by mounting the device and telling ddrescue that the image is (to be) the filename.

Example:

cd /media/MyExternalDiskWith345GigsOfFreeSpace
mkdir rescued
cd rescued
sudo ddrescue /dev/sda2 image log

That will create an image of sda2 on your external drive.  The image will named "image" and the log will be called "log".

I hope that I am wrong and that you didn't just blow away most of the data you had saved on the external drive.

Andrew Zajac


--- On Tue, 5/25/10, blamejane <address@hidden> wrote:

From: blamejane <address@hidden>
Subject: [Bug-ddrescue] Should i restart rescue - newbie Grandma needs help
To: address@hidden
Received: Tuesday, May 25, 2010, 10:14 AM


I'm trying to recover data from a HD that wont boot.  It's my daughters
computer, only 2 years old and it contains the raw baby pictures of my only
grandchild.  I know, I know...

After researching (frantically) I came across some information on ubuntu
live cd and gddrescue.  I ran the following command:

sudo ddrescue --no-split /dev/sda2 /dev/sdc1

Note: prior to launching this command I tried the same command but with a
logfile name.  It didn't work because the logfile didn't actually exist. 

I skipped the logfile cuz I wasn't sure my external drive had enough room
for the image file as well as the logfile...

My HD is 320 GB.  My external drive has approximately 345 GB of free space.

ddrescue has been running for two days and has the following info...

rescued: 177660 MB
ipos: 177877 MB
opos: 177877 MB
errors:2076

I'm starting to worry about whether or not I launched with the correct
settings, whether my external drive should have been empty, should I have
started the rescue with /dev/sda1 (I think this was a vista recovery
partition), etc...

Should restart now while I'm only 2 days into it, if I did infact blow it?

Any suggestions at this point would be greatly appreciated.

Grandma

--
View this message in context: http://old.nabble.com/Should-i-restart-rescue---newbie-Grandma-needs-help-tp28668925p28668925.html
Sent from the Gnu - ddrescue mailing list archive at Nabble.com.


_______________________________________________
Bug-ddrescue mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-ddrescue


reply via email to

[Prev in Thread] Current Thread [Next in Thread]