Lines Matching full:jffs2
16 file-system of this class is JFFS2.
49 In a sense, UBIFS is a next generation of JFFS2 file-system, but it is
50 very different and incompatible to JFFS2. The following are the main
53 * JFFS2 works on top of MTD devices, UBIFS depends on UBI and works on
55 * JFFS2 does not have on-media index and has to build it while mounting,
58 so it mounts many times faster than JFFS2.
59 * JFFS2 is a write-through file-system, while UBIFS supports write-back,
62 Similarly to JFFS2, UBIFS supports on-the-fly compression which makes
65 Similarly to JFFS2, UBIFS is tolerant of unclean reboots and power-cuts.
72 on the flash size, like in case of JFFS2. This is because UBIFS
75 Nevertheless, UBI/UBIFS scales considerably better than JFFS2.