Currently the most commonly used Linux file systems are ext2, ext3 or ReiserFS. To support files larger than 2 GiB on 32-bit systems, Linux need to use Large File Support (LFS). The LFS support is done by the Linux kernel and the GNU C library i.e. glibc. LFS raises the limit of maximal file size. For 32-bit systems the limit is 2 GiB but using the LFS interface on filesystems that support LFS applications can handle files as large as 2^63 bytes.
Vice cisel zde: http://www.cyberciti.biz/tips/what-is-maximum-partition-size-supported-by-linux.html
Popisuje situaci z r. 2005.
Neco v tomto smyslu (r. 2004) je zde: http://www.redhat.com/whitepapers/rhel/RHEL_creating_a_scalable_os_storage_infrastructure.pdf
Staci?

