View Single Post
  #9 (permalink)  
Old 22nd May, 2008, 03:17 AM
Áedán's Avatar
Áedán Áedán is offline
Chief Systems Administrator
 
Join Date: September 2001
Location: Europe
Posts: 11,641

Flash works in blocks - depending on the flash device, it can be anything from 512bytes up to several Kb. When you write to a block, first you have to erase the whole block, and then re-write it. That erase/rewrite process does 'wear out' the flash, so there's a limited number of times you can erase/write to flash (admittedly it's usually in excess of 100,000 times now).

If you use flash for swap files (and log files), where heavy access will occur, it's hard to know how long it'll last. My personal record so far is 6 months for logf iles, before the flash became unusable.
__________________
Reply With Quote