Problem
An aging HDD passes a quick surface scan but fails during sustained sequential verification because marginal sectors become unreadable only under prolonged thermal load.
Solution
Root Cause / Diagnostic:
Quick SMART scans test only small sample sectors for a few seconds while the drive is cold. During extended multi-hour sequential read/write operations, the drive's internal temperature rises to 45–55°C, causing mechanical head expansion and weaker magnetic track alignment that triggers read errors on marginal sectors.
Actionable Fix:
1. Extended Full-Surface Scan: Execute a full, uninterrupted long SMART self-test (`smartctl -t long /dev/sdX`) or run `badblocks -b 4096 -p 2 -v /dev/sdX` to stress every physical sector under heat.
2. Active Enclosure Cooling: Install a 120mm cooling fan blowing across the hard drive bays to maintain platter operating temperatures below 40°C during verification passes.
3. Emergency Data Evacuation: Evacuate all mission-critical project files to a secondary backup drive immediately while keeping the drive actively cooled.
Pro Tip:
A 2-minute "quick SMART check" is useless for vetting old drives; always run a 6-hour extended surface test that forces the drive heads to read every single sector at full operating temperature.
Quick SMART scans test only small sample sectors for a few seconds while the drive is cold. During extended multi-hour sequential read/write operations, the drive's internal temperature rises to 45–55°C, causing mechanical head expansion and weaker magnetic track alignment that triggers read errors on marginal sectors.
Actionable Fix:
1. Extended Full-Surface Scan: Execute a full, uninterrupted long SMART self-test (`smartctl -t long /dev/sdX`) or run `badblocks -b 4096 -p 2 -v /dev/sdX` to stress every physical sector under heat.
2. Active Enclosure Cooling: Install a 120mm cooling fan blowing across the hard drive bays to maintain platter operating temperatures below 40°C during verification passes.
3. Emergency Data Evacuation: Evacuate all mission-critical project files to a secondary backup drive immediately while keeping the drive actively cooled.
Pro Tip:
A 2-minute "quick SMART check" is useless for vetting old drives; always run a 6-hour extended surface test that forces the drive heads to read every single sector at full operating temperature.