Quantcast
Channel: linuxadmin: Expanding Linux SysAdmin knowledge
Viewing all articles
Browse latest Browse all 17848

Windows Can't Write to NFS

$
0
0

I have an oddball question. I have a Windows 7 client and an Ubuntu 12.04 server that has a bunch of NFS shares. All the shares are read/write/modify/work just fine on Linux and OSX. However, when I try to mount them in Windows, it will create the file but not add any data to it. It creates them as 0 bytes. Another oddity is that on Linux and OSX, when I write a file, it sets the owner/group/world to rw but yet on Windows, it sets just the owner to rwx and the others as r-x. I also have the exports options set to this for the share...

(rw,all_squash,insecure,anonuid=1000,anongid=1000,no_subtree_check)

Does anybody have any ideas of what's going on with it? I can understand it not working at all, but it's really odd that it will create the file but not add any data to it. TIA.

submitted by mikeil
[link][comment]

Viewing all articles
Browse latest Browse all 17848

Trending Articles