From owner-freebsd-questions@FreeBSD.ORG Tue Sep 30 07:53:15 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0EC9216A4B3 for ; Tue, 30 Sep 2003 07:53:15 -0700 (PDT) Received: from smtp1.adl2.internode.on.net (smtp1.adl2.internode.on.net [203.16.214.181]) by mx1.FreeBSD.org (Postfix) with ESMTP id 421E644003 for ; Tue, 30 Sep 2003 07:53:12 -0700 (PDT) (envelope-from malcolm.kay@internode.on.net) Received: from beta.home (ppp130-178.lns1.adl2.internode.on.net [150.101.130.178])h8UEr9TK049124; Wed, 1 Oct 2003 00:23:10 +0930 (CST) Content-Type: text/plain; charset="iso-8859-1" From: Malcolm Kay Organization: At home To: stan , Free BSD Questions list Date: Wed, 1 Oct 2003 00:23:05 +0930 User-Agent: KMail/1.4.3 References: <20030930131023.GA18588@teddy.fas.com> In-Reply-To: <20030930131023.GA18588@teddy.fas.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable Message-Id: <200310010023.05958.malcolm.kay@internode.on.net> Subject: Re: NFS server and files >2G (STABLE) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Sep 2003 14:53:15 -0000 On Tue, 30 Sep 2003 22:40, 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 th= e > files, but take a look at this: > > On teh FreeBSD machine > > $ ls -l > total 11471104 > -rw-rw-r-- 1 stan wheel 11743520768 Sep 24 08:34 > oracle_dump.09242003.exp > > Same place seen from the HP-UX machine > > $ ls -l > total 45884416 > -rw-rw-r-- 1 1004 root 3153586176 Sep 24 08:34 oracle_dump.09242003 > > So, I'm thinking that I've got a problem with files >2G Does this make > sense? > > Here is the /etc/exports file on the FreeBSD machine: > > $ cat /etc/exports > / -alldirs phse6.meadwestvaco.com > /usr -alldirs phse6.meadwestvaco.com > > Sugestions? We have also had problems with large files and HP-UX. I don't know about the latest versions but I think 2G is limit upto version 10.20. The limitation is independent of NFS. Malcolm