Subject: Re: NFS
To: Chris Tribo <ctribo@del.net>
From: Ian Harding <iharding@pakrat.com>
List: port-vax
Date: 05/18/2001 21:45:14
Thanks!  Now, when trying to mount from the Linux box (NetBSD VAX is the
server...) I get Permission denied.  I have in /etc/exports:

/dev/rst0 -maproot=root 192.168.100.1

I thought this meant that host 192.168.100.1 could mount /dev/rst0 and
would have root uid.  Is this not right?

Thanks

Ian

Chris Tribo wrote:

> on 5/18/01 11:49 PM, Ian Harding at iharding@pakrat.com wrote:
>
> > I have been trying to get nfs to work between a Linux i686 box and a
> > MicroVAX 3100 with NetBSD 1.5.  Is this not possible?  I keep getting
> > errors like 'Mount: RPC: Program not registered'
>
>     That means you don't have RPCBIND (what was Portmapper) enabled in
> rc.conf and/or (nfsd and/or nfsiod) and/or mountd, depending on your
> configuration being client or server on the VAX.
>
>     Chris