I am trying to run a defragmentation of drive C, but keep getting a message that says that "chkdsk is scheduled to run on the volumeC)". How do I get defrag to run?
Have you restarted the PC since trying to run defrag? It could be that a problem has been detected and CHKDSK needs to run. Has CHKDSK actually run yet?
If you open a command prompt window (just run cmd.exe), you should perform a check to see if the drive is dirty:
Code:
fsutil dirty query C:
If it is, I'd run CHKDSK /R (which will take a long time!) and see if there are any bad sectors or other problems. If it reports back with errors, do let us know.
Once you've cleared the drive from being marked as dirty or performed the pending check, defrag should run. It's not a good idea to cancel the disk check from running before defragmenting the drive, as it could compound a problem.