IT FundamentalsA+

Storage Troubleshooting for CompTIA A+ 220-1101

Storage troubleshooting addresses HDD and SSD failures, missing drive detection, slow performance, and data recovery scenarios. CompTIA A+ 220-1101 tests storage diagnostic tools, failure symptoms, and the correct sequence of actions — including when to escalate to data recovery professionals. Storage failures are high-stakes: acting incorrectly can cause permanent data loss.

7 min
2 sections · 7 exam key points
1 practice questions

Identifying Storage Failures

HDD failure symptoms: clicking or grinding noises (mechanical failure — head or platter damage — stop immediately, power off, do not continue using), very slow file access (bad sectors being remapped), frequent program crashes and freezes during disk-intensive tasks, 'SMART failure' warning on boot ('SMART failure detected — backup immediately'), missing files or corrupted files, OS taking extremely long to boot.

SSD failure symptoms: sudden loss of files or drive not mounting, file system errors, extreme slowdown (drive running out of write cycles, DRAM cache failing), drive disappears from BIOS (NVMe SSD overheating in some cases), 'not enough space' even when space appears available (drive corruption). SSDs fail differently from HDDs — usually sudden, not gradual. No clicking noises (no moving parts).

SMART (Self-Monitoring Analysis and Reporting Technology): runs in the background monitoring drive health attributes. Check SMART status: CrystalDiskInfo (Windows, free), smartctl (Linux, 'smartctl -a /dev/sda'). Key attributes to watch: Reallocated Sector Count (bad sectors found and remapped — any value > 0 is concerning, growing value = drive failing), Uncorrectable Error Count (data errors that couldn't be corrected — critical alarm), Power-On Hours (age tracking), Temperature. 'CAUTION' or 'BAD' SMART status = backup immediately and replace drive.

Drive not detected in BIOS: check SATA data cable (both ends), check SATA power connector, try different SATA port, try different power connector. For M.2: verify the drive is fully seated (M.2 drives can appear installed but not fully in the slot). Check if BIOS needs update for new drive recognition. Verify M.2 slot type matches drive (NVMe vs SATA).

Diagnostic Tools and Data Recovery

Windows built-in tools: CHKDSK — checks and repairs file system errors. Run from command prompt: 'chkdsk C: /f /r' (fix errors and recover bad sectors — requires restart for system drive). Disk Management (diskmgmt.msc) — checks if drive is detected, partition status, drive letters. Device Manager — checks if drive controller is functioning. Windows Resource Monitor → Disk tab — shows disk activity in real-time.

Third-party tools: CrystalDiskInfo — SMART status and health rating. Recuva / PhotoRec — file recovery from deleted files or formatted drives. HDDScan — thorough surface scan and SMART testing. Manufacturer tools: Seagate SeaTools, Western Digital Data Lifeguard Diagnostics — run manufacturer's own diagnostics for warranty claims.

Data recovery decisions: if SMART shows bad sectors and the drive is still functioning, immediately clone the drive to a new drive using Clonezilla or Macrium Reflect (sector-by-sector copy) before attempting repairs. Once the drive is cloned, perform diagnostics on the original. Professional data recovery (DriveSavers, Ontrack) is needed when: drive fails to spin up, clicking heads, significant physical damage — professional recovery involves disassembling the drive in a clean room to read platters directly. Never open a hard drive outside a clean room.

Key exam facts — A+

  • HDD clicking/grinding: mechanical failure — power off immediately, do not continue
  • SMART: check with CrystalDiskInfo; reallocated sectors > 0 and growing = drive failing
  • CHKDSK /f /r: fixes file system errors and attempts bad sector recovery
  • Drive not in BIOS: check data cable, power cable, try different SATA port
  • Clone failing drive BEFORE repairing — sector-by-sector copy preserves data
  • Professional data recovery: clicking drives, physical damage — never open outside clean room
  • SSD failure: sudden, not gradual — no clicking; check for overheating and SMART

Common exam traps

Formatting a failing drive fixes it

Formatting rewrites the file system structure but does not fix bad sectors, damaged platters, or failing read/write heads. A formatted drive will fail again at the same rate. Bad sectors may temporarily disappear from the file system map but physical damage remains. The only fix for a mechanically failing HDD is replacement. Format a drive for data sanitization, not to fix hardware failures

Practice questions — Storage Troubleshooting

These questions are representative of what you will see on A+ exams. The correct answer and explanation are shown immediately below each question.

Q1.A user's computer shows a SMART warning 'Hard drive failure imminent — backup files immediately.' The drive is still accessible. What should the technician do FIRST?

A.Run CHKDSK to repair the drive
B.Immediately back up all data and prepare to replace the drive
C.Reformat the drive to clear SMART errors
D.Ignore the warning — SMART is often inaccurate

Explanation: A SMART warning of imminent failure is a critical alert — the drive is reporting hardware degradation that will likely lead to complete failure soon. The immediate priority is data preservation: back up ALL important data to another drive or cloud storage before the drive fails completely. After backup is confirmed, order a replacement drive and perform a sector-by-sector clone or fresh OS install. Never ignore SMART warnings or attempt repairs before backup — the drive may fail during any operation.

Frequently asked questions — Storage Troubleshooting

What is the difference between a quick format and a full format?

Quick format: writes a new file system structure (partition table, file allocation table, root directory) but does not overwrite existing data — old data remains on the drive but is no longer referenced (recoverable with tools like Recuva). Takes seconds. Full format: writes a new file system AND zeros out all sectors (reads the entire disk to check for bad sectors in older Windows) — takes hours for large drives. Data is overwritten and less recoverable. For security, even full format may not be sufficient — use dedicated wiping tools (DBAN, manufacturer's secure erase) for data destruction before disposal.

Practice this topic

Test yourself on Storage Troubleshooting

JT Exams routes you to questions in your exact weak areas — automatically, after every session.

No credit card · Cancel anytime

Related certification topics