Hi All,<div>I am not able to access particular directory on client which is mounted using NFS.</div><div><br></div><div><div>client# ls -l /mnt/tmp</div><div>ls: cannot access /mnt/tmp/del: Permission denied</div><div>total 0</div>

<div>?????????? ? ? ? ?                ? del</div><div><br></div>
<div>I have following disk on server.</div><div><div>server# ls -ld /disk12</div><div>drwxrwxr-- 3 root root 4096 2013-02-28 15:53 /disk12</div></div><div><br></div><div>Entry in /etc/exports on server.</div><div><div>/disk12   172.21.123.219(rw,sync)</div>

</div><div><br></div><div><br></div><div>On client </div><div>Entry in /etc/fstab</div><div><div>172.21.123.225:/disk12                  /mnt/tmp      nfs       fsc,rsize=32768,wsize=40960,rw  0 0</div></div><div><br></div>

</div><div>If I used no_root_squash in /etc/exports on server I can access directory without problem.</div><div><div>/disk12   172.21.123.219(rw,sync,no_root_squash)</div></div><div><br></div><div><br></div><div>What can be the problem ?</div>

<div><br></div>