From owner-freebsd-stable Sun Oct 21 0:41:31 2001 Delivered-To: freebsd-stable@freebsd.org Received: from greg.cex.ca (h24-207-26-100.dlt.dccnet.com [24.207.26.100]) by hub.freebsd.org (Postfix) with SMTP id 5B58937B401 for ; Sun, 21 Oct 2001 00:41:29 -0700 (PDT) Received: (qmail 51574 invoked by uid 1001); 21 Oct 2001 07:42:47 -0000 Date: Sun, 21 Oct 2001 00:42:47 -0700 From: Greg White To: stable@FreeBSD.org Subject: Re: pathname length over NFS Message-ID: <20011021004247.A51144@greg.cex.ca> Mail-Followup-To: stable@FreeBSD.org References: <20011020230916.A22304@ecibsd1.eldocomp.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <20011020230916.A22304@ecibsd1.eldocomp.com>; from chad@.eldocomp.com on Sat, Oct 20, 2001 at 11:09:16PM -0700 Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Sat, Oct 20, 2001 at 11:09:16PM -0700, Chad R. Larson wrote: > Here's the contents of "/etc/exports" on the server: > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > # > # $ID:$ > # NFS exported filesystems > # > /usr/src -ro -maproot=0:0 eciweb1 > /scratch/obj -ro -maproot=0:0 eciweb1 > -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= > The mount commands on the client were: > mount -r -t nfs ecibsd1:/usr/scr /usr/src > mount -r -t nfs ecibsd1:/scratch/obj /usr/obj > Don't the mount points on the client and the server have to match? Try mounting /scratch/obj on the client and symlinking it back to /usr/obj. This worked for me (mounting /home/export/src and /home/export/obj). Sorry if you've actually hit a bug here, but ISTR that I saw the same error if the mounts didn't match. :) -- Greg White To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message