[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20070507111952.7868bc1c@gara>
Date: Mon, 7 May 2007 11:19:52 -0500
From: "Jose R. Santos" <jrs@...ibm.com>
To: Valerie Clement <valerie.clement@...l.net>
Cc: linux-ext4@...r.kernel.org
Subject: Re: Creating a >32bit blocks filesystem.
On Fri, 04 May 2007 16:58:35 +0200
Valerie Clement <valerie.clement@...l.net> wrote:
> Hi Jose,
> I began to port our modifications done for the 64-bit support against
> the new version of e2fsprogs Ted posted at the beginning of the week.
> Note that it is *just* for test use as it breaks the backwards
> compatibility.
> I did a few tests with a kernel 2.6.17-rc7 and it seems to work, at
> least mkfs, debugfs and fsck tools.
Hi Valerie,
I tried the patches and while the tools such as mkfs and debugfs seem
to work fine, I am still unable to mount a filesystem with block
numbers exceeding 32 bits. I am testing on a 2.6.21.1 kernel with the
ext4 patches from:
ftp://ftp.kernel.org/pub/linux/kernel/people/tytso/ext4-patches/2.6.21-ext4-1
The following error shows up on the kernel log:
[12145.598822] EXT4-fs error (device dm-2): ext4_check_descriptors: Block bitmap for group 0 not in group (block 18446744069414584320)!
[12145.670781] EXT4-fs: group descriptors corrupted!
So its failing very early in ext4_check_descriptors(). The hi 32 bits of block_bitmap for the first group seem to be set all to 1s.
Thanks
-JRS
-
To unsubscribe from this list: send the line "unsubscribe linux-ext4" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists