XP defrag problem

when i try to run a hard drive defrag i get the following error........

disk defrag has detected that chkdsk is scheduled to run on the volume C:

please run chkdsk /f



i go to the command prompt and run chkdsk /f but it does solve the problem?
 
Your hard drive may have errors on it. Test it with the HDD manufacturers diagnostic utility. If it passes, use a different action with chkdsk. Use the /r option instead of /f.
 
Open a command prompt and type the following.

fsutil dirty query x: Where X is the drive letter you have. Hit enter and post the results.

If the results say the drive is dirty then do the following. In command prompt type chkntfs /x z: and hit enter. Where Z is the drive letter you have.
 
Open a command prompt and type the following.

fsutil dirty query x: Where X is the drive letter you have. Hit enter and post the results.

If the results say the drive is dirty then do the following. In command prompt type chkntfs /x z: and hit enter. Where Z is the drive letter you have.

thanks, i will try that
 
Back
Top