Windows Server Administration Fundamentals — Question 88

You work on the Windows 2008 environment. You encounter some issues regarding bad sectors formed in the hard disk of your computer. You want to run the
CHKDSK command to check the hard disk for bad sectors. Which of the following commands will you use to accomplish the task?

Answer options

Correct answer: C

Explanation

The correct command is CHKDSK/R, as it not only checks for bad sectors but also attempts to recover readable information. The other options, CHKDSK/V, CHKDSK/L, and CHKDSK/I, do not perform recovery of bad sectors, making them unsuitable for this specific task.