From: Justin Maggard <jmaggard10@gmail.com>
To: ext4 development <linux-ext4@vger.kernel.org>
Subject: >2TB file issue with e2fsck
Date: Thu, 18 Mar 2010 14:25:23 -0700 [thread overview]
Message-ID: <150c16851003181425s3cea7067o1505279f9d01b0a9@mail.gmail.com> (raw)
Ran into an interesting issue, and thought I'd report it. I created a
4TB file using posix_fallocate() on a freshly-created ext4 filesystem,
unmounted, and then ran e2fsck -f on it. Using e2fsprogs 1.41.9,
e2fsck ran through with no issues. Versions 1.41.10 and 1.41.11,
however, reported finding an error. Output was the same for both
1.41.10 and 1.41.11:
e2fsck 1.41.10 (10-Feb-2009)
Pass 1: Checking inodes, blocks, and sizes
Inode 12, i_blocks is 8589935432, should be 840. Fix? yes
Pass 2: Checking directory structure
Pass 3: Checking directory connectivity
Pass 4: Checking reference counts
Pass 5: Checking group summary information
c: ***** FILE SYSTEM WAS MODIFIED *****
c: 12/90523648 files (0.0% non-contiguous), 1079543383/1448361984 blocks
I'm in the process of trying it again using dd to create the large
file instead of posix_fallocate(), but I suspect the results will be
the same. Writing out such a huge file using dd takes a lot longer,
since as was discussed on this list a couple weeks ago, large
sequential writes on ext4 max out around 350MB/s. :)
-Justin
next reply other threads:[~2010-03-18 21:25 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2010-03-18 21:25 Justin Maggard [this message]
2010-03-18 21:38 ` >2TB file issue with e2fsck Eric Sandeen
2010-03-18 21:57 ` Eric Sandeen
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=150c16851003181425s3cea7067o1505279f9d01b0a9@mail.gmail.com \
--to=jmaggard10@gmail.com \
--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 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).