How to run chkdsk on a filesystem

  1. Open a cmd.exe prompt as a user with Administrator-level privileges
  2. run the check disk command against the desired volume: chkdsk /f <drive letter>
  3. eg: chkdsk /f c:
  4. Windows might ask you to schedule the disk check in after a reboot as it cannot repair files that are in use – say “Y” to this
  5. Reboot the system at an appropriate time
  6. Run chkdsk again, without the “/f” parameter to ensure the volume is error-free, eg: chkdsk c: