1824994 Members
2134 Online
109678 Solutions
New Discussion юеВ

mount: RPC: Timed out

 
SOLVED
Go to solution
Tarek_1
Frequent Advisor

mount: RPC: Timed out

Hi,
how can i solve this problem while i try to mount a remote filesystem?
NFS Server: Redhat 7.2
portmap running
nfs running
entry in /etc/exports:
/home/oracle/SW ipaddress(ro)

NFS Client: Redhat Advanced Server
mount -t nfs ipaddress_nfs_server:/home/oracle/SW /mnt/dir
when i issue this command i got the error message:
mount: RPC: Timed out
Any hint?
2 REPLIES 2
Vincent Stedema
Esteemed Contributor
Solution

Re: mount: RPC: Timed out

Hi,

It seems like the client cannot connect to the portmapper on the server. Can you pls post the output of "rpcinfo -p " on the client?

Are the nfs server or client protected by a firewall (external or via their own netfilter rules)?

Regards,

Vincent
psreddy
New Member

Re: mount: RPC: Timed out

Hi
I think its because of firewall on the client

issue the command

"service iptables stop"

and try to mount it again.

If that doesn't work, run the same command but this time in the server.

--psreddy