Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 21 Oct 2001 00:42:47 -0700
From:      Greg White <gregw-freebsd-stable@greg.cex.ca>
To:        stable@FreeBSD.org
Subject:   Re: pathname length over NFS
Message-ID:  <20011021004247.A51144@greg.cex.ca>
In-Reply-To: <20011020230916.A22304@ecibsd1.eldocomp.com>; from chad@.eldocomp.com on Sat, Oct 20, 2001 at 11:09:16PM -0700
References:  <20011020230916.A22304@ecibsd1.eldocomp.com>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20011021004247.A51144>