On Mon, Apr 26, 2010 at 7:11 PM, James Pearson
<james-p@moving-picture.com> wrote:
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
Yeah ~
When I change that line in the /etc/exports on the guest system which installed the NFS server like that :
/home/test *(rw)
then I run the "mount -t nfs 192.168.56.101:/home/test /media" on the host system , it will be ok ~
But when I change these message:
/home/test 192.167.7.67(rw)
The result is not ok ~
So what is the problem with it ?