nerdexam
CompTIA

220-1102 · Question #169

A technician suspects the boot disk of a user's computer contains bad sectors. Which of the following should the technician verify in the command prompt to address the issue without making any…

The correct answer is C. Run chkdsk on the drive as the administrator. To verify for bad sectors on a boot disk without making changes, a technician should use the chkdsk command.

Hardware and network troubleshooting

Question

A technician suspects the boot disk of a user's computer contains bad sectors. Which of the following should the technician verify in the command prompt to address the issue without making any changes?

Options

  • ARun sfc / scannow on the drive as the administrator
  • BRun cleanmgr on the drive as the administrator
  • CRun chkdsk on the drive as the administrator
  • DRun dfrgui on the drive as the administrator

How the community answered

(58 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    93% (54)
  • D
    3% (2)

Why each option

To verify for bad sectors on a boot disk without making changes, a technician should use the `chkdsk` command.

ARun sfc / scannow on the drive as the administrator

`sfc /scannow` (System File Checker) is used to scan and restore corrupted Windows system files, not to check for bad sectors on a disk.

BRun cleanmgr on the drive as the administrator

`cleanmgr` (Disk Cleanup) is used to free up disk space by removing temporary files and other unnecessary data, not to diagnose bad sectors.

CRun chkdsk on the drive as the administratorCorrect

The `chkdsk` (Check Disk) utility in Windows is used to verify the integrity of a disk volume and can identify bad sectors. When run without parameters like `/f` (fix errors) or `/r` (locate bad sectors and recover readable information), it operates in a read-only mode, checking for issues without attempting to repair them or alter the disk's contents.

DRun dfrgui on the drive as the administrator

`dfrgui` launches the Disk Defragmenter utility, which reorganizes fragmented data on a disk to improve performance, but it does not scan for or report bad sectors.

Concept tested: Disk error checking utilities-chkdsk

Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/chkdsk

Topics

#Disk troubleshooting#Command-line tools#Bad sectors#chkdsk

Community Discussion

No community discussion yet for this question.

Full 220-1102 Practice