bug-ddrescue
[Top][All Lists]
Advanced

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

Re: [Bug-ddrescue] Is it a bug or not?


From: Antonio Diaz Diaz
Subject: Re: [Bug-ddrescue] Is it a bug or not?
Date: Tue, 08 Nov 2016 16:49:34 +0100
User-agent: Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14

Joe Kickman wrote:
Is it possible to modify the 'configure' file to always compile
with device names shown?

Yes. Replace line 11 of configure from
  use_non_posix=
to
  use_non_posix="-DUSE_NON_POSIX"


Also, '-d' option on my system does not cause errors now!
Does it do the same, as 'hdparm --direct  /dev/sda' ?

Yes, it opens the input file with the O_DIRECT flag.


When being run with --cpass=0 (skip copying non-tried areas, just do
trimming and scraping) - remaining time includes non-tried blocks.

This is expected behavior. "remaining time" is not the time remaining to end the current run, but to rescue all the data in the rescue domain.

http://www.gnu.org/software/ddrescue/manual/ddrescue_manual.html#Algorithm

The 'remaining time' is calculated using the average rate of the last 30 seconds and does not take into account that some parts may be excluded from the rescue (for example with '--no-trim'), or that some areas may be unrecoverable. Therefore it may be very imprecise, may vary widely during the rescue, and may show a non-zero value at the end of the rescue.


Regards,
Antonio.



reply via email to

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