URN Logo
UNIX Resources » Linux » Linux Forum » General Linux Discussions » Page.23 » Life Expectancy of Flash Memory Drives
announcement The content of this page is collected from Linux Forum, All copyrights and other associated rights are reserved by the original authors of the articles.
Resources
China Linux Forum(finished)
Linux Forum(finished)
FreeBSD China(finished)
linuxforum.com
  LinuxForum General Chat
  Linux Advocacy
  LinuxForum Polls
  Introductions
  Linux Kernel Support
  Patch Management
  Development Release
  Linux Programming
  Linux Security
  Linux Software
  Linux Hardware Problems
    Linux Video Problems
    Linux Sound Problems
  Linux Networking Support
  Linux Printing Support
  Linux Human Interface Devices Support
  Linux Data Storage Support
  Linux Applications Support
  Linux Installation Support
  Linux Laptops Support
  Linux Motherboard, Chipsets, CPU, Memory
  Miscellaneous
  Debian Linux Support
  Ubuntu Linux Support
  LiveCD Discussions
  Gentoo Linux Support
  Mandrake Linux Support
  Redhat / Fedora Linux Support
  Slackware Linux Support
  SuSE Linux Support
  CentOS Linux Support
  Linux Web Servers
  Linux DNS Servers
  Linux Database Servers
  Linux Email Servers
  Linux FTP Servers
  Linux Squid Proxy Server
  Linux Samba Help
  Linux cPanel Help
  Linux Ensim Help
  Linux Plesk Help
  Linux Webmin / Usermin Help
  Qmail Toaster Help
  Linux Games
  Windows Game Emulation
  Linux Discussions
  General Linux Discussions
  Red Hat Linux Discussions
  More Red Hat Linux Discussions
  Mandrake Linux Discussions
  Slackware Linux Discussions
  SuSE Linux Discussions
  Debian Discussions
  Samba Help
  Linux Security
  Linux Networking
  Gentoo Help
  Operating System Rant Forum
  Hardware Rants
   
Life Expectancy of Flash Memory Drives
Subject: Life Expectancy of Flash Memory Drives
Author: Kenneth Lantrip    Posted: 2004-06-30 07:45:46    Length: 1,067 byte(s)
[Original] [Print] [Top]
Yesterday, my PNY Atache flash memory stick drive started to fail on me.
It can read all files just fine. So I managed to tar all the files into
a backup.

I can reformat it in Win2000 or Knoppix just fine. But when putting
files (of any kind) onto it will lock up the computer (W2k or Knoppix)
every time after about a minute or so of writing to the device. It does
this on two different computers that I've tried.

Conclusion: The drive is bad.

My query is: Does anyone know about how long one should expect one of
these type drives to last under daily use as a Knoppix persistant home
directory? Anyone know of any utilities to lock out a bad memory
cell/sector?

I thought since these things don't have moving parts (other than moving
from place to place) they should last quite a while and be very reliable
from data loss. Guess I was wrong.

Anyone else run into problems with flash memory?

Thanks.

Kenneth Lantrip

[Original] [Print] [Top]
Subject: Life Expectancy of Flash Memory Drives
Author: Stephen Moll    Posted: 2004-07-01 08:20:02    Length: 3,457 byte(s)
[Original] [Print] [Top]
"Kenneth Lantrip" [nunya@bidny.ok] wrote in message
news:0nAEc.15407$J82.10525@fe25.usenetserver.com...
QUOTE
Yesterday, my PNY Atache flash memory stick drive started to fail on me.
It can read all files just fine. So I managed to tar all the files into
a backup.

I can reformat it in Win2000 or Knoppix just fine. But when putting
files (of any kind) onto it will lock up the computer (W2k or Knoppix)
every time after about a minute or so of writing to the device. It does
this on two different computers that I've tried.

Conclusion: The drive is bad.

My query is: Does anyone know about how long one should expect one of
these type drives to last under daily use as a Knoppix persistant home
directory? Anyone know of any utilities to lock out a bad memory
cell/sector?

I thought since these things don't have moving parts (other than moving
from place to place) they should last quite a while and be very reliable
from data loss. Guess I was wrong.

Anyone else run into problems with flash memory?

Thanks.

Kenneth Lantrip


This type of device is almost undoubtedly going to be NAND based flash
memory. This type of memory is broken into blocks of 8 to 32k, each of which
has to be erased before it can have data written to it. Each block has a
life expectancy of 100,000 to 1,000,000 erase cycles. On top of that there
is a general MTBF (Mean time before failure) of around 500,000 hours.

What this means is that after 100,000 erase cycles for a particular block,
there will be an ever increasing likelihood that block will start creating
errors. By 1,000,000 it will almost certainly have stopped working. Even if
none of the blocks in your memory device have had less than 100,000 erase
cycles, the device as a hole is expected to fail at some point, with the
highest probable failure time in 500,000 hours (over 50 years).

Remember that these figures are based on probabilities, and a manufacturer
can only really say that ninety-something percent of devices will meet these
figures. There will be a small percentage that fall outside either by
failing earlier than expected, or if you're lucky... later.

All of these devices have defects in them when made, and part of the
manufacturing process involves something akin to formatting where bad blocks
are marked as bad on the chip. Some may pass the test at manufacture only to
fail soon after. For mulitmedia storage this isn't usually a problem as
small numbers of bit glitches are lost in the noise, but for program storage
this can be a problem... obviously.

So it really depends on what you use it for. I have known people use them as
system storage on PDAs, running alernative operating systems from them, only
to be surprised when the system becomes unstable after a few weeks. I have a
USB stick, which I've had for about a year. I actually store software on it,
but the contents are rarely changed, only once or twice a month, and it is
still fine.

Do you use it heavily?

[Original] [Print] [Top]
Subject: Life Expectancy of Flash Memory Drives
Author: Kenneth Lantrip    Posted: 2004-07-01 08:39:06    Length: 4,598 byte(s)
[Original] [Print] [Top]
Stephen Moll wrote:
QUOTE
"Kenneth Lantrip" [nunya@bidny.ok] wrote in message
news:0nAEc.15407$J82.10525@fe25.usenetserver.com...

Yesterday, my PNY Atache flash memory stick drive started to fail on me.
It can read all files just fine. So I managed to tar all the files into
a backup.

I can reformat it in Win2000 or Knoppix just fine. But when putting
files (of any kind) onto it will lock up the computer (W2k or Knoppix)
every time after about a minute or so of writing to the device. It does
this on two different computers that I've tried.

Conclusion: The drive is bad.

My query is: Does anyone know about how long one should expect one of
these type drives to last under daily use as a Knoppix persistant home
directory? Anyone know of any utilities to lock out a bad memory
cell/sector?

I thought since these things don't have moving parts (other than moving
from place to place) they should last quite a while and be very reliable
from data loss. Guess I was wrong.

Anyone else run into problems with flash memory?

Thanks.

Kenneth Lantrip



This type of device is almost undoubtedly going to be NAND based flash
memory. This type of memory is broken into blocks of 8 to 32k, each of which
has to be erased before it can have data written to it. Each block has a
life expectancy of 100,000 to 1,000,000 erase cycles. On top of that there
is a general MTBF (Mean time before failure) of around 500,000 hours.

What this means is that after 100,000 erase cycles for a particular block,
there will be an ever increasing likelihood that block will start creating
errors. By 1,000,000 it will almost certainly have stopped working. Even if
none of the blocks in your memory device have had less than 100,000 erase
cycles, the device as a hole is expected to fail at some point, with the
highest probable failure time in 500,000 hours (over 50 years).

Remember that these figures are based on probabilities, and a manufacturer
can only really say that ninety-something percent of devices will meet these
figures. There will be a small percentage that fall outside either by
failing earlier than expected, or if you're lucky... later.

All of these devices have defects in them when made, and part of the
manufacturing process involves something akin to formatting where bad blocks
are marked as bad on the chip. Some may pass the test at manufacture only to
fail soon after. For mulitmedia storage this isn't usually a problem as
small numbers of bit glitches are lost in the noise, but for program storage
this can be a problem... obviously.

So it really depends on what you use it for. I have known people use them as
system storage on PDAs, running alernative operating systems from them, only
to be surprised when the system becomes unstable after a few weeks. I have a
USB stick, which I've had for about a year. I actually store software on it,
but the contents are rarely changed, only once or twice a month, and it is
still fine.

Do you use it heavily?

Thanks for the heads up.

My intended use was as a persistant home directory under Knoppix.

Knoppix is a Linux LiveCD.  The OS boots and sets up a ramdrive in
memory (computer) for temporary stuff (I think) and if set up for a
persistant home directory, all the users files and stuff is put onto the
designated drive (USB stick in my case).  There aren't a lot of accesses
(hardly any) when just surfing or idling about.  But I use this drive to
hold all my favorites and email from mozilla that comes on the Knoppix
CD.  I also use it for storing all my important docs and info that I
need to be "the computer guy" at work.  :)

Sometimes I'll put files (small 2 to 40 MB) for transport to home or
back.  The drive was purchased on 2004-05-31...  So, it's fairly new.
And the drive size is 512MB

I'm really thinking I just got the lemon out of the stack.

Surely, other people are using these drive in a simular manner.


Kenneth

[Original] [Print] [Top]
Subject: Life Expectancy of Flash Memory Drives
Author: Daniel Ganek    Posted: 2004-07-02 09:32:21    Length: 3,590 byte(s)
[Original] [Print] [Top]
Stephen Moll wrote:
QUOTE
"Kenneth Lantrip" [nunya@bidny.ok] wrote in message
news:0nAEc.15407$J82.10525@fe25.usenetserver.com...

Yesterday, my PNY Atache flash memory stick drive started to fail on me.
It can read all files just fine. So I managed to tar all the files into
a backup.

I can reformat it in Win2000 or Knoppix just fine. But when putting
files (of any kind) onto it will lock up the computer (W2k or Knoppix)
every time after about a minute or so of writing to the device. It does
this on two different computers that I've tried.

Conclusion: The drive is bad.

My query is: Does anyone know about how long one should expect one of
these type drives to last under daily use as a Knoppix persistant home
directory? Anyone know of any utilities to lock out a bad memory
cell/sector?

I thought since these things don't have moving parts (other than moving
from place to place) they should last quite a while and be very reliable
from data loss. Guess I was wrong.

Anyone else run into problems with flash memory?

Thanks.

Kenneth Lantrip



This type of device is almost undoubtedly going to be NAND based flash
memory. This type of memory is broken into blocks of 8 to 32k, each of which
has to be erased before it can have data written to it. Each block has a
life expectancy of 100,000 to 1,000,000 erase cycles. On top of that there
is a general MTBF (Mean time before failure) of around 500,000 hours.

What this means is that after 100,000 erase cycles for a particular block,
there will be an ever increasing likelihood that block will start creating
errors. By 1,000,000 it will almost certainly have stopped working. Even if
none of the blocks in your memory device have had less than 100,000 erase
cycles, the device as a hole is expected to fail at some point, with the
highest probable failure time in 500,000 hours (over 50 years).

Remember that these figures are based on probabilities, and a manufacturer
can only really say that ninety-something percent of devices will meet these
figures. There will be a small percentage that fall outside either by
failing earlier than expected, or if you're lucky... later.

All of these devices have defects in them when made, and part of the
manufacturing process involves something akin to formatting where bad blocks
are marked as bad on the chip. Some may pass the test at manufacture only to
fail soon after. For mulitmedia storage this isn't usually a problem as
small numbers of bit glitches are lost in the noise, but for program storage
this can be a problem... obviously.

So it really depends on what you use it for. I have known people use them as
system storage on PDAs, running alernative operating systems from them, only
to be surprised when the system becomes unstable after a few weeks. I have a
USB stick, which I've had for about a year. I actually store software on it,
but the contents are rarely changed, only once or twice a month, and it is
still fine.

Do you use it heavily?



What about mechanical shock? They are easy to drop, etc.

/dan

[Original] [Print] [Top]
Subject: Life Expectancy of Flash Memory Drives
Author: Stephen Moll    Posted: 2004-07-05 02:23:00    Length: 1,096 byte(s)
[Original] [Print] [Top]
"Daniel Ganek" [ganek@comcast.net] wrote in message
news:cc3v68$cls$1@pcls4.std.com...

[[SNIPPED OUT PREVIOUS GUMPH!]]
QUOTE


What about mechanical shock? They are easy to drop, etc.

/dan



The memory devices are just chips, so if themselves are about as robust as
you can get. Its the way they are packaged into a finished product that will
determine how well they stand up to everyday use.

I use a Freecom USB Stick, which is water-tight and  pretty strong, i.e. it
will easily survive being dropped onto the ground, but I wouldn't want to
try standing on it in my size nines.

I've seen other brands where the casings are significantly less substantial
that the Freecom ones, and definately not water-tight, but then they are
cheaper. As they say... You get what you pay for.

[Original] [Print] [Top]
Subject: Life Expectancy of Flash Memory Drives
Author: patrick    Posted: 2004-07-05 08:00:46    Length: 1,934 byte(s)
[Original] [Print] [Top]
Stephen Moll wrote:
QUOTE
"Daniel Ganek" [ganek@comcast.net] wrote in message
news:cc3v68$cls$1@pcls4.std.com...

SNIPPED OUT PREVIOUS GUMPH!

What about mechanical shock? They are easy to drop, etc.

/dan




The memory devices are just chips, so if themselves are about as robust as
you can get. Its the way they are packaged into a finished product that will
determine how well they stand up to everyday use.

I use a Freecom USB Stick, which is water-tight and  pretty strong, i.e. it
will easily survive being dropped onto the ground, but I wouldn't want to
try standing on it in my size nines.

I've seen other brands where the casings are significantly less substantial
that the Freecom ones, and definately not water-tight, but then they are
cheaper. As they say... You get what you pay for.



Costco is selling the Cruzer 256Mb SANDISK usb chips for $36.99 all this

week of July 4th, 2004!  Usually costs $46.99 each!

Boot Linux from it!  There are 51Mb images that can start up Linux
systems!   http://rz-obrian.rz.uni-karlsruhe.de/knoppix-usb/

how to use in Linux  (Redhat example seems to work good in my Debian
systems):  http://www.extremetech.com/article2/0,1558,1256766,00.asp

wikipedia overview of USB in Linux:  http://en.wikipedia.org/wiki/Keydrive

[Original] [Print] [Top]
Subject: Life Expectancy of Flash Memory Drives
Author: Connor Sterner    Posted: 2004-07-13 08:39:36    Length: 2,407 byte(s)
[Original] [Print] [Top]
--
--
Looking for a date/hookup/sex partner?
http://accfq2.linksysnet.com:999/match/index2.htm

^^ Free dating services & Swingers Pages! ^^
-=-=-=-=-=-=-=-
Need a Loan or a Credit Card?  Our loan pages are the best
http://accfq2.linksysnet.com:999/loan/index.htm

100% Guaranteed Credit Cards and Loans, EVEN IF YOU HAVE BAD CREDIT!
Also, Signature Cash advances, and debt consolidation!  Check us out today.

Looking for adult Videos? DVDs? VHS? Toys?  Look no further.
http://shop.sex-superstore.com/cgi-share/index.cgi?af=5971
Guaranteed BEST price anywhere..  $9.99 XXX DVD Section!  Free dildo with
any order over $50!  Check us out today!



"Kenneth Lantrip" [nunya@bidny.ok] wrote in message
news:0nAEc.15407$J82.10525@fe25.usenetserver.com...
QUOTE
Yesterday, my PNY Atache flash memory stick drive started to fail on me.
It can read all files just fine. So I managed to tar all the files into
a backup.

I can reformat it in Win2000 or Knoppix just fine. But when putting
files (of any kind) onto it will lock up the computer (W2k or Knoppix)
every time after about a minute or so of writing to the device. It does
this on two different computers that I've tried.

Conclusion: The drive is bad.

My query is: Does anyone know about how long one should expect one of
these type drives to last under daily use as a Knoppix persistant home
directory? Anyone know of any utilities to lock out a bad memory
cell/sector?

I thought since these things don't have moving parts (other than moving
from place to place) they should last quite a while and be very reliable
from data loss. Guess I was wrong.

Anyone else run into problems with flash memory?

Thanks.

Kenneth Lantrip


[Original] [Print] [Top]
« Previous thread
*nix iso's query
General Linux Discussions
Page. 23
Next thread »
backup for redundancy
     

Copyright © 2007 UNIX Resources Network, All Rights Reserved.      About URN | Privacy & Legal | Help | Contact us
Powered by FreeBSD    webmaster: webmaster@unixresources.net
This page created on 2007-08-01 12:16:55, cost 0.031285047531128 ms.