On Mon, 27 Oct 2003 16:01:06 -0500, Vivek Kumar wrote: > Hi, > > I am trying to mount a directory as nfs filesystem from other machine. I > am getting RPC error on other machine and it says XXXX (Host linux box) > is not responding. Though I can ping to the linux box from there and > also I can telnet ot it. > What is that I am missing. Any suggestion. > > Thanks
These services are needed to be run on the server side: - NFS server - Portmap Check if one of them is started via Inetd (etc/inetd.conf): if one is then you also need to start inetd. Check the log of your server if it is receiving any requests. Greetings Andre -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

