Has a USB memory stick ever failed on you?
I'm wondering how much of my info I should entrust to memory sticks. I'm curious to hear first-hand failure accounts.
Also, if the answer is "no", that would be interesting too.
Also, if the answer is "no", that would be interesting too.
24 comments
[ 3.2 ms ] story [ 47.2 ms ] threadWe buy really cheap 1 and 2GB flash drives at work for promotional handouts. I'd say maybe 4-8 out of every 100 are DOA and need to be returned. Don't know if the good ones are holding up a year or two later.
I recently received a new (Lexar?) drive and it would work fine until I got a few hundred MB on it, and then I started seeing corrupt files and other weird errors. I should try and RMA it.
But it was cheap and relatively high capacity for its time, so I wouldn't take much from that other than "you get what you pay for".
However I couldn't convince one of the departments to use it. Their manager insisted that it was insecure (since i, as admin, would have access to their data). so instead they traded data back and forth on 2 flash drives.
Needless to say, one day they lost a ton of work on one of the drives and i was told to recover the data....
i don't do tech support anymore...
I had also bought a 4GB PNY memory stick a few months ago that would corrupt data. I detected it because I was PGP-encrypting the contents, but the signature would not verify upon copying to another machine. I tried several times, then reformatted several times, then tried a few more times before returning the stick for a replacement (in-store return this time).
I have had about a dozen sticks otherwise that seem to work perfectly, but I don't really trust them. I also use Dropbox (love, love, love it), several external USB drives, and a NAS for backups.
If not, never had one outright fail. At most, I've had a USB slow down transfer speeds once. But, I could still get all of my data off of it.
Than again, I worked on developing embedded USB stacks. Those guys suffered quite a workload (but nothing astronomical).
Mainly: Random data corruption (~90%) Electrical failure - not responding to reset or power-on (~10%)
The closest thing to an issue is I have noticed the total storage size has decreased a tiny bit, but this is supposed to be normal. After all with my email client alone I am doing 1000's of overrights and stuff.
Another thing is to always remember to eject the device properly. I have had corruption of files that way, but never any damage to the drive. I backup weekly.
Flash drives are a god send. I cant imagine carrying around compact disks anymore.
It goes without saying: back up your data. Never trust your data to be stored in just one location.
Mode of failure varied, but it usually manifested itself in the form of a corrupt filesystem. A few wouldn't even show up as a device when plugged in.
Aside from that, I have a story similar to joe_bleau's (and probably many other people). The company I work for buys them in bulk, branded with our company logos and containing promo material. They fail fairly regularly - good enough to get the material to clients, but not good for use after that! Terrible - but it's worth bearing in mind that they're the cheapest the marketing guys could find.
On the positive side I have a Kingston DataTraveler that I think I've had for 4 years, maybe 3. It is used all day, every day and hasn't missed a beat. I've recommended them to family and never heard of any problems.
The important thing to take from this is that if you buy quality, failures are rare - but try to never have only one copy of important data!
I never can completely trust a harddrive with important information. Just make sure you have multiple copies :)
We've seen dramatic differences between keys. The same image written to 2 different keys can produce hugely different results. My 16GB Sandisk key from Best Buy works without any problems. The cheap no-name key we acquired from a supplier has intermittent failures.
The problem appears to be with the controller in the key and not the flash memory. We were originally concerned that the wear-leveling was causing "fixed files" to migrate data between pages when writing new files to other areas of the filesystem.
So, we used the badblocks utility to write patterns to the key to exercise the flash memory and give the controller a chance to detect any bad pages. Then after we wrote the LiveUSB image we verified it against the original, and it passed.
However, after running badblocks, when doing lots of random, continuous writes we frequently see invalid data returning from the key. We assume that this is a race condition in the USB-to-flash-memory controller in the key.
The end result is that you get what you pay for. You may get away with using a cheap key, but you shouldn't trust it for all situations. A more expensive key will likely have better tested hardware that is less likely to fail when you need it most.