On Sat, 5 Oct 2024 at 14:44, Martin Wege <martin.l.w...@gmail.com> wrote:
>
> Greetings!
>
> If I mount a NFS filesystem from a Windows NFS4.1 server (Windows
> Server 2022) on Windows 10, then getfacl does not work:
>
> cd /cygdrive/n/nfsshare1
> touch testfile
> getfacl testfile
> getfact: testfile: Not supported
>
> NFS server is running Windows Server 2022
> NFS client is Windows 10 Professional, with CYGWIN_NT-10.0-19045 
> 3.5.4-1.x86_64
>
> How can I debug this further? If I mount a NFS filesystem from Linux,
> getfact works.
>

Please run winfsinfo on the NFS filesystem:
/bin/winfsinfo getvolumeinfo "$(cygpath -w /cygdrive/n/nfsshare1)"

Does winfsinfo getvolumeinfo list the FILE_PERSISTENT_ACLS flag in that output?

Ced
-- 
Cedric Blancher <cedric.blanc...@gmail.com>
[https://plus.google.com/u/0/+CedricBlancher/]
Institute Pasteur

-- 
Problem reports:      https://cygwin.com/problems.html
FAQ:                  https://cygwin.com/faq/
Documentation:        https://cygwin.com/docs.html
Unsubscribe info:     https://cygwin.com/ml/#unsubscribe-simple

Reply via email to