Operating System - Linux
1829106 Members
2728 Online
109986 Solutions
New Discussion

client not failed to mount nfs mount ...

 
K.C. Chan
Trusted Contributor

client not failed to mount nfs mount ...

All,
I am getting this error when trying to mount an nfs mount:
mount to NFS server '192.168.240.56' failed: server is down.

I have check, portmap, nfs, and mount services. They are all running according to the rpcinfo.

Any idea? Thanks.
Reputation of a thousand years can be determined by the conduct of an hour
8 REPLIES 8
K.C. Chan
Trusted Contributor

Re: client not failed to mount nfs mount ...

Tracing mount, I got:
write(2, "mount to NFS server \'192.168.240"..., 43mount to NFS server '192.168.240.56' failed) = 43
write(2, ": server is down.\n", 18: server is down.
) = 18


Any idea?
Reputation of a thousand years can be determined by the conduct of an hour
Sergejs Svitnevs
Honored Contributor

Re: client not failed to mount nfs mount ...

Try to mount your nfs-dir with "mount -o nfsvers=2 ..." option.

Regards,
Sergejs
Chakravarthi
Trusted Contributor

Re: client not failed to mount nfs mount ...

Try accessing the server share directory from /net/, if this is also not working, then it is export related issue, try after restarting the nfs service.

Jerome Henry
Honored Contributor

Re: client not failed to mount nfs mount ...

Could you post your /etc/exports file?

BTW, aren't you blocked by your iptables ?

Jerome
You can lean only on what resists you...
Nguyen Anh Tien
Honored Contributor

Re: client not failed to mount nfs mount ...

Hi CHan
Check NFS server. It seem NFS server is down or Network connection is break.
try ping to server and nfs service
#ping '192.168.240.56'
if server is alive
#ps -ef|grep nfsd
HTH
tienna
HP is simple
RAC_1
Honored Contributor

Re: client not failed to mount nfs mount ...

Is server 192.168.240.56 up and running?? Can you ping/telnet/access it from client??

Anil
There is no substitute to HARDWORK
Dave Falloon
Trusted Contributor

Re: client not failed to mount nfs mount ...

Is teh server running NFS over TCP and the client is connecting without the TCP mount option?

--Dave
Clothes make the man, Naked people have little to no effect on society
K.C. Chan
Trusted Contributor

Re: client not failed to mount nfs mount ...

All,
It appears to be utils-linux package, which include the mount command. I have justed updated from util-linux-2.12a-16 to util-linux-2.12a-21. Apparently the 21 is not mounting exports from a linux server (rh7.2). But mounts from other fc3 to fc3 is working, as far as I know. What I did to fix it is cp over mount from another fc3 that had the orignal mount cmd. This works now. I wonder if this is a bug or a security featurer which I am not aware of? Any idea why?
Reputation of a thousand years can be determined by the conduct of an hour