220-802 · Question #142
Which of the following should be regularly scheduled to fix hard drive errors?
The correct answer is B. Check Disk. Check Disk (chkdsk) is the Windows utility specifically designed to scan the file system and hard drive surface for errors and repair them.
Question
Which of the following should be regularly scheduled to fix hard drive errors?
Options
- ADefragmentation
- BCheck Disk
- CSystem Restore
- DAntivirus Scan
How the community answered
(46 responses)- A2% (1)
- B91% (42)
- C4% (2)
- D2% (1)
Why each option
Check Disk (chkdsk) is the Windows utility specifically designed to scan the file system and hard drive surface for errors and repair them.
Disk Defragmentation rearranges fragmented files to improve read performance on HDDs but does not detect or repair file system errors or bad sectors.
Check Disk (chkdsk) performs two levels of diagnosis: it verifies and repairs file system metadata integrity (lost clusters, cross-linked files) and optionally scans for bad sectors on the physical drive surface using the /r switch. Scheduling regular chkdsk runs allows Windows to identify and isolate developing drive errors before they cause data loss, making it the correct tool for fixing hard drive errors.
System Restore creates and rolls back to snapshots of system files and the registry, but it does not scan or repair hard drive file system errors.
An antivirus scan detects and removes malicious software but has no capability to identify or fix file system errors or physical drive problems.
Concept tested: Check Disk utility for hard drive error detection and repair
Source: https://learn.microsoft.com/en-us/windows-server/administration/windows-commands/chkdsk
Topics
Community Discussion
No community discussion yet for this question.