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.