From: Theodore Ts'o <tytso@mit.edu>
To: Andreas Dilger <adilger@dilger.ca>
Cc: Allison Henderson <achender@linux.vnet.ibm.com>,
"linux-ext4@vger.kernel.org" <linux-ext4@vger.kernel.org>,
"jane@us.ibm.com" <jane@us.ibm.com>,
"marcel.dufour@ca.ibm.com" <marcel.dufour@ca.ibm.com>
Subject: Re: fs corruption recovery
Date: Thu, 19 Mar 2015 21:47:08 -0400 [thread overview]
Message-ID: <20150320014708.GA3425@thunk.org> (raw)
In-Reply-To: <3D9B0893-DA8D-41D1-8782-BC966B91D44D@dilger.ca>
On Wed, Mar 18, 2015 at 06:59:52PM -0600, Andreas Dilger wrote:
> I think that running a 17TB filesystem on ext3 is a recipe for disaster. They should use ext4 for anything larger than 16TB.
It's not *possible* to have a 17TB file system with ext3. Something
must be very wrong there. 16TB is the maximum you can have before you
end up overflowing a 32-bit block number. Unless this is a PowerPC
with a 16K block size or some such?
If e2fsck is segfaulting, then I would certainly try getting the
latest version of e2fsprogs, just in case the problem isn't just that
it's running out of memory. Also if recovering customer data is the
most important thing, the first thing they should do is a make image
copy of the file system, since it's possible that incorrect use of
e2fsck, or an old/buggy version of e2fsck could make things work.
In particular, if they are seeing errors with multply claimed inodes,
it's likely that part of the inode table was written to the wrong
place, and sometimes a skilled human being can get more data than
simply using e2fsck -y and praying. At the end of the day the
question is how much is the customer data work and how much effort is
the customer / IBM willing to invest in trying to get every last bit
of data back?
- Ted
next prev parent reply other threads:[~2015-03-20 1:47 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-19 0:56 fs corruption recovery Allison Henderson
2015-03-19 0:59 ` Andreas Dilger
2015-03-19 21:52 ` Eric Sandeen
2015-03-20 1:47 ` Theodore Ts'o [this message]
2015-03-20 5:47 ` Allison Henderson
2015-03-20 18:45 ` Darrick J. Wong
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=20150320014708.GA3425@thunk.org \
--to=tytso@mit.edu \
--cc=achender@linux.vnet.ibm.com \
--cc=adilger@dilger.ca \
--cc=jane@us.ibm.com \
--cc=linux-ext4@vger.kernel.org \
--cc=marcel.dufour@ca.ibm.com \
/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;
as well as URLs for NNTP newsgroup(s).