A desktop technician is troubleshooting a Windows 11 workstation that experiences file read errors on an internal secondary magnetic hard drive (drive D:). The technician suspects physical bad sectors on the disk surface and needs to run a diagnostic tool that will locate these bad sectors, recover readable information, and fix detected file system errors on drive D:. Which of the following commands should the technician execute in an elevated Command Prompt?
- chkdsk D: /rAnswer
- Bchkdsk D: /f
- Cfsck /dev/sdb1
- Ddfrgui
Answer
Executing chkdsk D: /r in an elevated Command Prompt locates bad sectors, recovers readable data, and repairs file system errors on drive D:.
The chkdsk D: /r command is the correct choice because the /r switch scans the physical surface of the target drive (D:) for bad sectors, attempts to read and recover readable data from damaged areas, and implicitly performs all repairs included in the /f switch.
Step-by-Step Solution
Key Concept
Windows Check Disk (chkdsk) utility switches and capabilities