From: "Adam McKenna" <adam-dated-1010972538.f82778@flounder.net>
To: linux-kernel@vger.kernel.org
Subject: Filesystem creation problems with 2.4.17
Date: Tue, 8 Jan 2002 17:42:16 -0800 [thread overview]
Message-ID: <20020109014216.GB4511@flounder.net> (raw)
I'm having some problems creating a large filesystem on linux kernels
2.4.17. I am using Debian Potato with Adrian Bunk's updates for
running 2.4. The filesystem is approx. 260GB and is on an AMI MegaRAID
RAID-5 stripe.
adam@braindb:~$ uname -a
Linux braindb 2.4.17 #1 SMP Tue Jan 8 17:18:33 PST 2002 i686 unknown
adam@braindb:~$ sudo mke2fs /dev/sda9
mke2fs 1.25 (20-Sep-2001)
Filesystem label=
OS type: Linux
Block size=4096 (log=2)
Fragment size=4096 (log=2)
33898496 inodes, 67782243 blocks
3389112 blocks (5.00%) reserved for the super user
First data block=0
2069 block groups
32768 blocks per group, 32768 fragments per group
16384 inodes per group
Superblock backups stored on blocks:
32768, 98304, 163840, 229376, 294912, 819200, 884736, 1605632,
2654208,
4096000, 7962624, 11239424, 20480000, 23887872
File size limit exceeded
adam@braindb:~$
Here is (trailing) strace output from mke2fs:
write(1, "Superblock backups stored on blo"..., 37Superblock backups stored
on blocks: ) = 37
write(1, "\n\t", 2
) = 2
write(1, "32768", 532768) = 5
write(1, ", ", 2, ) = 2
write(1, "98304", 598304) = 5
write(1, ", ", 2, ) = 2
write(1, "163840", 6163840) = 6
write(1, ", ", 2, ) = 2
write(1, "229376", 6229376) = 6
write(1, ", ", 2, ) = 2
write(1, "294912", 6294912) = 6
write(1, ", ", 2, ) = 2
write(1, "819200", 6819200) = 6
write(1, ", ", 2, ) = 2
write(1, "884736", 6884736) = 6
write(1, ", ", 2, ) = 2
write(1, "1605632", 71605632) = 7
write(1, ", ", 2, ) = 2
write(1, "2654208", 72654208) = 7
write(1, ", ", 2, ) = 2
write(1, "\n\t", 2
) = 2
write(1, "4096000", 74096000) = 7
write(1, ", ", 2, ) = 2
write(1, "7962624", 77962624) = 7
write(1, ", ", 2, ) = 2
write(1, "11239424", 811239424) = 8
write(1, ", ", 2, ) = 2
write(1, "20480000", 820480000) = 8
write(1, ", ", 2, ) = 2
write(1, "23887872", 823887872) = 8
write(1, "\n\n", 2
) = 2
lseek(3, 0, SEEK_SET) = 0
write(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 1024) =
1024
brk(0x8076000) = 0x8076000
_llseek(3, 18446744072172666880, [277635989504], SEEK_SET) = 0
write(3, "\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0\0"..., 32768)
= -1 EFBIG (File too large)
--- SIGXFSZ (File size limit exceeded) ---
+++ killed by SIGXFSZ +++
Can anyone shed some light on this? I'd be happy to provide more info if it
is needed. CC's appreciated. I'm going to try downgrading the kernel to an
older version and see if that helps.
Thanks,
--Adam
next reply other threads:[~2002-01-09 1:49 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2002-01-09 1:42 Adam McKenna [this message]
2002-01-09 1:56 ` Andrew Morton
2002-01-09 2:32 ` Bernd Eckenfels
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=20020109014216.GB4511@flounder.net \
--to=adam-dated-1010972538.f82778@flounder.net \
--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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®