hello-
I have a lot of trouble setting up a nfs-client: I want to mount a filesystem on a SME-server with nfs.
But whatever i do i get this messages ;
mount: RPC: Program not registered
I dont understand it our windows can easyly reach the filesystem on the server.
When i try to use yast , it cannot find any nfs-server on the lan.
The nfs-server exist:
[root@hest root]# rpcinfo -p program vers proto port 100000 2 tcp 111 portmapper 100000 2 udp 111 portmapper 100011 1 udp 780 rquotad 100011 2 udp 780 rquotad 100011 1 tcp 784 rquotad 100011 2 tcp 784 rquotad 100005 1 udp 32771 mountd 100005 1 tcp 32769 mountd 100005 2 udp 32771 mountd 100005 2 tcp 32769 mountd 100005 3 udp 32771 mountd 100005 3 tcp 32769 mountd 100003 2 udp 2049 nfs 100003 3 udp 2049 nfs 100021 1 udp 32772 nlockmgr 100021 3 udp 32772 nlockmgr 100021 4 udp 32772 nlockmgr [root@hest root]# rpcinfo -p program vers proto port 100000 2 tcp 111 portmapper 100000 2 udp 111 portmapper 100011 1 udp 780 rquotad 100011 2 udp 780 rquotad 100011 1 tcp 784 rquotad 100011 2 tcp 784 rquotad 100005 1 udp 32771 mountd 100005 1 tcp 32769 mountd 100005 2 udp 32771 mountd 100005 2 tcp 32769 mountd 100005 3 udp 32771 mountd 100005 3 tcp 32769 mountd 100003 2 udp 2049 nfs 100003 3 udp 2049 nfs 100021 1 udp 32772 nlockmgr 100021 3 udp 32772 nlockmgr 100021 4 udp 32772 nlockmgr
mounting this /etc/fstab: 10.0.0.3:/home/e-smith/files/ibays /home/line/NFS-SHARE nfs rw,user,udp 0 0
Gives the messages:
Kaldte: mount 10.0.0.3:/home/e-smith/files/ibays mount: RPC: Program not registered
My client: linux:/ # rpcinfo -p program vers proto port 100000 2 tcp 111 portmapper 100000 2 udp 111 portmapper
I am absolutly lost.
Regards Claus