LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   RPC Error: Program not registered when mounting a folder (https://www.linuxquestions.org/questions/linux-newbie-8/rpc-error-program-not-registered-when-mounting-a-folder-4175431281/)

joemonp 10-09-2012 03:38 AM

RPC Error: Program not registered when mounting a folder
 
Hi

I am trying to mount a folder named /test from the server 192.168.1.100 to /test on another server 192.168.1.101.

I am using Oracle Linux 5 on both machines

downloaded and installed fuse-sshfs-1.8-1.el5.rf.i386.rpm

I have added the below line to exports on 192.168.1.100
/test/ 192.168.1.101(rw)

and then
#exportfs -ra

Added the below line to fstab in 192.168.1.101
192.168.1.100:/test/ /test/ nfs hard, intr 0 0

Tried to run the below command
#sudo mount -o soft, intr, rsize=8192, wsize=8192 192.168.1.100:/test/ /test/

and it gives me the error
mount: mount to NFS server '192.168.1.100 failed' : RPC Error: Program not registered.

Can some one help me with this? Since am a newbie to Linux i am struggling with this.

pan64 10-09-2012 04:40 AM

duplicate of https://www.linuxquestions.org/quest...ed-4175431287/

jsaravana87 10-09-2012 04:45 AM

#On ipadress(192.168.1.101) .You have to mount the filesystem first after then you have to make a permanent entry in fstab

#CHECK portmap service is running

Look after the link..

http://www.cyberciti.biz/faq/centos-...configuration/


All times are GMT -5. The time now is 04:04 AM.