On Sun, 14 Nov 1999, Amir Gil wrote:

> May be a little off-topic, but does anybody use or know a patch to
> linux that can make it handle files larger then 2GB?

yes, the latest 2.3 kernels have large file support (LFS) integrated:

  moon:> ls -l bigfile
  -rw-rw-r--   1 mingo    mingo    4033439744 Nov 14 01:58 bigfile

this is a 4GB file on ext2fs with 2.3.28 on x86. There are still some
system calls missing AFAIK (eg. lstat64(), mmap64()), but basically the
main limitation (the page cache) has been fixed. The maximum file size
limit on ext2fs right now is around 16TB [?].

-- mingo

-
Linux SMP list: FIRST see FAQ at http://www.irisa.fr/prive/dmentre/smp-howto/
To Unsubscribe: send "unsubscribe linux-smp" to [EMAIL PROTECTED]

Reply via email to