NFS permissions and umask
I have an xsan volume that is being shared out via NFS to a mix of OS X and Linux clients. All i am looking to do is to change the umask (or something equivalent) so that when users write files to the share they are written with both user and group set as read-write. I have tried setting the umask in the terminal for the clients. I have tried playing with crap like:
defaults write com.apple.finder umask 0
defaults write -g NSUmask 0
Both on clients and the server. I am having no luck whatsoever. ACLs are not enabled on the xsan volume. I called apple and they told me to share it out AFP and use ACLs, however they weren't quite sure on how to get linux to mount an afp volume (kidding). That was all that Enterprise support would do for me.
Any thoughts?