[CentOS] NFS mount problem

Mon Apr 26 11:11:32 UTC 2010
James Pearson <james-p at moving-picture.com>

sync wrote:
> The contents of  /etc/exports on the server is the following :
> 
> /home/test   192.168.7.67(rw)
> 
> Is there anything error ?

I assume you have run something 'export -avr' since changing this file - 
or restarted the nfs server processes on the server?

You could try changing that line to:

/home/test  *(rw)

then re-run 'export -avr' and try the mount again

James Pearson