[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-ddrescue] Error in ddrescue Logfile
From: |
Antonio Diaz Diaz |
Subject: |
Re: [Bug-ddrescue] Error in ddrescue Logfile |
Date: |
Tue, 26 Mar 2013 12:51:49 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.11) Gecko/20050905 |
Hello Sven.
Savage27 wrote:
I'm having a problem with a ddrescue log file. There has to be some error in
this section and i can't find it. I tried to understand the log file
structure but I couldn't fix it. ddrescue is telling me that the line
"0x3F5620000 0x0011F600 ?" seems to be bad.
The logfile structure is pretty simple:
http://www.gnu.org/software/ddrescue/manual/ddrescue_manual.html#Logfile-Structure
The relevant part is: "The blocks in the list of data blocks must be
contiguous and non-overlapping."
The size in the bad line is wrong; it leaves a gap:
0x3F5620000 + 0x0011F600 = 0x3F573F600 but the next block begins at
0x3F673F600. The right size is 0x0111F600.
0x3F5620000 0x0011F600 ?
0x3F673F600 0x00000200 -
Regards,
Antonio.