On 10/12/2018 10:21 AM, Malahal Naineni wrote:
> On Thu, Oct 11, 2018 at 7:38 PM Jones, Stephen R. <srjones(a)mitre.org
> <mailto:srjones@mitre.org>> wrote:
>
> Hello all;____
>
> __ __
>
> With this setup, I’m able to copy most files from the windows system
> to the share without a problem. However, if the file on windows has
> the ‘Read-Only’ attribute set, the copy fails with a permission
> denied error, and looking at the Wireshark trace I’m seeing an
> NFS3ERR_ACCES error. Is there something I can set in the NFS-Ganesha
> config file to resolve this issue?
>
> Hmm, is it possible that the windows NFS client is creating the file,
> setting attributes to read-only on the destination file an then doing
> the writes which fail? Maybe, try NFSv4 and see if it works better!
>
I don't think there's a v4 client for Windows.
Yea, no NFSv4 client for Windows. Could you share the wireshark trace? I'd like to
understand the flow. It may be that Windows doesn't make the right RPC calls to
accomplish copying a read-only file. Is the user making the copy the owner?
Frank