Difficulty: Easy
Correct Answer: Run ScanDisk or CHKDSK with the thorough surface test option
Explanation:
Introduction / Context:Bad sectors indicate media damage or failing flash cells on storage. Acting promptly can prevent data loss. However, the first response should collect evidence, quarantine bad areas, and verify the extent of the problem before replacing hardware.
Given Data / Assumptions:
Concept / Approach:
Run a full surface scan (CHKDSK /R on NT-based systems or ScanDisk thorough on older Windows). This checks clusters, marks unreadable sectors as bad, and attempts to relocate data. It provides a diagnostic baseline and may stabilize the system long enough to back up critical data.
Step-by-Step Solution:
Stop write-heavy activity to the suspect drive.Run CHKDSK /R (or ScanDisk thorough) to scan and remap bad sectors.Review the log to assess the count and growth of bad sectors.Immediately back up critical data and plan drive replacement if errors persist or increase.Verification / Alternative check:
SMART diagnostics (e.g., CrystalDiskInfo, vendor tools) corroborate failing media. If the surface scan finds more bad clusters over time, replacement is warranted.
Why Other Options Are Wrong:
Common Pitfalls:
Continuing heavy use without backup; running defragmentation; ignoring SMART reallocated sector counts and pending sectors.
Final Answer:
Run ScanDisk or CHKDSK with the thorough surface test option
Discussion & Comments