I've been hearing about this for years and it makes sense theoretically but has anyone ever actually seen it? What are the errors reported? Or does the drive return bad data but reports no error? There was a guy on reddit that took about 20 cheap USB flash drives and checked 1 every 6 months. I think after 3 years nothing was bad yet. I've copied OS ISO images to USB flash drives and I know they sat for at least 2 ye…
Unpowered SSDs slowly lose data
331–340 of 341 posts
Re: Unpowered SSDs slowly lose data
#332How does one keep an SSD powered without actually mounting it or working with it? I have backups on SSDs and old drives I would like to keep somewhat live. Should I pop them in an old server? Is there an appliance that just supplies power? Is there a self-hosted thing I can monitor disks which I have 0 access usage for and don't want connected to anything but want to keep "live"
The simplest trick is just don't use SSD for long term backup, use a normal magnetic hard drive instead, those thing way lasts _longer_ (but not forever, even in human timescale). I have a HDD that was 17+ years since it last powered on. I dug it out recently to re-establish some memories, and discovered that it still reads. But of course you need to take care of them well, put them in an Anti-Static Bag or something…
Sometimes I come back to my old post and feel the "What The Fuck" in all cap.
When I was typing that, my brain jumped ahead thinking maybe I should also tell the fact that the data don't actually last forever, which distracted me and there you go, "way lasts longer" instead of "lasts way longer".
Re: Unpowered SSDs slowly lose data
#333CD-RWs are somewhat wider in their stability, I have ~20 year old discs that are becoming unreadable because the actual foil is delaminating from the plastic disc. Meanwhile I have ~40 year old DS-DD floppies that are still fully readable even though their medium is in physical contact with the read/write heads (although here, again, storage conditions and especially the different brands/batches seem to make a difference).
Re: Unpowered SSDs slowly lose data
#334Re: Unpowered SSDs slowly lose data
#335Re: Unpowered SSDs slowly lose data
#336Re: Unpowered SSDs slowly lose data
#337Earlier quoted context omitted.
this is about drives that are not plugged in. are you saying parity would let you simply detect that the data had gone bad? increasing the number of drives would increase the decay rate, more possibilities for a first one to expire. if your parity drive expired first, you would think you had errors when you didn't yet.
No, I'm talking about parity raid (raidz1/z2/z3, or, more familiarly, raid 5 and 6). In a raidz1, you save one of the n drives' worth of space to store parity data. As long as you don't lose that same piece of data on more than one drive, you can reconstruct it when it's brought back online. And, since the odds of losing the same piece of data on more than one drive is much lower than the odds of losing any piece of…
Re: Unpowered SSDs slowly lose data
#338Re: Unpowered SSDs slowly lose data
#339Earlier quoted context omitted.
Yes, but different pieces of data. The stored parity allows you to reconstruct any piece of data as long as it is only lost on one of the drives (in the single parity scenario). The odds of losing the same piece of data on multiple drives is much lower than losing any piece of data at all.
But the data is not disappearing, it's corrupted - so how do you know which bits are good and which are not?
Re: Unpowered SSDs slowly lose data
#340Earlier quoted context omitted.
But the data is not disappearing, it's corrupted - so how do you know which bits are good and which are not?
checksums