[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [hobbit] Hobbit stop graphing



Hmmm I didn't know that Gentoo kernels have LFS enabled by default. Ah well I havn't run a Gentoo server for awhile :) The really important thing is, nobody should let their log files grow to that size :)

-Charles

Frédéric Mangeant wrote:

Charles Jones a écrit :

Unless you have a custom kernel and/or 64bit arch, you cannot have a single file larger than 2GB, even with reiserfs.

-Charles



Hi

I'm running a vanilla 2.4.28 kernel with ext3 on my main bbgen server (Gentoo Linux x86) :

$ uname -a
Linux cronos 2.4.28 #2 SMP ven jan 14 14:12:01 CET 2005 i686 Intel(R) Xeon(TM) CPU 3.20GHz GenuineIntel GNU/Linux


and files > 2 Gb are handled well :

$ dd if=/dev/zero of=foo bs=1024 count=2049k
2098176+0 enregistrements lus.
2098176+0 enregistrements écrits.

$ ls -l foo
-rw-r--r--  1 frederic users 2148532224 oct 18 14:30 foo

$ rm -f foo
$