|
From: | Florian Sedivy |
Subject: | Re: [Bug-ddrescue] 250gig error... out of nowhere. |
Date: | Wed, 06 Nov 2013 01:15:16 +0100 |
Hi Niklas! Am 05.11.2013 um 03:17 schrieb Niklas Swan:
I guess (and hope for you), the system only lost access to the drive, reporting all the remaining 234GB as one big read error. You could simply continue without the -n option, but then those 234GB would be read backwards 1 sector at a time (trimmed), which would be very slow. A better idea is to tell ddrescue that it should treat that area as non-tried. I can think of two ways to accomplish that: First, you could use -A (—try-again) together with an approximate -i 500G. This should reset the last 250200MB in the log file from "*" (non-trimmed) to "?" (non-tried). Or, even more precise, edit the log file yourself. The single large error should be the last line. Change the status character of that line from "*" to "?", save, and start ddrescue over. In both cases you can keep the -n option in for now if you want, but to finish the rescue you will eventually have to omit it. One final hint: -c 256 will give you optimum read speed from /dev/rdisk devices on OS X. And a word of caution: device numbers may change after unplugging and replugging drives. I always double-check those. Good luck! Florian |
[Prev in Thread] | Current Thread | [Next in Thread] |