Bernie Gardner wrote:
I'm trying to access my home desktop computer from my laptop through NFS. I think I have everything set up correctly on both machines, but when I try to mount a directory I get this message:
mount: RPC: Program not registered
Can anybody explain what this means and what I do about it?
Which commands are you giving to which machine? Is the laptop the server or the desktop, I'm assuming desktop. Generally: You can start the daemons manually or in yast. Manually, go to /sbin/init.d and enter ./rpc start .nfsserver start Make sure there are no errors posted. Start the rpc daemon on the desktop. Make sure you have the nfsserver started on the desktop. If you are using the kernel based nfsserver, make sure it is turned on in yast, there is a separate box for it. If you are using the user-space nfsserver, make sure you installed that package in series n. Make sure the directory you want to mount is in /etc/exports. Finally you may need to start the laptops nfsserver to get it to connect. I have seen it work where only the desktop nfsserver is going, but occasionally it won't connect unless I start rpc and nfsserver on the laptop. My usual commands to connect are: On desktop:(192.168.0.1) /sbin/init.d/rpc start /sbin/init.d/nfsserver start On laptop:(192.168.0.2) mount -t nfs 192.168.0.1:/1out /1in Where /1out is the directory listed in /etc/exports on the desktop, and /1in is my directory on the laptop. Sometimes it won't work unless I start rpc and nfs on the laptop, maybe because of a pcmcia peculiarity? -- To unsubscribe send e-mail to suse-linux-e-unsubscribe@suse.com For additional commands send e-mail to suse-linux-e-help@suse.com Also check the FAQ at http://www.suse.com/support/faq