Lines Matching full:ubi
4 UBI File System
10 UBIFS file-system stands for UBI File System. UBI stands for "Unsorted
41 UBIFS works on top of UBI. UBI is a separate software layer which may be
42 found in drivers/mtd/ubi. UBI is basically a volume management and
43 wear-leveling layer. It provides so called UBI volumes which is a higher
44 level abstraction than a MTD device. The programming model of UBI devices
46 they have read/write/erase operations, but UBI devices are devoid of
53 * JFFS2 works on top of MTD devices, UBIFS depends on UBI and works on
54 top of UBI volumes.
74 UBI, which scales linearly. So overall UBI/UBIFS stack scales linearly.
75 Nevertheless, UBI/UBIFS scales considerably better than JFFS2.
78 would scale logarithmically as well. UBI2 would support the same API as UBI,
79 but it would be binary incompatible to UBI. So UBIFS would not need to be
114 The UBI volume to mount is specified using "ubiX_Y" or "ubiX:NAME" syntax,
115 where "X" is UBI device number, "Y" is UBI volume number, and "NAME" is
116 UBI volume name.
118 Mount volume 0 on UBI device 0 to /mnt/ubifs::
122 Mount "rootfs" volume of UBI device 0 to /mnt/ubifs ("rootfs" is volume
128 to UBI and mount volume "rootfs":
129 ubi.mtd=0 root=ubi0:rootfs rootfstype=ubifs