[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Bug-ddrescue] ddrescue 1.22 strange behavior on Red Hat Enterprise
From: |
Antonio Diaz Diaz |
Subject: |
Re: [Bug-ddrescue] ddrescue 1.22 strange behavior on Red Hat Enterprise Linux 7.4 |
Date: |
Thu, 08 Feb 2018 15:36:31 +0100 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i586; en-US; rv:1.9.1.19) Gecko/20110420 SeaMonkey/2.0.14 |
Dennis Clarke wrote:
I made the attempt to write a bootable DVD iso file to a USB device and
the ddrescue instantly responded with "Finished" and reported an obscene
and impossible "current rate" and then hung for five minutes :
This seems to be normal linux behavior for cached writes to USB devices.
The kernel caches all the writes and ddrescue has to wait at close until
the data is written to the device. Of course, if any write fails,
ddrescue can't know which one was.
You may try direct write access as in:
ddrescue --odirect --force -vv -c 16 -r 2 sol-11_4-beta-text-x86.iso
/dev/sdc
Seems like bizarre behavior to me.
I think linux is not optimized for ddrescue by default. :-)
Best regards,
Antonio.