From: Theodore Tso <tytso@mit.edu>
To: "J.D. Bakker" <jdb@lartmaker.nl>
Cc: linux-ext4@vger.kernel.org
Subject: Re: Once more: Recovering a damaged ext4 fs?
Date: Sat, 28 Mar 2009 09:09:23 -0400 [thread overview]
Message-ID: <20090328130922.GE2155@mit.edu> (raw)
In-Reply-To: <p06240592c5f3caee289b@[130.161.115.44]>
On Sat, Mar 28, 2009 at 01:53:35PM +0100, J.D. Bakker wrote:
> At 08:30 -0400 28-03-2009, Theodore Tso wrote:
>> Can you verify exactly what kernel version you are using? This issue
>> is being discussed at:
>>
>> https://bugs.launchpad.net/ubuntu/+source/linux/+bug/330824
>>...
>
> Had the problem with 2.6.28, 2.6.28.4 and 2.6.29-rc6. After yesterday's
> crash I've upgraded to 2.6.29. For completeness' sake, my ext4 RAID had
> been created from scratch, not upgraded from ext3.
Thanks, I've updated your information on the Launchpad bug site. If
we can get indpendent confirmation, it appears the bug was fixed
sometime between 2.6.28-rc6 and 2.6.28-rc8.
> Should I still apply the oneliner you posted yesterday on 2.6.29?
Yeah, it's definitely a god fix to have in hand.
> In the meantime I've tried mkfs -S, this complained about "File exists
> while trying to create journal". fsck -y is running (has been for a few
> hours) and appears to cycle through
Oops, I need to fix mke2fs to handle this case better. (I assume you
were doing "mke2fs -S -t ext4 /dev/XXX", or something like that,
right?)
You should be able to work around the "File exists..." error via this
command:
debugfs -w /dev/XXXX -R "clri <8>"
... and then retrying the mke2fs -S command.
Regards,
- Ted
next prev parent reply other threads:[~2009-03-28 13:09 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-03-27 20:41 Once more: Recovering a damaged ext4 fs? J.D. Bakker
2009-03-27 22:46 ` Theodore Tso
2009-03-27 23:47 ` J.D. Bakker
2009-03-28 4:06 ` Theodore Tso
2009-03-28 12:30 ` Theodore Tso
2009-03-28 12:53 ` J.D. Bakker
2009-03-28 13:09 ` Theodore Tso [this message]
2009-03-29 22:01 ` J.D. Bakker
2009-03-31 12:42 ` Theodore Tso
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=20090328130922.GE2155@mit.edu \
--to=tytso@mit.edu \
--cc=jdb@lartmaker.nl \
--cc=linux-ext4@vger.kernel.org \
/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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.