On Jul 17, 2002 13:13 -0600, Jason Ivey wrote: > I need to find out what the maximum file size in an ext2/3 file system. > It appears from the definition of the ext2_inode structure that since > the i_size field is a 32 bit integer that the file would be limited by > that. Please see linux/Documentation/filesystems/ext2.txt There is a 64-bit file size. Limit is 2TB of allocated blocks. Cheers, Andreas -- Andreas Dilger http://www-mddsp.enel.ucalgary.ca/People/adilger/ http://sourceforge.net/projects/ext2resize/