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 [EMAIL PROTECTED]:/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
[EMAIL PROTECTED]                                  [EMAIL PROTECTED]

_______________________________________________
[EMAIL PROTECTED] mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to