nfs client - error during mount: "RPC: program..."Forum: Networking Topic: nfs client - error during mount: "RPC: program..." started by: Joe Shmo Posted by Joe Shmo on Dec. 17 2005,23:06
Hey,I try to use DSL as an NFS Client. I set up my server and during I mount, I get the error: "RPC: Program not registered" Has anyone a goodd idea fpr solvin this problem? I'm using DSL RC2.0 and the NFS Server is an Ubuntu 5.04. Joe Posted by roberts on Dec. 18 2005,20:17
Make sure portmapper is running. If not then as user root /sbin/portmap Then you can run the NFS client from the GUI. I believe we used to start portmap but later it was determined not too. If this is something that will want to keep then add these lines to /opt/bootlocal.sh /sbin/portmap /sbin/rpc.statd /sbin/rpc.lockd |