Some news for this: [PATCH] [MTD] BLOCK_RO: Readonly Block Device Layer Over MTD ?

David Brown mtd at davidb.org
Fri Nov 23 13:40:29 EST 2007


On Fri, Nov 23, 2007 at 10:28:24AM +0100, Ricard Wanderlof wrote:

>On second thought, I think that the degradation of the data in a
>flash memory cell is mostly due to read operations, so if no read 
>operations are performed, the data should be fairly secure. Then again, 
>there are subtle effects such as cosmic radiation flipping bits at any 
>random location, etc.

Flash should be reasonably immune to degradation from reads.  In fact, it
is fairly resiliant to degradation at all.

In NAND, the primary cause of read failures is caused by writes (and
rewrites) of subsequent pages within a block.  These can cause bit flips in
earlier written pages.  This gets worse with higher density, and is the
main reason the higher density devices have greater restrictions on
rewrites.

David



More information about the linux-mtd mailing list