吉林大学学报(信息科学版)

• 论文 • 上一篇    下一篇

基于嵌入式的文件系统研究

耿庆田1,2, 赵宏伟1, 常亮1   

  1. 1. 吉林大学 计算机科学与技术学院, 长春 130012; 2. 长春师范大学 计算机科学与技术学院, 长春 130032
  • 出版日期:2013-11-26 发布日期:2014-01-06
  • 作者简介:耿庆田(1972—), 男, 长春人, 吉林大学博士研究生, 主要从事智能信息系统与网络技术研究, (Tel)86-13578743132(E-mail)qtgeng@163.com;通讯作者: 赵宏伟(1962—), 男, 长春人, 吉林大学教授, 博士生导师, 主要从事智能信息系统与嵌入 式技术研究, (Tel)86-13654375242(E-mail)zhaohw@jlu.edu.cn。
  • 基金资助:

    吉林省教育厅“十一五”科学技术研究基金资助项目(2010148); 长春师范学院自然科学基金资助项目(2010003)

File System Research Based on Embedding

GENG Qing-tian1,2, ZHAO Hong-wei1, CHANG Liang1   

  1. 1. College of Computer Science and Technology, Jilin University, Changchun 130012, China;2. College of Computer Science and Technology, Changchun Normal University, Changchun 130032, China
  • Online:2013-11-26 Published:2014-01-06

摘要:

为解决传统FAT格式文件数据按顺序存取方式无法适应在大容量存储设备中大规模目录文件的读取查询操作等问题, 在嵌入式文件系统中采用磨损平衡算法及位图存储技术对NandFlash存储介质实现Flash域磨损优化, 并对嵌入式文件系统的索引存储和空闲目录进行优化管理。系统使用仿真器进行仿真程序开发, 并在基于ARM9 MagicARM2410开发板进行仿真实验。实验结果表明, 该文件系统能实现其基本功能, 其可行性得到验证。

关键词: 文件系统, 嵌入式, NandFlash存储

Abstract:

To solve the problem that traditional FAT format file data access method is unable to adapt to the query operations of the large\|scale catalog file in large\|scale mass storage device as the traditional data access method of FAT format file is sequential access, the wear-leveling algorithm is proposed, optimizing wear block of flash in NandFlash storage medium using bitmap storage technology is realized, and memory index and idle directory of an embedded file system are optimized. A simulation program is developed, and simulation experiments are carried out based on ARM9 MagicARM2410 board. The result shows that the basic functions of the file system can be realized, and the feasibility is verified.

Key words: filesystem, embedded, NandFlash

中图分类号: 

  • TP391.9