[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-ddrescue] Error in ddrescue Logfile
From: |
Sven Achtelik |
Subject: |
Re: [Bug-ddrescue] Error in ddrescue Logfile |
Date: |
Tue, 26 Mar 2013 06:46:01 -0500 |
Antonio,
thank you for that quick answer. I've change the line but ddrescue still has a
problem with it.
Is there anything else wrong ?
Regards,
Sven
________________________________________
Von: Antonio Diaz Diaz address@hidden
Gesendet: Dienstag, 26. März 2013 12:51
An: Sven Achtelik
Cc: address@hidden
Betreff: Re: [Bug-ddrescue] Error in ddrescue Logfile
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.