LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   mount: RPC: remote system error - Connection failed (https://www.linuxquestions.org/questions/linux-newbie-8/mount-rpc-remote-system-error-connection-failed-266618/)

ukrainet 12-15-2004 06:58 AM

mount: RPC: remote system error - Connection failed
 
I did next operation for nfs adjusting.
On server 192.168.0.1 in file /etc/exports made the record
/obmin2 192.168.0.20(rw)
then run /usr/sbin/exportfs -r
and got
/obmin2 192.168.0.20(rw,sync,wdelay,hide,secure,root_squash,not_all_squash,subtree_check,secure_locks,mappin g=identity,annonuid=-2) in /var/libs/nfs/xtab
Then started nfs: /etc/rc.d/init.d/nfs start
On client 192.168.0.20 in /etc/fstab:
192.168.0.1:/obmin2 /obmin2 nfs rw 0 0
And run mount -t nfs 192.168.0.1:/obmin2 /obmin2
Then got mount: RPC: remote system error - Connection failed.
Why?

trickykid 12-15-2004 07:17 AM

Do you have portmap running on the client side?

ukrainet 12-15-2004 09:09 AM

No


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