Copy the files from a command line with xcopy using the /C command to tell
xcopy to ignore any errors. This will copy all the files without bad
sectors. The files with bad sectors are lost. Here's an example:
xcopy u:\*.* d:\oldfiles\ /e/c
This will copy all files from drive U: to a folder on drive D: called
oldfiles. Note that oldfiles must already exist.
--
Kerry Brown
MS-MVP - Windows Desktop Experience: Systems Administration
http://www.vistahelp.ca/phpBB2/
"John" <> wrote in message
news:848D3401-2527-453A-8429-...
> A few days ago, a message saying "windows detected a hard disk problem"
> appears when I log into Vista.
> Initially, nothing happen. Suddenly one day, my Vista started lagging(very
> serious).
> I therefore make it to be a USB external HD, and then try to copy the
> files.
> However, the HD stops working when reaching certain sector while copying.
> I attempt to repair it by using chkdsk tool and Seagate repair tool, the
> process stopped at a percentage.
>
> Any solution for me to copy my files please?
>
> Thanks for any idea.