<code>-o sync</code> option when mounting UBIFS; however, the file
system performance will drop - be careful. Also remember that UBIFS
mounted in synchronous mode provides less guarantees than JFFS2 - refer
- <a href="ubi.html#L_sync_semantics">this</a> section for details.</li>
+ <a href="ubifs.html#L_sync_semantics">this</a> section for details.</li>
<li>Always keep in mind the above statement from the manual pages and
run <code>fsync()</code> for all important files you change; of
<p>Well, this does not sound as a big issue. However, compression becomes an
issue for free space reporting when compression is combined with
-<a href="ubi.html#L_writeback">write-back</a>. Namely, UBIFS cannot know how
+<a href="ubifs.html#L_writeback">write-back</a>. Namely, UBIFS cannot know how
well the cached dirty data would compress, and the only way to find this out is
to actually compress it. See below.</p>