What would the command line utility chkdsk /f do?
-
Finds errors on disk
-
Locates bad sectors
-
Checks the F drive
-
Fixes errors on disk
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.