|
hey i think trying to use a disk intensive copy or any of that shit thats going to retry bad sectors will likely end the drive sooner.
I would try and use XCOPY
/C Continues copying even if errors occur.
something like from a CMD / Dos prompt
xcopy /s /C BADDRIVE:\*.* c:\BACKUPFOLDER
|