No, it's total size of the volume that is over 2gb... gets a file size limit exceeded error. Went away as soon as I added the O_LARGEFILE option to the open call.
------------------------------------------------------------ Nathan Neulinger EMail: [EMAIL PROTECTED] University of Missouri - Rolla Phone: (573) 341-6679 UMR Information Technology Fax: (573) 341-4216 > -----Original Message----- > From: Horst Birthelmer [mailto:[EMAIL PROTECTED] > Sent: Tuesday, July 13, 2004 4:39 PM > To: Neulinger, Nathan > Cc: [EMAIL PROTECTED] > Subject: Re: [OpenAFS-devel] vol-dump.c and large file dumps... > > > On Jul 13, 2004, at 11:08 PM, Neulinger, Nathan wrote: > > > > > vol-dump.c doesn't currently appear to support large file > output, even > > with just writing to stdout. I can make it work on file > opens by adding > > O_LARGEFILE to the open flags, but as I haven't paid a whole lot of > > attention to lfs support, is there a cleaning way of doing > this? also, > > why wouldn't it work for writing to stdout - that shouldn't > care about > > file size... > > > > I haven't looked recenty at that code but if no _file_ is >2GB it > should work. > Or was that about something else?? > > Horst > > > _______________________________________________ OpenAFS-devel mailing list [EMAIL PROTECTED] https://lists.openafs.org/mailman/listinfo/openafs-devel
