"don treat" wrote in message news:2009101019532treat71@msn.com...
> i recently had a problem with my old computer and decided it was time to
> replace. the power supply shorted and wont turn on.i removed the hard
> drive and put it in a usb enclosure.i would like to get files off of it.
> the old computer was xp. the new computer is vista. i moved the jumper on
> the old drive to cable select. when i try to access it in any way through
> my computer or through file transfer wizard whatever program i use
> freezes.
> is it an issue between xp and vista or something else?
>
>
> EggHeadCafe - Software Developer Portal of Choice
> Send Mouse Click To Desktop Thru Transparent Form
> http://www.eggheadcafe.com/tutorials...-to-deskt.aspx
Run a surface scan of the hard drive.
Start Command Prompt as Administrator
CHKDSK F: /R /X /V
F: - change to the drive letter of the hard drive on USB
/R - run a surface scan and file integrity check, /F is implied (attempt to
fix all errors found)
/X - take drive offline for scanning
/V - verbose output