Le samedi 10 novembre, Olivier Guerrier a écrit :
> http://batleth.sapienti-sat.org/projects/FAQs/ext3-faq.html
>
> Q: What is the largest possible size of an ext3 filesystem and of files
> on ext3?
>
> Ext3 can support files up to 1TB. With a 2.4 kernel the filesystem size
> is limited by the maximal block device size, which is 2TB. In 2.6 the
> maximum (32-bit CPU) limit is of block devices is 16TB, but ext3
> supports only up to 4TB.
Dans /usr/src/linux/Documentation/filesystems/ext2.txt on trouve le
tableau ci-dessous :
Filesystem block size: 1kB 2kB 4kB 8kB
File size limit: 16GB 256GB 2048GB 2048GB
Filesystem size limit: 2047GB 8192GB 16384GB 32768GB
et il est précisé que « 8kB blocks are only allowed on Alpha systems
(and other architectures which support larger pages). »
Wikipedia (Comparison of file systems) reprend les valeurs extrêmes
2 TiB et 32 TiB.
L'article suivant de Rémi Card :
http://e2fsprogs.sourceforge.net/ext2intro.html
dit « While the original kernel code restricted the maximal filesystem
size to 2 GB, recent work in the VFS layer have raised this limit to
4 TB. » Il semble donc que la limite de 4 TiB est une limite noyau, mais
l'article date de 2004, et d'après la FAQ que tu cites cette limite
semble être passée à 16 TiB.
Bref, nos sources se contredisent, mais en étant optimiste on peut
espérer 16 TiB.
Edgar.