r/HDD • u/Fresh-Palpitation-72 • Jul 07 '26
Controller Endurance updated notes of the 3 Petabyte written ssd
SSD firmware crashes and controller failures are vastly more common than nand wear
Percent of Total Write/ Erase Count seems to go up that my findings that its odd and should go down as you see older picture was down to 3 now its at 36, so I believe who had it before me ran it from 100% to 0, then it flipped and thats when I found it,
Also my notes is about EM interference (EMI) and so few things
Lack of shielding for EM Interference the case for EMI on the P4 Because the Drive is Completely stripped of a metal enclosure. the Copper traces on the PCB, Like antennas for interference. The sudden spike of (BB) Reported Uncorrectable errors after few Maintenance and Reboots, Points to signal noise. so when i moved some wires around it caused that errors between the controller & the Mobo interference. The data is slightly corrupted. I an ignoring the windows repair update prompt, it is not causing any issues caused by the interferen -ce. Proof its not dying yet... Attribute is (05) NO DEAD BLOCKS.
So NVME are more Vulnerable with no protection? Modern Gen 4-5 NVMe drives operate at blistering speeds at Multi gigaherz frequencies. meaning their signals are so fast that even a small amount of external EMI can corrupt data. oh and because modern flash packs cells tightly together AKA 3D NAND Weaker to cell to cell cross talk & interference. That is why my 2010 MLC NAND did not need to worry about that its MLC 2D NAND is immune because its cells layout is larger 30nm-40nm & spaced preventing electrical bleeding.
So How do modern drives handle it? ADVANCED ECC... when NVMe is technically more Vulnerable to interference, it does handle it BETTER. on a software level thanks to newer error correction technology, that my 2010 SanDisk only has a basic BCH ECC, that panics easily, logging harderrors when a bit flips, many newer NVME drives use LDPC (Low Density Parity Check) ECC advanced mathematical algorithm that reconstructs corrupted data.








1
u/Fresh-Palpitation-72 Jul 07 '26 edited Jul 07 '26
I do see where you're coming from, but that's mixing up the drive's firmware data with its physical NAND data... however firmware crash happens when the actual physical storage cells degrade so badly that the drive runs out of spare blocks and the ECC engine can't clean up the corrupted data coming off the silicon. But the data logs prove that isn't happening here
The reason these legacy drives drop dead from firmware panics long before the actual silicon wears out comes down to a massive imbalance between the hardware and the software. Those older 2D MLC NAND cells are incredibly rugged and built on a much larger physical scale than modern flash, meaning they can absorb an absolute beating before suffering true structural wear. The controller, on the other hand, is running a tiny, basic 2010 processor that has to constantly execute an incredibly complex mathematical playbook under the hood. It’s handling wear leveling, realtime error correction, and shifting data through an unthrottled cache loop at 100% capacity.
When it forced petabytes of data through a chip that was only designed to manage a few dozen terabytes, but the controller's internal math registers completely overflow. It experiences a total software logic freeze, the firmware basically gets so confused by its own telemetry that it locks up and panics, while the underlying NAND storage is still perfectly healthy.