RE: [Zope] EXT2 has nothing to do with it
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... Sean -----Original Message----- From: Bill Anderson [mailto:bill@immosys.com] Sent: Friday, August 03, 2001 9:40 AM To: zope@zope.org Subject: RE: [Zope] EXT2 has nothing to do with it On 03 Aug 2001 08:57:20 -0700, sean.upton@uniontrib.com wrote:
Does this mean that my ZEO storage server, which runs on Debian 2.2 / Linux 2.4.5 on a Sun E450 would have LFS in the VFS layer on my plain-old ext2 partitions? Supposing I can get my Python compiled with large file support... hmm. food for thought - or a chance to break something... either way...
Pretty much. There is a section in the python docs (last I tried python.org was still down) regarding compiling python with LFS on 32bit platforms. You may want to check it out when compiling python. :) Bill _______________________________________________ Zope maillist - Zope@zope.org http://lists.zope.org/mailman/listinfo/zope ** No cross posts or HTML encoding! ** (Related lists - http://lists.zope.org/mailman/listinfo/zope-announce http://lists.zope.org/mailman/listinfo/zope-dev )
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
participants (2)
-
Bill Anderson -
sean.upton@uniontrib.com