coreutils
[Top][All Lists]
Advanced

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

Re: dd for failing discs?


From: Bernhard Voelker
Subject: Re: dd for failing discs?
Date: Wed, 12 Feb 2014 12:47:58 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0

On 02/12/2014 10:31 AM, Pádraig Brady wrote:
On 02/12/2014 08:08 AM, Bernhard Voelker wrote:
Would it really be that bad to use something like the following?

   dd if=/dev/sda1 of=sda1.img conv=noerror iflag=fullblock

If this is true, we could add a link like
   http://www.gnu.org/software/ddrescue/
into the Texinfo manual, otherwise, we should add an example
like the above.

This was discussed in http://bugs.gnu.org/6667
You would need conv=sync to pad out the unreadable parts.

ah, right. I missed that flag somehow.

The example from there would be useful in the docs.

(AFAIK tools like ddrescue try an adaptive approach for
'ibs' values on failing sectors, and have other sophisticated
features like backup merging - admitted.)

Right, so would be good to mention along with the example.

Thanks, I'll prepare a patch for the docs, then.

Have a nice day,
Berny




reply via email to

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