From: Theodore Tso <tytso@mit.edu>
To: Fabio Comolli <fabio.comolli@gmail.com>
Cc: linux-ext4@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: Crash in 2.6.28.7 - ext4 related
Date: Thu, 26 Feb 2009 15:52:45 -0500 [thread overview]
Message-ID: <20090226205245.GM7227@mit.edu> (raw)
In-Reply-To: <b637ec0b0902261242o55d67bd9m65a6f26dc8ce1b19@mail.gmail.com>
On Thu, Feb 26, 2009 at 09:42:15PM +0100, Fabio Comolli wrote:
> It's my home directory and so I prefer not to share, sorry.
No problem, I understand.
> Anyway, it seems that after the removal of that (possibly corrupted)
> directory, I can't reproduce the problem anymore. I tried to create
> / modify / delete some big directories, even two or three at a time
> with no luck.
Did you ever try running e2fsck on the filesystem while you could
reproduce it? Did it report any errors? A good thing to do in
general, if you can report these sorts of problems, is to run e2fsck
with the -n option, while the filesystme is unmounted, and see if any
errors are reported. That would tell us if there were any filesystem
corruption problems (and the -n avoids making any changes to the
filesystem).
Also, even if you don't feel willing to share the e2image file, if you
can reproduce it, please consider making a raw e2image dump. That way
if the problem goes away again, maybe you'll be able to consistently
report reproduce it on the e2image dump file.
The other thing that you can do which will sometimes work is to add
the -s option to the e2image command. The -s option scrambles the
name of the directory entries and zeros out any unused portions of
directory blocks to prevent privacy problems. The downside is that it
can prevent certain bugs from being repeatable and you have to either
turn off the dir_index feature or run e2fsck to fix up the htree since
the filename hashes will be screwed up after the directory entries are
scrambled. So it's not ideal, but in cases where there are privacy
issues, that can be helpful.
Regards,
- Ted
next prev parent reply other threads:[~2009-02-26 20:52 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
[not found] <b637ec0b0902251203i1fe5f081vfd06350dbf5060e9@mail.gmail.com>
2009-02-26 9:18 ` Crash in 2.6.28.7 - ext4 related Fabio Comolli
2009-02-26 14:19 ` Theodore Tso
2009-02-26 14:38 ` Fabio Comolli
2009-02-26 14:38 ` Fabio Comolli
2009-02-26 16:08 ` Theodore Tso
2009-02-26 20:42 ` Fabio Comolli
2009-02-26 20:52 ` Theodore Tso [this message]
2009-02-26 22:01 ` Fabio Comolli
2009-02-26 22:01 ` Fabio Comolli
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=20090226205245.GM7227@mit.edu \
--to=tytso@mit.edu \
--cc=fabio.comolli@gmail.com \
--cc=linux-ext4@vger.kernel.org \
--cc=linux-kernel@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.