Subject: Re: nfs
To: Homer Sipes <sipes@linuxmail.org>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: netbsd-help
Date: 06/16/2002 16:08:38
On Sun, Jun 16, 2002 at 11:22:22AM +0800, Homer Sipes wrote:
> Hi i have been trying to setup a NFS between my two netbsd boxes. -current and 1.5.1, 1.5.1 being the server. The documentation for NFS on netbsd isn't that great, but i tried my best. my /etc/exports contains:
> 
> # cat /etc/exports
> /usr/movies -network 192.168.0.0 -mask 255.255.255.0
> #/export -alldirs -maprot=root -network 192.168.0.0 -mask 255.255.255.0
> 
> also on my server i am running mountd -r ; rpcbind ; nfsd .

If you did it in this order, you're wrong. rpcbind needs to be started
first. Otherwise mountd can't register itself.
Also it looks like -r is not a valid mountd option.

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
--