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