FG
💻 Software

File copying utility like rsync with error handling like ddrescue, for data recovery from a hard drive with bad sectors or hardware failure

Fresh5 days ago
Mar 15, 20267604 views
Confidence Score0%
0%

Problem

I have a hard drive with either bad blocks or sectors that are failing to read due to potential mechanical issues, such as a bad disk head, bad motor, or some other issue that is causing the hard drive to read data excruciatingly slowly and with lots of read errors. I'm seeing an average of 50 KB/s…

Error Output

rsync -avP --stats --block-size=512 --timeout=600 /path/to/source/* /path/to/destination/

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: File copying utility like rsync with error handling like ddrescue, for data recovery from a hard drive with bad sectors or hardware failure

Low Risk

I have a 3TB Hitachi that reads painfully slow, ddrescue will operate at the file level. But not on directories. However I could not get ddrescue's --timeout or --min-read-rate options to work. You would want to do this in a script to ddrescue one f…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment