11

While shopping for an SSD I have noticed that some manufacturers promote their "Pro" models as the ones sporting ECC data protection. Those manufacturers do not mention ECC in their budget models descriptions.

However, Wikipedia article on flash memory states that "NAND relies on ECC to compensate for bits that may spontaneously fail during normal device operation."

So the question is does any SSD device use ECC behind the scenes for its normal operation and is that ECC "feature" just a marketing ploy?

RJFalconer
  • 10,369

1 Answers1

3

No, ECC is not a mandatory feature in all SSDs- As you mentioned, NAND relies on ECC for proper operation, but then again, not all SSDs have NAND Technology. Some SSDs actually use the same technology that the RAM inside of your computer uses, but thats a different thing I won't go into.

Part of the reason that data protection is very important with SSDs is due to the fact that these drives somewhat have a set amount of times a user can erase data and re-write over where said erased data was- If you are constantly erasing data and writing to a data block where there used to be data, then your drive will essentially fail.

SSDs are still quite new technology, and with this, they still have unresolved flaws. One could say that what they have over the conventional HDD in durability and speed they lack in stability. Sure, these faults occur much less than they used to and don't happen nearly as often, but they are still there.

Unless I was using a low-capacity SSD as an operating system drive with my data on a separate HDD, I wouldn't trust my data with an SSD. Not yet.

Ben Franchuk
  • 1,769