<div class="gmail_quote">Hi All,<br><br>This is the settings of my NFS server (192.168.10.55)<br><br>/etc/exports:<br>                   /nfs/iso   <a href="http://192.168.10.0/255.255.255.0%28rw,sync%29" target="_blank">192.168.10.0/255.255.255.0(rw,sync)</a><br>
<br>
>From the remote host, I mount it correctly. But when I write/create files/directory inside the mounted nfs directory (from /nfs/test), it will give me "Permission Denied".<br><br>[root@remote]# mount -t nfs 192.168.10.55:/nfs/iso /nfs/test<br>

[root@remote]# mkdir /nfs/test/testing<br>mkdir: cannot create directory `testing': Permission denied<br><br>Hope anyone could help me to fix this.<br><br>Thank you.<br><br>Regards,<br><font color="#888888">James<br>
<br><br>
</font></div><br>