June 27th, 2011, 14:41
June 27th, 2011, 16:26
June 27th, 2011, 18:15
June 27th, 2011, 19:01
June 27th, 2011, 19:03
June 27th, 2011, 19:15
June 27th, 2011, 20:18
June 27th, 2011, 20:34
gte wrote:Will the image be 40gb or 160gb (the drive size)?
June 27th, 2011, 21:31
June 27th, 2011, 22:25
gte wrote:From memory, I believe I ran this command
gte wrote:ddrescue /dev/sda1 /media/sdb3/backup.bak.hdd conv=noerror,sync
sda4 is the 160gb laptop drive (no partitions on this drive)
sdb3 is the 300gb desktop drive, I believe it has a 40mb partition, a 10gb partition and the remaining ~ 290gb as sdb3
June 27th, 2011, 23:05
June 28th, 2011, 9:43
gte wrote:Should I cancel the command (if it is still running)
gte wrote:I'm pretty sure the MBR is hosed or at least it was from a Windows perspective, is there a way I can confirm it is accessible?
June 28th, 2011, 11:39
ddrescue --generate-logfile /dev/sda1 /media/sdb3/backup.bak.hdd /media/sdb3/logfile.txt
from
ddrescue /dev/sda1 /media/sdb3/backup.bak.hdd conv=noerror,syncVulcan wrote:Thanks for explaining the situation - it's just difficult to give advice, without accurate informationgte wrote:Should I cancel the command (if it is still running)
There is no "right answer", because it all depends on whether the disk drive is about to fail, or not - and we don't know that. There are risks and benefits to different approaches, and it's your data and your choice to do DIY, so it has to be your decision.
If it was me, I would allow this ddrescue pass to run through to completion now, just in case the disk does fail soon. If some parts of the source disk could not be read on this "pass", then make sure you're using the latest version of ddrescue and try to create a logfile using the "--generate-logfile" option, as explained on the webpage I linked before. The resulting logfile may not be as good as if one had been used originally, but it's better than not having one at all, if you need to use multiple passes of ddrescue.
The original MBR cannot be hosed, if your ddrescue command line really used /dev/sda1 as the source parameter - that's because Linux has to read the MBR to find the size & location of partition 1 on /dev/sda, in order to access /dev/sda1
You may not need the MBR - it all depends how you plan to use the ddrescue output file.
June 28th, 2011, 23:18

June 28th, 2011, 23:20
June 29th, 2011, 7:52
June 29th, 2011, 8:33
ddrescue inpartition outpartition logfile
Will I need the MBR?
dd if=/dev/sda of=/media/sdb3/bradtemp/sda.mbr bs=512 count=1Now that I can see the exact command I typed, it was
dd if=/media/sda4 of=/media/sdb3/bradtemp/sda4.bak.dd conv=noerror,sync
IMPORTANT! Never try to rescue a r/w mounted partition. The resulting copy may be useless.
June 29th, 2011, 9:45
June 29th, 2011, 13:31
June 29th, 2011, 14:30
gte wrote:probably because it has a picture in the post and because of my low post count.
gte wrote:I've noticed that they are listed there as /media/sda_
gte wrote:but in some cases can also be referenced as /dev/sda_
gte wrote:I'm sorry about the confusing names
Now that I can see the exact command I typed, it was
dd if=/media/sda4 of=/media/sdb3/bradtemp/sda4.bak.dd conv=noerror,sync
rescued: MB: is slowly increasing a mb at a time
Powered by phpBB © phpBB Group.