GRC SpinRite
Drive reliability anecdotes (non-SpinRite)
- Several reports of cheap SSDs (e.g., Silicon Power) failing early, sometimes going read-only; others report long-term reliability from mainstream consumer SSDs.
- Enterprise Samsung M.2 bought via marketplaces can be problematic or counterfeit; firmware “ERRORMOD” failures mentioned.
- Power-cycling is described as sometimes reviving “dead” SSDs; others mention using
hdparm/ TRIM to “low-level” reset problematic SSDs, with mixed trust afterward.
Historical effectiveness of SpinRite on HDDs
- Many recount strong success on older spinning disks (MFM/RLL, early IDE), including recovering seemingly dead drives, RAID members, and “click of death” cases.
- One detailed technical history explains how early controllers exposed low-level formatting and sector interleave, where SpinRite genuinely added value via non-destructive low-level formatting and optimization.
Criticism of SpinRite on modern drives
- Several argue that once drives integrated their own controllers (IDE/SATA/SAS/NVMe), host software lost access to true low-level operations, so SpinRite can no longer do what its marketing implies.
- Claims about “strengthening analog signals” or targeting individual flash cells on SSDs are called impossible behind modern HDD firmware and SSD flash-translation layers.
- Critics contend that on HDDs it mainly re-reads problematic sectors until the drive remaps them, i.e., similar in effect to tools like
ddrescueorbadblocks, with risk of worsening failing media and delaying imaging.
Defenses and positive experiences
- Multiple users report dramatic, repeat successes over many years, including with newer drives, and consider the price justified even with partial success rates.
- Some emphasize the value of a polished, menu-driven tool compared to dangerous or complex CLI utilities, especially for non-experts.
- Recent version 6.1 is noted; some claim measurable SSD performance gains after running it, though others dispute the mechanism.
Alternatives and best practices
ddrescueis repeatedly recommended as a primary tool: it images while retrying bad sectors and can resume. TestDisk/PhotoRec and vendor-specific tools are also suggested.- Several stress that on marginal media, imaging first is safer than “repairing in place,” especially with encrypted disks.
- Modern filesystems (e.g., with scrubbing and checksums) and better backup habits reduce the need for such utilities altogether.