Has anyone run into this before?  The exact message I get is: “nfs server reported service unavailable: Address already in use”

I’m running Redhat 7.0.

 

I am trying to mount an nfs filesystem and have placed entries on the host and remote systems as follows:

 

Host:  

In /etc/exports

path/to/share <ip to allow>

 

Remote:

In /etc/fstab

<host ip>:/path/to/share   /mnt/share nfs rsize=8192,wsize=8192,timeo=14,intr,soft,tcp 0 0

 

The command I use to perform the mount is “mount /mnt/share”.

 

Any suggestions would be hugely appreciated!

Reply via email to