I created a shared NFS resource on a server to /share and mapped that on my client machine.
My problem is that even though I have defined this share on the server's /etc/exports as
/share xx.xx.xx.xx/24(rw,no_root_squash,async) Files are created read-only. What have I done wrong?
And somehow NFS knows my ID on the server side even though it's different from the client's, will this work for anyone?
I'd also like to share the user's home directories set with the access users have defined, but this is not a priority.