Received: from oss.sgi.com (localhost [127.0.0.1]) by oss.sgi.com (8.12.3/8.12.3) with ESMTP id g4KEqLnC027742 for ; Mon, 20 May 2002 07:52:21 -0700 Received: (from majordomo@localhost) by oss.sgi.com (8.12.3/8.12.3/Submit) id g4KEqLom027741 for linux-xfs-outgoing; Mon, 20 May 2002 07:52:21 -0700 X-Authentication-Warning: oss.sgi.com: majordomo set sender to owner-linux-xfs@oss.sgi.com using -f Received: from mailman.mnd.com (adsfw.mnd.com [208.226.69.17] (may be forged)) by oss.sgi.com (8.12.3/8.12.3) with SMTP id g4KEqGnC027708 for ; Mon, 20 May 2002 07:52:17 -0700 Received: from alpha2.production.mnd.com (alpha2.production.mnd.com [192.168.3.105]) by mailman.mnd.com (8.9.3/8.9.3) with ESMTP id JAA01424; Mon, 20 May 2002 09:49:49 -0500 Date: Mon, 20 May 2002 09:49:48 -0500 (CDT) From: Chris Bednar X-Sender: cjb@alpha2.production.mnd.com To: Miguel ANgel cc: linux-xfs@oss.sgi.com Subject: Re: XFS in redhat 7.2 max filesize limit?? In-Reply-To: <200205201441.g4KEfa310498@chacho.sgo.es> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-linux-xfs@oss.sgi.com Precedence: bulk On Mon, 20 May 2002, Miguel ANgel wrote: > > I'm using /bin/bash Perhaps more to the point is, ``how are you trying to write the file''? If it's your code, make sure you have the necessary macros defined (for example, -D_GNU_SOURCE=1 -D_FILE_OFFSET_BITS=64 will do it on the compile line), and make sure you're using off_t instead of int or long for file offsets. Also, be aware that there are a handful of packages shipped with rh72 that are not correctly compiled for this (I don't have a list, but I do remember having trouble with things like mkisofs and wu-ftpd before). ---- Chris J. Bednar Director, Distributed Computing Product Group http://AdvancedDataSolutions.com/