[Zope] EXT2 has nothing to do with it

Bill Anderson bill@immosys.com
03 Aug 2001 11:03:12 -0600


On 03 Aug 2001 10:02:30 -0700, sean.upton@uniontrib.com wrote:
> I sort of worry on USparc because the user-space is 32 bit, but kernel space
> is 64, which makes me worry that files too big would break fsck or
> something...  Would python be able to support LFS in this sort of
> arrangement...
> 
python.org is up (Though maybe not for too long, there seems to be no
space left on some device ..) so I found this reference:

http://www.python.org/doc/current/lib/posix-large-files.html

Which talks about LFS in Python. You could check the values they
reference, and verify. 

Happy compiling, 
Bill