Flash memory controller: Difference between revisions

Content deleted Content added
Flash translation layer (FTL) and mapping: Forgot to fix both boldfacing marks.
Wear-leveling and block picking: Use {{cite paper}}, so there aren't "you said web, so where's the URL" complaints due to using CiteSeerX to point to the paper.
Line 12:
{{Main|Wear leveling}}
 
Flash memory can withstand a limited number of program-erase cycles. If a particular flash memory block were programmed and erased repeatedly without writing to any other blocks, the one block would wear out before all the other blocks thereby prematurely ending the life of the storage device. For this reason flash controllers use a technique called [[wear leveling]] to distribute writes as evenly as possible across all the flash blocks in the SSD. In a perfect scenario this would enable every block to be written to its maximum life so they all fail at the same time.<ref name="Li-Pin Chang">{{cite webpaper |citeseerx = 10.1.1.103.4903 |title=On Efficient Wear Leveling for Large Scale Flash Memory Storage Systems |author=Chang, Li-Pin |date=2007-03-11 |publisher=National ChiaoTung University, HsinChu, Taiwan }}</ref>
 
==Flash translation layer (FTL) and mapping==