I'm attempting to rescue a failed NTFS HDD via ntfsclone:
- I began to copy sector by sector via:
It runs quickly up to 30% then tries to log bad sectors, becoming extremely slow, and I hear the drive's motor and heads running, so I think it attempts several times to read any bad sectorsntfsclone --rescue --force --overwrite '/dev/sda1' '/dev/sdb1'--rescue: continue to process any bad sector found--force: continue if the volume is dirty
Any suggestions to speed this up, or perhaps it's better to use ddrescue to do this job?