Operating System - Linux
1829738 Members
1730 Online
109992 Solutions
New Discussion

Can't mount remote machine

 
Cheung_2
Frequent Advisor

Can't mount remote machine

I wnat to mount UNIX path from the RH linux , i have edit /etc/exports file and run "exports -a" , but still find the below error, can suggest how to fix ? thx.

mount: RPC: Unable to receive; errno = Connection refused
Andy
6 REPLIES 6
U.SivaKumar_2
Honored Contributor

Re: Can't mount remote machine

Hi,

Start these daemons on linux

#portmap

then

#nfsd

Try again

regards,
U.SivaKumar
Innovations are made when conventions are broken
Cheung_2
Frequent Advisor

Re: Can't mount remote machine

The two deamon are running , but still can't mount , any other solution? thx.
Andy
U.SivaKumar_2
Honored Contributor

Re: Can't mount remote machine

Hi,

Run rpc.mountd in the NFS server
Run portmap on both server and client

regards,
U.SivaKumar
Innovations are made when conventions are broken
Cheung_2
Frequent Advisor

Re: Can't mount remote machine

I still can't mount the path on UNIX, my command is "mount UNIX_IP:/tmp /tmp" , while the unix path /tmp is exported to linux server , what is wong of the command ? Thx.

Andy
Donald Kok
Respected Contributor

Re: Can't mount remote machine

Hi

most of the time /tmp is already a mounted filesystem. You should not (try to) mount a fs on it again.

HTH
Donald
My systems are 100% Murphy Compliant. Guaranteed!!!
Chakravarthi
Trusted Contributor

Re: Can't mount remote machine

Hi,

On the server stop and start nfs, still no luck, get into /var/lib/nfs
and empty the etab, xtab and restart /etc/rc.d/init.d/nfs stop and then start,

then try mounting


regards
chakri