[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-ddrescue] Fill mode: Program/documentation bug in 1.15-pre1
From: |
Antonio Diaz Diaz |
Subject: |
Re: [Bug-ddrescue] Fill mode: Program/documentation bug in 1.15-pre1 |
Date: |
Mon, 14 Mar 2011 19:13:53 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.7.11) Gecko/20050905 |
Hello Burkart,
Burkart Lingner wrote:
First of all let me thank you for writing ddrescue.
You are welcome. :-)
--- Problem 1: Warnings that are probably erroneous ---
Thanks for reporting this. You are right that ddrescue incorrectly warns
about the "-D, --synchronous" option being ignored in fill mode. It is
in fact functional in fill mode.
--- Problem 2: Fill mode writes the same 64 KiB repeatedly ---
Surely my fault, but you have seriously misunderstood what fill mode
does. I'll try to explain it better in the manual. Thanks.
Fill mode is intended to fill disk sectors with a pattern usually
smaller than the size of a sector, say all zeros or repetitions of the
string "BAD SECTOR ".
If you want to write the image back to the original disk all you have to
do is to swap the input and output file names and use a new logfile (or
no logfile at all).
Best regards,
Antonio.