From: Qi Xia (qx@shire.math.columbia.edu)
Date: 02/05/93


From: qx@shire.math.columbia.edu (Qi Xia)
Subject: Re: inode limit ?
Date: Fri, 5 Feb 1993 16:34:21 GMT


in <C1yFw6.IDz@shyguy.lonestar.org> bob myers wrote:
>Is there anyone out there who has implemented a large file structure
>(a single file structure of size > 512Mb)? Could you give some insight
>as to what you found???

Yes. xfs, ext fs and ext2 fs, all support large file system. (>2 GB).
ext fs is not a good choice because it is slow. You may choose from
xfs and ext2 fs.

BTW: xfs will go to beta in a week or so. report of testing wanted.