Sergio Gelli - 2013-09-07

Hello

I am using the last version of openSUSE and the last version of nfs on their repositories.

My comfigurações:

PCcliente username faturam uid 1001
PCserver username faturam uid 1001
The password is the same in both PCs

server exports:
/home/sergio/faturam *(rw,sync)

client fstab:
192.168.1.101:/home/faturam nfs /mnt/driveF auto, user,rw 0 0

When I am into PC client and I edit a file in the shared folder, the owner is changed and the user in the server PC no more has privilege "rw"

Original file created by server:
-rw-r--r-- 1 faturam 10001 21 Set 5 13:30 test.txt

after editing by the client
-rw-r--r-- 1 10001 10001 16 Set 5 13:31 test.txt
And now, the server user no more can edit that file

What should I do to keep this file "rw" for the user server, after editing by the client?