nerdexam
CompTIA

220-802 · Question #519

A user is receiving random errors when accessing files commonly used throughout the day. Which of the following actions should the technician take FIRST?

The correct answer is D. Run CHKDSK. Random file access errors typically indicate file system corruption or disk errors, and CHKDSK is the standard first-line diagnostic and repair tool for these issues.

Hardware and network troubleshooting

Question

A user is receiving random errors when accessing files commonly used throughout the day. Which of the following actions should the technician take FIRST?

Options

  • AMove the files to another location
  • BRun FixMBR
  • CConvert the file system to NTFS
  • DRun CHKDSK

How the community answered

(56 responses)
  • A
    2% (1)
  • C
    4% (2)
  • D
    95% (53)

Why each option

Random file access errors typically indicate file system corruption or disk errors, and CHKDSK is the standard first-line diagnostic and repair tool for these issues.

AMove the files to another location

Moving files addresses symptoms but does not diagnose or repair the underlying disk or file system corruption causing the errors.

BRun FixMBR

FixMBR repairs the Master Boot Record to address boot failures, not random file access errors encountered during normal system operation.

CConvert the file system to NTFS

Converting the file system to NTFS does not repair existing file system errors and would require the volume to currently be formatted as FAT or FAT32.

DRun CHKDSKCorrect

CHKDSK scans the file system and disk surface for logical errors, cross-linked files, bad sectors, and other corruption that directly causes random file access errors. Running CHKDSK first follows proper troubleshooting methodology by diagnosing and potentially repairing the root cause before taking more drastic measures. It can automatically fix file system errors with the /f switch and attempt to recover data from bad sectors with the /r switch.

Concept tested: Using CHKDSK to diagnose and repair file system errors

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

Topics

#CHKDSK#file system errors#disk diagnostics#storage troubleshooting

Community Discussion

No community discussion yet for this question.

Full 220-802 Practice