For file systems not designed for flash, FTL layer conversion is required.

Source: Internet
Author: User

Flash memory is divided into two types: nor flash memory and nand flash memory, especially for NAND Flash
Memory features faster erase time, small size, and low cost, making NAND more suitable
Embedded system. Flash memory is a storage device. To use this storage device
Use File System on memory. The file system used on a general block device (e.g. Disk), for example:
NTFS, FAT32, and ext2 can be used on flash memory, but these file systems are not designed for flash
Designed, so there is no operation for flash features, because some need to use FTL (Flash Translation Layer)
Shows the conversion operation:

Figure 1
If you use a file system (flash-specific File System) not designed for flash
In other words, you can access flash memory. However, if you use FTL, there will be an additional conversion process, which will waste the conversion time.
Embedded system, which requires high efficiency, is not suitable for flash memory.
(Flash-specific File System) file system, such as jffs, jffs2, and yaffs. Use this
Flash-specific file system does not need to use FTL for conversion, as shown in Figure 2:

Figure 2
Jffs is mainly used on nor flash memory, while yaffs is used on nand flash memory. Yaffs
It is made by Aleph one and is suitable for many embedded operation systems, such as eCos and wince.
And open the original code under the terms of gnu gpl. Therefore, you can obtain the yaffs from Aleph one.
And can be modified to meet your needs. Here we will mainly discuss the use of nand flash memory
Flash-specific file system-yaffs.

 

 

 

 

 

 

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.