如何制作UBI文件系统以及制作UBI文件系统相关的资料

本文探讨了如何创建UBI文件系统,重点关注MLC NAND闪存的适用性。
摘要由CSDN通过智能技术生成
UBIFS FAQ and HOWTO
(2008-09-10 16:17:23)
如何制作UBI文件系统以及制作UBI文件系统相关的资料 - wangshh03 - 王世宏的博客转载
var $tag='ubifs,it'; var $tag_code='8a5dc749f1f3ccc33865637c0c0f1236'; var $r_quote_bligid='5b9ea9840100apqc'; var $worldcup='0'; var $worldcupball='0'; 标签:
ubifs
it
分类: Linux


UBIFS FAQ and HOWTO
Table of contents
May UBIFS be used on MLC NAND flash?
How to mount UBIFS?
How to create an UBIFS image?
How to find out LEB size?
May an empty UBI volume be mounted?
What is the purpose of -c (--max-leb-cnt) mkfs.ubifs option?
How to compile mkfs.ubifs?
Can UBIFS mount loop-back devices?
How to change a file atomically?
Does UBIFS support atime?
Does UBIFS support NFS?
Does UBIFS become slower when it is full?
Why 
df
 reports too few free space?

How to disable compression?
How to use UBIFS with nandsim?
Is UBIFS tolerant to power-cuts?
May UBIFS be used on MLC NAND flash?

Yes, it should run fine. Let's consider the specific aspects of MLC NAND flashes:


MLC NAND flashes are more "faulty" than SLC, so they use stronger ECC codes which occupy whole OOB area; this is not a problem for UBI/UBIFS, because neither UBIFS nor UBI use OOB area;
when the data is written to an eraseblock, it has to be written sequentially, from the beginning of the eraseblock to the end of it; this is also not a problem because it is exactly what UBI and UBIFS do (see also  this  section);
MLC flashes have rather short eraseblock life-cycle of just few thousand of erase cycles; and this is not be a problem, because UBI uses deterministic wear-leveling algorithm (see this  section).
How to mount UBIFS?

UBIFS mounts UBI volumes, not UBI devices, not MTD devices. There are no block device nodes corresponding to UBI volumes and UBIFS uses device-less mount, just like 

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值