From: "Alexander Cohen" <[EMAIL PROTECTED]> > The file/filesystem size limits depends on the exact block > size you are using. On that particular parititon I am using > a 4K block size which gives me a maximum file size of 2TB > and a filesystem limit of 16TB. (I dont think the 4G log > files are in danger of breaking that limit anytime soon..)
As I understand it, there's a little bit more to it than that. The 2.4 kernel has support for files > 2G, but your application also needs to be compiled with libraries that support files of that size. From what I've read, you'll need to have glibc 2.2 compiled against kernel 2.4, and then compile Analog against that version of glibc. But I'm only telling you what I've read - I haven't done any of this myself. Aengus +------------------------------------------------------------------------ | This is the analog-help mailing list. To unsubscribe from this | mailing list, go to | http://lists.isite.net/listgate/analog-help/unsubscribe.html | | List archives are available at | http://www.mail-archive.com/[email protected]/ | http://lists.isite.net/listgate/analog-help/archives/ | http://www.tallylist.com/archives/index.cfm/mlist.7 +------------------------------------------------------------------------
