linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* File size limitation in NFS
@ 2003-03-19 16:50 Jim Deas
  2003-04-16 23:55 ` H. Peter Anvin
  0 siblings, 1 reply; 2+ messages in thread
From: Jim Deas @ 2003-03-19 16:50 UTC (permalink / raw)
  To: linux-fsdevel

I am using a stock 2.4.18 kernel (Redhat 8.0)and using NFS to
share media files. These file can be 2+gig in size.
I have a problem with a 5.2G video file. 
Using fopen64(filename,"rb"):
I can open the file on the local drive but over the NFS share
the fopen64 fails.
Smaller files do work both nfs and local.
The ls command reports the proper files sizes from the nfs share (even
the 5.2G file).
Where should I start looking? Can I assume the problem is
in nfsd and nfs or is this a deeper problem in the vfs.

Regards,
J. Deas





^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: File size limitation in NFS
  2003-03-19 16:50 File size limitation in NFS Jim Deas
@ 2003-04-16 23:55 ` H. Peter Anvin
  0 siblings, 0 replies; 2+ messages in thread
From: H. Peter Anvin @ 2003-04-16 23:55 UTC (permalink / raw)
  To: linux-fsdevel

Followup to:  <1048092610.9649.11.camel@archiveLinux>
By author:    Jim Deas <jdeas@jadsystems.com>
In newsgroup: linux.dev.fs.devel
> 
> I am using a stock 2.4.18 kernel (Redhat 8.0)and using NFS to share
> media files. These file can be 2+gig in size.  I have a problem with
> a 5.2G video file.  Using fopen64(filename,"rb"): I can open the
> file on the local drive but over the NFS share the fopen64 fails.
> Smaller files do work both nfs and local.  The ls command reports
> the proper files sizes from the nfs share (even the 5.2G file).
> Where should I start looking? Can I assume the problem is in nfsd
> and nfs or is this a deeper problem in the vfs.
> 

Check to make sure you're using NFSv3 and that both the client and
server support large files.

	-hpa
-- 
<hpa@transmeta.com> at work, <hpa@zytor.com> in private!
"Unix gives you enough rope to shoot yourself in the foot."
Architectures needed: ia64 m68k mips64 ppc ppc64 s390 s390x sh v850 x86-64

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2003-04-16 23:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2003-03-19 16:50 File size limitation in NFS Jim Deas
2003-04-16 23:55 ` H. Peter Anvin

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).