Gentoo Archives: gentoo-amd64

From: Joshua Hoblitt <jhoblitt@××××××××××.edu>
To: gentoo-amd64@l.g.o
Cc: tytso@×××××.org
Subject: Re: [gentoo-amd64] trouble creating an ext3 filesystem > 8TB
Date: Tue, 10 Apr 2007 21:11:19
Message-Id: 20070410211253.GA24125@ifa.hawaii.edu
In Reply to: Re: [gentoo-amd64] trouble creating an ext3 filesystem > 8TB by Joshua Hoblitt
1 After looking through various patches that were posted to LKML, I
2 discovered that passing "-F" to mke2fs seems to make this work as
3 expected. However, this behavior seems to be undocumented and that
4 makes me more then a little nervous.
5
6 The resulting filesystem does seem to be mountable:
7
8 /dev/sda4 11T 173M 11T 1% /export/ipp003.0
9
10 Is this feature undocumented for a reason or is it just unsupported?
11
12 -J
13
14 --
15 On Mon, Apr 09, 2007 at 02:12:43PM -1000, Joshua Hoblitt wrote:
16 > Ps. I've looked through e2fsprogs configure.in and it doesn't look like
17 > there's a magic flag to enable this support either.
18 >
19 > -J
20 >
21 > --
22 > On Mon, Apr 09, 2007 at 02:09:10PM -1000, Joshua Hoblitt wrote:
23 > > After reading in the kernel changelog that 2.6.19 should support ext3
24 > > filesystems up to 16TB in size, I tried to create an 11TB filesystem.
25 > > Attempting to do so gets this error from mke2fs:
26 > >
27 > > # mke2fs -j -J size=400 -O sparse_super,dir_index -i32768 -m1 /dev/sda4
28 > > mke2fs 1.39 (29-May-2006)
29 > > mke2fs: Filesystem too large. No more than 2**31-1 blocks
30 > > (8TB using a blocksize of 4k) are currently supported.
31 > > # mke2fs -j /dev/sda4
32 > > mke2fs 1.39 (29-May-2006)
33 > > mke2fs: Filesystem too large. No more than 2**31-1 blocks
34 > > (8TB using a blocksize of 4k) are currently supported.
35 > >
36 > > This is on a system running 2.6.19-gentoo-r5 with sys-fs/e2fsprogs-1.39
37 > >
38 > > ChangeLog for in kernel 16TB ext3 support:
39 > >
40 > > http://git.kernel.org/?p=linux/kernel/git/torvalds/linux-2.6.git;a=commit;h=855565e81ad8940cc645b5110ec2c7f124a76d23
41 > >
42 > > Release notes for e2fsprogs claiming 16TB support (2**32 blocks).
43 > >
44 > > http://e2fsprogs.sourceforge.net/e2fsprogs-release.html#1.39
45 > >
46 > > Any idea what I am missing?
47 > >
48 > > Cheers,
49 > >
50 > > -J
51 > >
52 > > --
53 >
54 >

Replies

Subject Author
[gentoo-amd64] Re: trouble creating an ext3 filesystem > 8TB Duncan <1i5t5.duncan@×××.net>
Re: [gentoo-amd64] trouble creating an ext3 filesystem > 8TB Wil Reichert <wil.reichert@×××××.com>