43

Since SSDs are still fairly new, there isn't a history of posts saying "I reached my writes limit on 10% of my SSD... – and here is what happened (I.e. I lost 3 directories of work files. The entire drive just died...). Maybe it starts churning as the available sectors are reduced way down - like a PC with low memory.

They tell us that these devices will only last a few years. That is frightening - THEN WHAT HAPPENS? No one seems to know. Is it "instant paperweight" or a few files here and there vanish? Or do the SSD utilities constantly monitor and warn you long before the drive dies?

splattne
  • 16,056

9 Answers9

31

It's a bit of a myth that SSDs will wear out, especially for typical desktop use. (At least, this applies to SSDs from the past few years that have proper wear-levelling.) Even if you write 7GB/day to a decent 256GB 25nm-process SSD, the flash memory should last for tens, if not hundreds, of years. It's far more likely that the controller hardware or software will fail, given the number of failures that have been reported by manufacturers and users.

In theory, it is possible to read data even after all program/erase (p/e) cycles have been used up. In fact, the JEDEC specifies that data on consumer-grade SSDs should be readable for one year after all p/e cycles have been exhausted. So the likelihood of losing data due to the drive reaching the end of its lifetime is small; it's more likely that you'll have replaced or upgraded your system by then.

sblair
  • 12,757
5

This article published July 2011 talks about SSD failure modes: http://www.zdnet.com/blog/bott/ssds-are-fast-but-do-they-last/3621 . He has found that they are roughly as reliable as 1TB drives. Talking to sites that use many SSDs, they found that SSDs tend to fail catastrophically, compared to HD's that degrade gracefully over time.

ron
  • 51
4

I can only share my experience specific to my Samsung 840 EVO, it lasted 4 years but I admit that I used it intensively, I ran Debian on it and it was almost full the entire time.

It died without any warning, no SMART alert nothing, one evening it displayed 0bytes of space left, so I started deleting files but it stayed at 0bytes left, I noticed that when I deleted something the SSD capacity shrank.

So I shutdown the computer and was still able one day later to recover all data.

4

Like (hard) disk drives they are made from multiple sub-systems and components, and can fail in multiple ways. Some instant, some partial/incremental.

SSD drives use the S.M.A.R.T. (Self-Monitoring, Analysis and Reporting Technology) systems that disk drives use to keep track of problems, and (if queried by the BIOS/OS) alert you of potential failures.

3

What happens when an SSD fails? The same thing that happens when a mechanical hard drive fails: You recover from your backups onto a new drive, and continue on.

2

It really depends on the drive in question or to be more specific it's controller/firmware. Some will just become undetectable or show that their size is 0 and leave you unable to access all data on them, despite the fact that the data already written should still be ok if the reason for the failure is running out of writable flash cells.

Others will still be accessible, but you will only be able to read the data from them and not write to them.

Check this article for more info on how various SSDs died.

KeyWeeUsr
  • 378
2

To really know how these things fail, maybe you can get Ian over on Dangerous Prototypes to build an SSD destroyer. We've already seen what happens to a flash EEPROM subjected to the Flash Destroyer after 11.49 million writes.

Fiasco Labs
  • 6,864
1

I think all newer SSD drives (anything beyond 1st generation) are designed to still be readable but you will start to have problems writing to some blocks which I presume SMART will tell you.

Sounds much better than using mechanical drives which (in my experience) tend to fail mechanically which results in catastrophic failure.

fred
  • 11
0

What I have heard is that ssd's fail on write and not on read. Therefore, it is much more likely that you will not loose data but, if you have unsaved documents you won't be able to save them (in the worst case scenerio).

alexyorke
  • 129