Date: Tue, 30 Sep 2003 10:15:01 -0400 From: Marc Ramirez <marc.ramirez@bluecirclesoft.com> To: Free BSD Questions list <freebsd-questions@freebsd.org> Subject: Re: NFS server and files >2G (STABLE) Message-ID: <20030930141501.GA60073@www.bluecirclesoft.com> In-Reply-To: <20030930131023.GA18588@teddy.fas.com> References: <20030930131023.GA18588@teddy.fas.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Sep 30, 2003 at 09:10:23AM -0400, stan wrote: > I'm having a bit of a problem using a FeeBSD STABLE machine as an NFS > server for an HP-UXa box. I'm able to mount the FreeBSD box, abd see the > files, but take a look at this: ... > So, I'm thinking that I've got a problem with files >2G Does this make > sense? ... > Sugestions? I'm not that familiar with HP-UX, but this is from the FreeBSD mount_nfs man page: ... The options are: -2 Use the NFS Version 2 protocol (the default is to try version 3 first then version 2). Note that NFS version 2 has a file size limit of 2 gigabytes. -3 Use the NFS Version 3 protocol. ... Seems you'll want to use v3... :) Marc. -- Marc Ramirez Blue Circle Software Corporation 513-688-1070 (main) 513-382-1270 (direct) http://www.bluecirclesoft.com http://www.mrami.com (personal)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030930141501.GA60073>