Re: 1GB limit - new filesystem or ext3?

Jakub Jelinek (jj@sunsite.ms.mff.cuni.cz)
Thu, 26 Mar 1998 15:04:47 +0100 (MET)


>
>
> Hello!
>
> I have read about efforts to get larger files & more efficient large
> filesystems on Linux for years.
>
> Is there one that is ready to be used or do we need to work on ext3?
>
> ext2 has been the default filesystem for awhile but maybe it's time
> for another...

This issue really is not matter of filesystem, but of the architecture.
I wrote support for large files in ext2, hopefully it should make it soon
into 2.1.9x. Only for 64bit platforms though. If you want to convert all
variables in the kernel to long long on 32bit machines, you'd get
unbelievably bad performance.
So ext2 has been extended to support large files, only people have to use
proper hardware for what they want to do. If you need large files, you
probably should think about buying an UltraSPARC or Alpha box, as even if
e.g. file limit are increased on 32bit boxes, you'd have problems with
mmaping those large files and in several other places as well.

Cheers,
Jakub
___________________________________________________________________
Jakub Jelinek | jj@sunsite.mff.cuni.cz | http://sunsite.mff.cuni.cz
Administrator of SunSITE Czech Republic, MFF, Charles University
___________________________________________________________________
Ultralinux - first 64bit OS to take full power of the UltraSparc
Linux version 2.1.89 on a sparc64 machine (498.80 BogoMips).
___________________________________________________________________

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu