Subject: Re: nfs
To: Homer Sipes <sipes@linuxmail.org>
From: Brian A. Seklecki <lavalamp@spiritual-machines.org>
List: netbsd-help
Date: 06/16/2002 02:28:06
HS> also on my server i am running mountd -r ; rpcbind ; nfsd . on my client i did mount 192.168.0.1:/usr/movies /movies, but i get:
HS> Cannot MNT RPC: RPC: Program not registered. how can i fix this?
HS> --
HS> Get your free email from www.linuxmail.org
like i was trying to say in the channel (#netbsd@efnet):
1) rpcinfo
2) nfsd -tun 4
3) mount -d
...to DEBUG your setup, do the following (from localhost, and from the
machine to mount/to be mounted)
"rpcinfo -p [host]"
# rpcinfo -p localhost
program vers proto port service
100000 4 tcp 111 portmapper
100000 3 tcp 111 portmapper
100000 2 tcp 111 portmapper
100000 4 udp 111 portmapper
100000 3 udp 111 portmapper
100000 2 udp 111 portmapper
100000 4 0 111 portmapper
100000 3 0 111 portmapper
100000 2 0 111 portmapper
"showmount -a [host]"
# showmount -a hurt
All mount points on hurt:
addiction:/usr/src/pkgsrc/netbsd/install
addiction:/usr/src/pkgsrc/netbsd/root
addiction:/usr/src/pkgsrc/netbsd/src
addiction:/usr/src/pkgsrc/netbsd/swap
....let me know,
-Brian