"KingOfChaos" <> wrote in message
news:...
>
> Why will Vista not allow me to run a check disk on my external WD hard
> drive? I go into disk properties to Tools and tell it to run the scan
> and it tells me it can't do it while the disk is in use...so I schedule
> it for the next restart/reboot. When I do reboot, it just loads
> normally and completely ignores what I told it to do.
>
> I have already loaded Disk Management, and it says the drive is healthy
> and partitioned correctly. So I have no idea why Vista is being an
> butthead about checking it for errors. Hell, I used to be able to check
> it without rebooting the computer because it doesn't HAVE any of my OS
> files on it. Since it is a FAT32 drive, it needs to be defragged and
> checked frequently (not to mention it's an older drive).
Unmount the external drive.
Where it says "c" below, insert the external drive letter
you want checked and fixed. Using "X" unmounts
and fixes file system errors.
CHKDSK c: /X
If you want the longer check for bad sectors, use-
Be sure to replace "c" with the drive you want checked.
CHKDSK c: /X /R
To use this command, type "CMD" into Start Menu's
Search bar. Right-click the first result at the top, and
click "Run as administrator". Enter the command and press
enter.
http://www.ss64.com/nt/chkdsk.html
-Michael