xfs
[Top] [All Lists]

Re: XFS in redhat 7.2 max filesize limit??

To: Miguel ANgel <mvega@xxxxxx>
Subject: Re: XFS in redhat 7.2 max filesize limit??
From: Chris Bednar <cjb@xxxxxxxxxxxxxxxxxxxxxxxxx>
Date: Mon, 20 May 2002 09:49:48 -0500 (CDT)
Cc: linux-xfs@xxxxxxxxxxx
In-reply-to: <200205201441.g4KEfa310498@xxxxxxxxxxxxx>
Sender: owner-linux-xfs@xxxxxxxxxxx
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/


<Prev in Thread] Current Thread [Next in Thread>