`
rubynroll
  • 浏览: 204539 次
  • 性别: Icon_minigender_1
  • 来自: Wgt
社区版块
存档分类
最新评论

UFFS usage guidline

    博客分类:
  • UFFS
阅读更多

UFFS is not a generic file system for every day use like FAT32 or Ext3, or generic flash file system like JFFS2 or YAFFS2 for NAND.

The fact that UFFS consumes one block for each directory and one or more blocks for each file makes it not suitable for large numbers of directories or files.

Not using separate thread for GC makes UFFS very predictable (good for read-time system), but it may also beat performance badly if you randomly moving file pointer across block boundary and modifying the file content.

What UFFS best suit for:

* Not many directories.
Too many directories will cause in low space efficiency but no performance penalty. In fact, many embedded system don't use directory.

* Not many small files.
Full of small files will also cause low space efficiency.

* Large file size.
UFFS performs well when reading/seeking/writing/appending in large size file.

* Appending a file.
UFFS has the best performence if you are appending a file, or doing the modifies within the last block boundary.

* Random reading.
Seeking file pointer is very fast in UFFS.

What should you minimize or avoid:

* Creating and deleting files frequently.
Create a file then delete it results in 2 block erase, which is not a good practice for NAND flash if doing that frequently.

* Moving file pointer across block boundary and modifying the file content.
UFFS won't cache the data across block boundary when writing to a file, so it need to do the block recover immeditly (which will erase one block). This may beat the performance badly.

For example, if you have a size 1MB file, seek the file pointer to 0, write 1 byte, then seek the pointer to 1MB(the end of file), write 1 byte, then close file. The whole process will cause 2 block recoveries, as result, 2 blocks will be erased.

* Opening multiple files for write.
The fact that UFFS can't cache the data across block baundary and files are in different blocks, opening multiple files and writing to them will make UFFS frequetly flush out the cache and cause bock recovery.

* Truncating/Deleting large size file.
When deleting a file, UFFS will erase all blocks belong to the file, which may take quite a long time for large file on slow NAND flash. Truncating a file will also cause erasing the discarded blocks.

分享到:
评论

相关推荐

    uffs移植.rar

    本项目涉及的是将UFFS(Unreliable Flash File System,不可靠闪存文件系统)移植到正点原子F429开发板上,并且经过了基本的文件读写测试。下面将详细介绍UFFS文件系统、STM32微控制器以及移植过程中的关键知识点。 ...

    uffs文件系统源码

    UFFS(Ultra Fast File System)是一个专为NAND Flash设计的高效开源文件系统。它以其卓越的性能、低内存占用和免费使用而受到嵌入式开发者的青睐。NAND Flash是一种非易失性存储技术,广泛应用于各种嵌入式设备和...

    uffs 1.3.3 嵌入式文件系统

    嵌入式文件系统,很不错的 ● Ultra low cost – Low memory cost – Fast booting ● Superb Stability – Guaranteed integrity across unexpected power losses – Bad block tolerant, ECC and ware leveling ...

    uffs 1.3.5

    嵌入式文件系统,很不错的 ● Ultra low cost – Low memory cost – Fast booting ● Superb Stability – Guaranteed integrity across unexpected power losses – Bad block tolerant, ECC and ware leveling ...

    UFFS

    UFFS,全称为“Unreliable Flash File System”,是一个针对嵌入式系统设计的、可靠的、高性能的文件系统。在嵌入式系统中,尤其是在使用闪存存储的设备上,由于闪存的特殊性(如有限的擦写次数和慢速的写操作),...

    uffs_prog1

    标题“uffs_prog1”可能指的是一个特定的软件项目或者库,其主要编程语言为Java。在Java编程领域,"uffs_prog1"可能是开发者为某个功能或应用创建的一个代码仓库的名称,代表了一组相关的源代码文件和资源。由于没有...

    UFFS-开源

    UFFS:超低成本闪存文件系统,设计用于嵌入式系统中的NAND闪存。 对于1Gb(第512页)/ 4Gb(第2K页)NAND闪存,UFFS通常消耗的内存少于200K。 它支持直接闪存接口,可以在有或没有OS的情况下使用。

    1.6 深入理解嵌入式C(未学汇编,自学).ppt

    在实际的工作中,C、C++密不可分,做我们嵌入式方面的,当然更多的是C,但,有时候却少不了C++,而且是C、C++混搭(混合编程)在一起的,比如,RTP视频传输,live555多媒体播放等都是C++下的,他需要调用JRTPLIB库,...

    YAFFS 嵌入式文件系统

    **YAFFS (Yet Another Flash File System)** 是一种专门针对嵌入式系统设计的文件系统,尤其适合在 NAND 闪存上使用。由于嵌入式设备的资源限制和 NAND 闪存的特性,YAFFS 提供了一种高效、可靠且适应性强的解决方案...

    Ryze:UFFS项目的跨学科交叉计划

    【Ryze:UFFS项目的跨学科交叉计划】 在信息技术领域,跨学科交叉计划是推动创新和解决问题的有效手段。"Ryze:UFFS项目的跨学科交叉计划"旨在结合不同学科的专业知识,如计算机科学、工程学、社会科学等,共同解决...

    cc.uffs.edu.br:ChapecóSC联邦大学分校的官方网站

    Site do curso deCiênciadaComputação(UFFS) 爱喜repositóriocontémØ网站做CURSO德哒,disponívelEM 。 在阿鲁诺斯州的阿努诺斯州立大学网站,教授和TAE。 Sinta-se convidado(a)是melhoramento desse...

    Materias-UFFS:课程的所有内容,您可以在这里找到

    材料UFFS 欢迎使用Materias UFFS存储库,这只是一个学期的开始... :smiling_face_with_sunglasses: 成为这个平台的贡献者! 您来自UFFS的计算机科学课程吗? 大一新生? 我们分为以下几组: 面子书: : ...

    app-cc:供UFFS计算机科学课程的学生,教师和技术人员使用的移动应用程序

    CCUFFS申请项目该存储库包含移动应用程序的代码,供Chapecó/ SC UFFS计算机科学课程的学生,教师和技术人员使用。 有关应用程序的预期功能和开发计划草案,请参阅ROADMAP文件。 重要提示:在开始开发新功能之前,请...

    编译yaffs文件系统yaffs工具包

    有时yaffs工具没选对,做出来的系统镜像没法使用

    uffs-sga-scraping:系统以自动方式从协调员门户收集数据

    标题 在此处放入项目描述。 此说明的长度通常为两到三行。 它应该概述项目是什么,例如:使用的技术,存在的哲学,您要解决的问题等等。 如果您需要编写三行以上的描述,请创建小节。 重要说明:如果适用,在此处...

    dados-uffs:来自Fronteira Sul联邦大学的开放数据的存储库,网址为https

    标题 在此处放入项目描述。 此说明的长度通常为两到三行。 它应该概述项目是什么,例如:使用的技术,存在的哲学,一个人要解决的问题等等。 如果您需要编写三行以上的描述,请创建小节。 重要说明:如果适用,在...

    文件系统c++源码

    在本文中,我们将深入探讨基于C++实现的仿Linux文件系统源码,它支持多用户多目录以及虚拟内存分配的功能。这些特性对于理解和构建自己的操作系统内核或学习操作系统原理至关重要。 首先,我们要理解文件系统的基本...

    CCGIRLS.github.io:CC GIRLS UFFS研究小组的官方网站:woman_technologist::rocket:

    Create React App入门 该项目是通过引导的。 可用脚本 在项目目录中,可以运行: yarn start 在开发模式下运行应用程序。 打开在浏览器中查看它。 如果您进行编辑,则页面将重新加载。 您还将在控制台中看到任何...

    uffstex:联邦大学联邦大学对外贸易分会Class abnTeX2

    【标题】"uffstex:联邦大学联邦大学对外贸易分会Class abnTeX2" 指的是一款基于LaTeX的文档类(document class),专为巴西联邦大学(UFFS)对外贸易分会的学术写作设计。它利用了abnTeX2框架,这是一款遵循巴西...

    Horario:UFC,ChapecóSC的组织机构的最高荣誉

    Chapecó/ SC的UFFS商店中的最高荣誉组织机构奖。 。 Estrutura do dados 教授 正如情报局教授的说法,没有任何争议./data/members.json 。 解释和说明: { "fernando.bevilacqua" : { "name" : "Fernando ...

Global site tag (gtag.js) - Google Analytics