Windows NFS Server ACLs

Tim Bogues 1 Reputation point
2022-12-17T05:16:09.237+00:00

Hello,

Does Windows Server for NFS support Linux ACLs? Specifically, I’m referring to using setfacl or nfs4_setfacl on a Linux client to set Linux ACLs on an NFS share hosted by a Windows Server 2019 NFS server.

Thank you,

Tim

Windows for business | Windows Server | User experience | Other
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Limitless Technology 44,751 Reputation points
    2022-12-20T09:40:07.53+00:00

    Hello there,

    Windows does not support NFS V4 ACLs. If a file system is to be exported over NFS V4/Linux, then it must be configured to support POSIX ACLs (with the -k all or -k posix option of the mmcrfs command). This is because NFS V4 Linux servers only handle ACLs properly if they are stored in GPFS as POSIX ACLs.

    Similar discussion here https://learn.microsoft.com/en-us/answers/questions/51318/does-a-windows-10-nfs-client-respect-linux-acls.html

    Hope this resolves your Query !!

    --If the reply is helpful, please Upvote and Accept it as an answer--

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.