Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

checkdisk keeps runnig..?

Status
Not open for further replies.

fleagle1

Technical User
Feb 6, 2003
2
GB
Hi all,i installed xp pro as a clean install on my machine about a year ago and it runs perfectly. The only problem is that randomly,at boot up,it insists on runnig checkdisk,saying one of my disks needs checking.

I tend to hit any key to stop checkdisk and continue to boot and everything works fine.

It isnt setup to run in task scheduler or anything and there seems nothing wrong or no apparent reason for it to run.

I only have one HD and its about a year old. Is there any way i can stop this happening?
thanks

joe
 
Just let the system check the disc for errors.
The disk checking mechanism is being initiated by an entry in the File allocation table that instructs the OS to check the drive for errors. Once disk checking has been completed the flag is removed, and the disk will not be checked the next time you reboot.
 
To know if you've got a file system error, you can type the following command at the command prompt:

fsutil dirty query c: (replace c: with your drive letter)

If the response is that the volume is dirty, then a file system error has occurred, and Chkdsk should run automatically at startup to fix the errors, or you can run it yourself.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top