delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2024/10/27/05:05:38

DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 49R95bQW1409242
Authentication-Results: delorie.com;
dkim=pass (1024-bit key, unprotected) header.d=cygwin.com header.i=@cygwin.com header.a=rsa-sha256 header.s=default header.b=AVkQwGzW
X-Recipient: archive-cygwin AT delorie DOT com
DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 31C673858CDA
DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com;
s=default; t=1730019935;
bh=3uJDdZ3sfh0YH0DbrHGeWXtzJQ1tA2iciuwZsHKuA7Y=;
h=Date:To:Subject:In-Reply-To:References:List-Id:List-Unsubscribe:
List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc:
From;
b=AVkQwGzWn1YFvIwMUmhZy+k1pG6B+RSwpW07h6zF8b+7qPxU+oCqe0G8Be6iPEccp
EbEUehsQopLEinHbZ2hKRmuHW8P7a76vVoV0AzG0sfkTNaptB/rWzviJmdvXQN0GAx
BNN6HmZ9LT+G0eQupkw+Gfw8mbx0c2gWs821sdXM=
X-Original-To: cygwin AT cygwin DOT com
Delivered-To: cygwin AT cygwin DOT com
DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org F117A3858D34
ARC-Filter: OpenARC Filter v1.0.0 sourceware.org F117A3858D34
ARC-Seal: i=1; a=rsa-sha256; d=sourceware.org; s=key; t=1730019913; cv=none;
b=lUdPhGt6UcBsSXSuHy8+f8TfR3EcFF5TfkDRejJ2tLZZx8Hs6tf3kMLIhtNMSMP6Zu0rONck8+nbSOFdY+Hk0BH9McCEX0YYW1s0iR4fbpLeasmkffhSX2y0AlDm0v32jOiOwmXosvBhYNF3N8E843Z1G+CuS1JV4VpjZgTmA4w=
ARC-Message-Signature: i=1; a=rsa-sha256; d=sourceware.org; s=key;
t=1730019913; c=relaxed/simple;
bh=KuSqD/wMX9F9qKUy660cXQ8L8StkdT2q+ErcvdQxarg=;
h=DKIM-Signature:Date:From:Message-ID:To:Subject:MIME-Version;
b=NWowxqDIIvZIy23sjEF9EP/5xAT9T6rJKTtpy3WF4u3MdahBU6yjaSLS8SQaaKQvHj7zVX3PYQjBKKgvRWGFlMlvpehdf8QJw8wg3EZlI2G1heKJO74itNgUyduEBA8m5sBAODbtIHkRhk1n2sJEVBKFVh78/yLwRoRiskPGkto=
ARC-Authentication-Results: i=1; server2.sourceware.org
X-Yandex-Fwd: 1
Date: Sun, 27 Oct 2024 12:03:43 +0300
X-Mailer: The Bat! (v9.3.4) Professional
Message-ID: <1810170197.20241027120343@yandex.ru>
To: Martin Wege <martin DOT l DOT wege AT gmail DOT com>, cygwin AT cygwin DOT com
Subject: Re: Windows Server NFS, getfact not working on NFS
In-Reply-To: <CANH4o6NU5w055spGMtCDipzsmHRON7X6F5eOJCdu8oSd1xD7Gg@mail.gmail.com>
References: <CANH4o6NU5w055spGMtCDipzsmHRON7X6F5eOJCdu8oSd1xD7Gg AT mail DOT gmail DOT com>
MIME-Version: 1.0
X-Spam-Status: No, score=-1.7 required=5.0 tests=BAYES_00, DKIM_SIGNED,
DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, KAM_THEBAT,
NICE_REPLY_A, RCVD_IN_DNSWL_LOW, SPF_HELO_NONE, SPF_PASS,
TXREP autolearn=no autolearn_force=no version=3.4.6
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on
server2.sourceware.org
X-BeenThere: cygwin AT cygwin DOT com
X-Mailman-Version: 2.1.30
List-Id: General Cygwin discussions and problem reports <cygwin.cygwin.com>
List-Unsubscribe: <https://cygwin.com/mailman/options/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=unsubscribe>
List-Archive: <https://cygwin.com/pipermail/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-request AT cygwin DOT com?subject=help>
List-Subscribe: <https://cygwin.com/mailman/listinfo/cygwin>,
<mailto:cygwin-request AT cygwin DOT com?subject=subscribe>
From: Andrey Repin via Cygwin <cygwin AT cygwin DOT com>
Reply-To: cygwin AT cygwin DOT com
Cc: Andrey Repin <anrdaemon AT yandex DOT ru>
Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com
Sender: "Cygwin" <cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com>

Greetings, Martin Wege!

> 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

It will return "not supported" to any mount mount with "noacl" flag.

> 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.

There's nothing to debug.
It will only work inside Cygwin root tree, or on mounts with "acl" flag.
Which is, generally, a bad idea to have on directories shared with native
tools. Ethereal issues will happen.


-- 
With best regards,
Andrey Repin
Sunday, October 27, 2024 12:01:43

Sorry for my terrible english...


-- 
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

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019