I see. I mixed up NFS3 and NFS4 then. I want to use NFS4 so I changed my export file.
I created a new directory /export owned by user bob (uid 500, gid 500) and changed my /etc/export to this:
Code:
/export 192.168.1.42(rw,fsid=0,insecure,no_root_squash,anonuid=500,anongid=500)
I can mount it and access subdirectories but still can't write anything.