public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Adrian Hunter <ext-adrian.hunter@nokia.com>
To: "kyungmin78@gmail.com" <kyungmin78@gmail.com>
Cc: David Bergeron <mho.linux-mtd@b2n.ca>,
	"linux-mtd@lists.infradead.org" <linux-mtd@lists.infradead.org>
Subject: Re: UBIFS volume corruption (bad node at LEB 0:0)
Date: Wed, 28 Jan 2009 10:24:58 +0200	[thread overview]
Message-ID: <4980165A.3070805@nokia.com> (raw)
In-Reply-To: <9c9fda240901271820x23993c55hba3fa5078ea6426@mail.gmail.com>

Kyungmin Park wrote:
> Hi,
> 
> On Mon, Jan 26, 2009 at 6:18 PM, Artem Bityutskiy
> <dedekind@infradead.org> wrote:
>> On Wed, 2009-01-07 at 23:13 -0500, David Bergeron wrote:
>>> Hello all,
>>>
>>> I'm getting some sort of volume corruption problem with UBIFS after
>>> doing
>>> rootfs updates using rsync.
>>>
>>> I've cooked up a minimalist test trying to eliminate possible
>>> interference.
>>> The following steps will trigger the corruption almost every time.
>>> No
>>> errors
>>> or warnings are produced during this procedure, every step behaves
>>> as
>>> expected:
>> David,
>>
>> we think we've fixed this bug. The reason was that when mounting RO,
>> then re-mounting read-write, the orphan sub-system was not properly
>> initialized. The fix is available at the ubifs-v2.6.28.git tree. I've
>> back-ported all stable changes and fixes to the tree. You need this fix:
>>
>> commit b3718eedf4ab91307f64a79ad8eb911ca401bd22
>> Author: Adrian Hunter <ext-adrian.hunter@nokia.com>
>> Date:   Mon Jan 26 10:55:40 2009 +0200
>>
>>    UBIFS: ensure orphan area head is initialized
>>
>>    When mounting read-only the orphan area head is
>>    not initialized.  It must be initialized when
>>    remounting read/write, but it was not.  This patch
>>    fixes that.
>>
>>    [Artem: sorry, added comment tweaking noise]
>>    Signed-off-by: Adrian Hunter <ext-adrian.hunter@nokia.com>
>>    Signed-off-by: Artem Bityutskiy <Artem.Bityutskiy@nokia.com>
>>
>> However, I recommend you to incorporate all UBI/UBIFS changes since
>> 2.6.28, because there were other bug-fixes.
>>
>> You may find information about back-port trees here:
>> http://www.linux-mtd.infradead.org/doc/ubifs.html#L_source
>>
>> Please, send us some feed-back about whether your problem has been
>> solved.
>>
> 
> I got the similar problem with orphan node handling. with this patch,
> it's solved. but there are strange ones.
> 
> I boot with ubifs with ro mode. and then I remount it as rw. after
> some work, I remount it as ro. at that case.
> It displayed "Device busy" so I can't change the mode. Did you have any clue?

Speaking of orphans, it is not possible to remount rw->ro with files that are
pending for deletion on any file system e.g. open file, unlink it, try to
remount ro => device busy error.  The unlinked file must be closed first so
that the file system can delete it.

  parent reply	other threads:[~2009-01-28  8:24 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2009-01-08  4:13 UBIFS volume corruption (bad node at LEB 0:0) David Bergeron
2009-01-08  6:46 ` Artem Bityutskiy
2009-01-16 15:34   ` David Bergeron
2009-01-19  8:56     ` Artem Bityutskiy
2009-01-20  3:44       ` David Bergeron
2009-01-20  5:40         ` David Bergeron
2009-01-20  9:01         ` Artem Bityutskiy
2009-01-20 21:47           ` David Bergeron
2009-01-14 16:17 ` Artem Bityutskiy
2009-01-16 21:23   ` David Bergeron
2009-01-26  9:18 ` Artem Bityutskiy
2009-01-28  2:20   ` Kyungmin Park
2009-01-28  7:51     ` Artem Bityutskiy
2009-01-28  8:24     ` Adrian Hunter [this message]
2009-01-29  4:24       ` Kyungmin Park
2009-01-28 16:31   ` David Bergeron

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4980165A.3070805@nokia.com \
    --to=ext-adrian.hunter@nokia.com \
    --cc=kyungmin78@gmail.com \
    --cc=linux-mtd@lists.infradead.org \
    --cc=mho.linux-mtd@b2n.ca \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox