write permission error on a shared drive

2014-11-29 Thread Mahmood N
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

Re: write permission error on a shared drive

2014-11-29 Thread Nico Kadel-Garcia
On Sat, Nov 29, 2014 at 10:56 AM, Mahmood N nt_mahm...@yahoo.com wrote: Hi A 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

Re: write permission error on a shared drive

2014-11-29 Thread Paul Robert Marino
Mahmood you will also probably need to learn about the setgid bit. On Sat, Nov 29, 2014 at 12:23 PM, Nico Kadel-Garcia nka...@gmail.com wrote: On Sat, Nov 29, 2014 at 10:56 AM, Mahmood N nt_mahm...@yahoo.com wrote: Hi A server and a client both run SL6.3. On server, I have exported a disk

Re: write permission error on a shared drive

2014-11-29 Thread Mahmood N
OK. I managed to solve it temporarily by adding both users to the same group and setting chmod -R 775 /data  Regards, Mahmood On Saturday, November 29, 2014 9:49 PM, Paul Robert Marino prmari...@gmail.com wrote: Mahmood you will also probably need to learn about the setgid bit.