Multiple choice

What would the command line utility chkdsk /f do?

  1. Finds errors on disk

  2. Locates bad sectors

  3. Checks the F drive

  4. Fixes errors on disk

Reveal answer Fill a bubble to check yourself
D Correct answer
Explanation

chkdsk /f fixes file system errors on the disk. The /f switch specifically tells chkdsk to fix any errors found, unlike /r which also locates bad sectors. Option C is incorrect - /f does not refer to a specific drive letter.