Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Oct 2003 15:33:37 +0200
From:      Bernd Walter <ticso@cicely12.cicely.de>
To:        Josef Karthauser <joe@FreeBSD.org>, freebsd-fs@FreeBSD.org, current@FreeBSD.org
Subject:   Re: Problems with NFS (client) under 5.1.
Message-ID:  <20031021133336.GT38650@cicely12.cicely.de>
In-Reply-To: <20031021120918.GC15345@genius.tao.org.uk>
References:  <20031021120918.GC15345@genius.tao.org.uk>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, Oct 21, 2003 at 01:09:18PM +0100, Josef Karthauser wrote:
> I'm trying to set a FreeBSD 5.1 machine up as an NFS client.  The
> server is on an SGI box.  Things are strange:
> 
>     phoenix# uname -a
>     FreeBSD phoenix.mydomain 5.1-CURRENT FreeBSD 5.1-CURRENT #0: Thu Sep 18 15:20:19 GMT 2003 root@pheonix.mydomain:/usr/obj/usr/src/sys/GENERIC  i386
> 
>     phoenix# ls -ld /mnt
>     drwxr-xr-x  2 root  wheel  512 Jun  5 01:53 /mnt
> 
>     phoenix# mount rebus:/rebus/home /mnt
>     phoenix# ls -ld /mnt
>     ls: /mnt: Permission denied
>     phoenix# ls -ld /* | grep mnt
> 
>     phoenix# umount /mnt
>     phoenix# ls -ld /* | grep mnt
>     drwxr-xr-x   2 root  wheel   512 Jun  5 01:53 /mnt

You are root - and root is often mapped to nobody on the server.
Are you shure that nobody is allowed to see?
The ls -ld /mnt case is strange, but /mnt is already on the server
namespace.

-- 
B.Walter                   BWCT                http://www.bwct.de
ticso@bwct.de                                  info@bwct.de



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