- MAXIMUMpcguides – Windows Vista tips, tricks, help, and how-to guides - http://maximumpcguides.com/windows-vista -
How to Use Check Disk in Windows Vista
Posted By Brent Trahan On June 25, 2007 @ 10:04 am In All, Maintenance, Vista, Windows | 28 Comments
Many errors in Windows are caused by corrupt files. Those files could have become corrupt because of errors on your hard drive [1]. The Check Disk tool checks for errors and attempts to fix any it finds.
Warning: Use Check Disk at your own risk. On rare occasions I’ve experienced problems when using check disk in Windows Vista. Here are a few things to watch out for:
Turn the computer off and back on and immediately start pressing F8 on your keyboard repeatedly. A black screen with different boot options will appear. Select to use the Last known good configuration (advanced) boot option.
Using the Graphical User Interface (GUI)
Click Schedule disk check. Disk check can’t check a hard drive that has open files. Your computer will reboot and check the disk before Windows Vista boots up. If you want to cancel the scheduled disk check for any reason, check out this guide [5].
Using the Command Line Interface
Check Disk can also be run using the command line (DOS) prompt.
If you run the check disk (chkdsk) command from the command prompt by typing just chkdsk check disk will run in read only mode. All it does is check for errors. It will not fix any errors it finds unless told to do so. This is done by adding switches when typing chkdsk in the command prompt.
A switch looks something like chkdsk /F. Notice the switch /F after the chkdsk command.
Below is a list of most of the switches used with the check disk command. You can use one or a combination of switches with the check disk command.
D: If you want check disk to scan a drive other than the C: drive, add the drive letter after chkdsk to tell it to scan that drive. If the drive is called X: on your computer it would look like chkdsk X:.
/F: The /F switch is the most common of the chkdsk switches. It tells chkdsk to fix any errors it finds. Chkdsk can’t fix errors on a disk that has open files. If chkdsk asks you if you want to check the drive next time Windows Vista boots or dismount the drive choose to check the drive next time Windows Vista boots. Never choose to dismount the drive. That option should only be used by a professional.
/R: The /R switch tells chkdsk to attempt to recover any bad sectors of the hard drive if any are found. A bad sector is a spot on the hard drive that can’t hold saved data anymore.
/I: The /I switch tells chkdsk to perform a less detailed but faster disk check.
/C: The /C switch tells chkdsk to skip the checking of cycles within a folder structure which reduces the scan time. Don’t ask me what this means.
An example of an exhaustive disk check using the command line interface is:
chkdsk D: /F /R
The check disk command shown above will fix any errors it finds and also attempt to recover bad sectors of the D: drive if any are found.
If all else fails, try SpinRite [6].
Article printed from MAXIMUMpcguides – Windows Vista tips, tricks, help, and how-to guides: http://maximumpcguides.com/windows-vista
URL to article: http://maximumpcguides.com/windows-vista/how-to-use-check-disk-in-windows-vista/
URLs in this post:
[1] hard drive: http://www.amazon.com/gp/redirect.html?ie=UTF8&location=http%3A%2F%2Fwww.amazon.com%2Fs%3Fie%3DUTF8%26rs%3D172282%26sort%3Dpmrank%26ref%255F%3Dsr%255Fst%26keywords%3Dhard%2520drive%2520internal%26qid%3D1246305684%26rh%3Di%253Aaps%252Ck%253Ahard%2520drive%2520internal%252Ci%253Aelectronics%252Cn%253A172282%252Cn%253A%2521493964%26page%3D1&tag=comptorials-20&linkCode=ur2&camp=1789&creative=390957
[2] Image: http://www.maximumpcguides.com/wp-content/uploads/2007/06/check-disk1.PNG
[3] Image: http://www.maximumpcguides.com/wp-content/uploads/2007/06/check-disk2.PNG
[4] Image: http://www.maximumpcguides.com/wp-content/uploads/2007/06/check-disk3.PNG
[5] this guide: http://www.maximumpcguides.com/stop-a-scheduled-disk-check/
[6] try SpinRite: http://www.grc.com/sr/spinrite.htm
Click here to print.
Copyright © 2008 MAXIMUMpcguides Windows Vista. All rights reserved.