HiA server and a client both run SL6.3. On server, I have exported a disk with 
the following property   /data 192.168.1.0/24(rw,sync,no_root_squash)
and on the client side, I wrote this entry in the fstab 
   192.168.1.5:/data       /data                   nfs     defaults     0 0

However on the client side, I am not able to create folders.
[mahmood@client data]$ mkdir afolder
mkdir: cannot create directory `afolder': Permission denied

However, root has the write permission.
[root@client data]# mkdir a
[root@client data]#
How can I grant the write permission tot he user? Regards,
Mahmood

Reply via email to