public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
* For UBIFS users: be aware of write-back!
@ 2008-10-01  5:51 Artem Bityutskiy
  2008-10-03  7:15 ` David Woodhouse
  0 siblings, 1 reply; 6+ messages in thread
From: Artem Bityutskiy @ 2008-10-01  5:51 UTC (permalink / raw)
  To: linux-mtd; +Cc: Bruce_Leonard

Hi,

this e-mail informs about a quite important UBIFS feature which
have already confused many people.

If you use UBIFS, and especially if you have been using JFFS2 before,
please, read this documentation entry:

http://www.linux-mtd.infradead.org/doc/ubifs.html#L_writeback

Please, remember that UBIFS is _asynchronous_ FS. JFFS2 was synchronous,
so expect some of your old applications which were fine on JFFS2 to be
not ready to handle power cuts correctly in case of UBIFS.

Just an unsorted list of important items:

* Every time you write to a file, please, ask yourself: "if a
  power cut happens now, is it OK if I loose data or that my file may
  contain garbage or be inconsistent afterward? Is my application 
  ready to clean that up?"

* If your application changes a configuration file, you probably
  should use the "atomic file update" trick described at the web site.

* Keep the write-back issues in mind if you write scripts as
  well. In bash, use "sync" when needed. Smarter languages like
  Perl have more fine-grained and efficient calls.

Thanks.

-- 
Best regards,
Artem Bityutskiy (Битюцкий Артём)

^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2008-10-03  8:11 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-10-01  5:51 For UBIFS users: be aware of write-back! Artem Bityutskiy
2008-10-03  7:15 ` David Woodhouse
2008-10-03  7:45   ` Artem Bityutskiy
2008-10-03  7:57     ` David Woodhouse
2008-10-03  8:03       ` Artem Bityutskiy
2008-10-03  8:11   ` Artem Bityutskiy

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox