Flash
Storage
The flash memory can store kilobytes to gigabytes. Greater the storage higher will be the cost. The manufacturers have developed NAND Flash using multi-level chip technology (MLC). MLC allows storing 2 bits per so this NAND Flash can store up to 8 Gigabytes of data. Samsung Electronics are the world's largest NAND Flash manufacturers. Their largest NAND FLASH chip stores 16 gigabytes. The flash chips in gigabytes are quite expensive for common people. They normally use 128MB, 256MB, 526MB, or even 1GB. Large voluminous businesses where great deal of storage is required, 2GB, 4GB, 8GB and now 16GB are mostly used.NOR and NAND Flash
NOR Flash is based on NOR gates. Reading from NOR-Flash is similar to those of addressed mapped memories. Erasure and writing the NOR Flash is done by special commands. These commands are written to the mapped memory's first page and defined by Intel as common flash interface. NAND Flash is based on NAND gates and accessed like hard disks and memory cards. During software execution, NAND Flash uses virtual memory concept of paging. Both NAND and NOR Flash can be partitioned by file system to use as any storage device.FLASH File System
Flash file systems overcome the problems associate with Flash memories. For instance longer erase times with NOR-Flash was a big issue. Updating NOR-flash memory normally requires larger time. File system removed the problem. What file system does it stores the copy of changed data to a fresh block and maps the file pointer. Then deletes the old block in spare time saving the valuable time. The most compatible file system for flash is old FAT file system. JFFS was the first to work on LINUX for NOR-Flash. JFFS2 and YAFFS support the NAND Flash memories. FFS2 works on MS-DOS to support Flash memories.Limitations with FLASH
As mentioned earlier that a FLASH allows multiple word access in one operation, but this is not the case with erasure. A single byte within the word or block can be programmed but cannot be erased. The size of a block is normally 64KB, 128KB or 256KB. In order to erase it needs to be erased the entire block at a time. Some flash memories have limited number of erase-write cycles especially NOR-Flash.Flash Technology
Flash works on two processes:- Floating gate avalanche injection (write/read)
- Tunneling (erase)
