From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-oi1-x230.google.com (mail-oi1-x230.google.com [IPv6:2607:f8b0:4864:20::230]) by sourceware.org (Postfix) with ESMTPS id D6F623858D35 for ; Thu, 17 Aug 2023 18:50:38 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.2 sourceware.org D6F623858D35 Authentication-Results: sourceware.org; dmarc=pass (p=none dis=none) header.from=gmail.com Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=gmail.com Received: by mail-oi1-x230.google.com with SMTP id 5614622812f47-3a8036d805eso53293b6e.3 for ; Thu, 17 Aug 2023 11:50:38 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20221208; t=1692298238; x=1692903038; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:from:to:cc:subject:date :message-id:reply-to; bh=5qY/MP4BpnNogmho6P+MS2WvxAesA97iXcuzyShHLtc=; b=iEUxJqo3rn3ELAXA17fZ6X3GBk+NZrmB6+jxIQv2BPbnV6UGx1TSj2Zj1VcxgKIbzA UCzqu+lrPzBhD63p3XmUMhCVQxqOE8YsDXA62mDV3VMROFWMrhongy+GvFFIG5+SmKRL mFSHyyfqtC5XjyEyEmFfZCbMo3EZUWRkz3zHUEXLKPBIpzPDyxvYROl909WBeZADyGjK YhWv7wnx/M0JErYz34L0I6gSQ2geFdWgBbmgHTU/zEqcAOuW1VdnE/+XrNJ5McOz3YcH kclSZYAILqEoX8AX8Ll8cJgazfsJ9Nnm3DeQH2VAQkMplhC1keCeNXqGXDxYStVuxfY9 GRWw== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20221208; t=1692298238; x=1692903038; h=content-transfer-encoding:to:subject:message-id:date:from :in-reply-to:references:mime-version:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=5qY/MP4BpnNogmho6P+MS2WvxAesA97iXcuzyShHLtc=; b=iRP63r7eLJyAmj+suyW3ZTcRgcg91TBGSfeecPaZw+M42VD+8Vx0ccw5G4UQ6fD/ki YIddf2cwi9RV/eVFY+ftpXTP30IymwL7AW/oKG+bWlQ7WU/vzZA+MHseL1NUXKsYVTIp chkpK1ejXQVZ4HvWp9Qw4ghvacap6/tt+MTsXo/gC1Cr2f09lUBApSGIWymj0aVgqPLQ 2KyvPF9pMdj9DfvXcrvbQ0EP8w/IyoIttLteksKT35zo2zOb57lNowiAsv6ye/tc3m4c p0mnHSZa8xa9vXUKKDEHvGzS7G0xRz7gf5t9S0/eZ5xt3zRQNyDG0uF/JvwbGIP4ZZMw JGRw== X-Gm-Message-State: AOJu0YymulAgUlzEQWsJdo9hNj7lNlMbdtmsW/py7obUheSVVPaGhiUB MrVZsz+bx0cwfEeUr0M/iWOzqjePGaP39mJ3Crd+1/4aYv8= X-Google-Smtp-Source: AGHT+IHTVPqn/CDrgRzzbTmCR2oZVEKlNqeCbvQmDkrHe5QVAvvpFGQEB7Wbzof+JUrFU1FhZFmA2+ZkSArZvssnw2k= X-Received: by 2002:a05:6808:ab6:b0:3a4:17cd:dd31 with SMTP id r22-20020a0568080ab600b003a417cddd31mr385891oij.14.1692298237930; Thu, 17 Aug 2023 11:50:37 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: Martin Wege Date: Thu, 17 Aug 2023 20:49:00 +0200 Message-ID: Subject: How does Cygwin detect MSFT NFSv3 file system? Re: Weird (path) problems with cygwin test release 3.5.0-0.384.g9939aa7d0945.x86_64 ... To: cygwin@cygwin.com Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Spam-Status: No, score=0.2 required=5.0 tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,DKIM_VALID_EF,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,SPF_HELO_NONE,SPF_PASS,TXREP autolearn=ham autolearn_force=no version=3.4.6 X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on server2.sourceware.org List-Id: On Mon, Aug 14, 2023 at 10:56=E2=80=AFPM Corinna Vinschen via Cygwin wrote: > and the result is the same. Note that Cygwin supports MSFT NFSv3 but > not CITI NFSv4.1 internally. No gurantee that Cygwin always does what > is necessary for that other NFS. 1. How does Cygwin detect whether something is a MSFT NFSv3, or not? Cygwin /bin/mount lists the CITI NFSv4.1 as 'nfs', so there *IS* something which detects that? 2. Are Cygwin soft link handing depend on MSFT NFSv3 or not, i.e. does the Cygwin soft link code behave differently for MSFT NFSv3 file systems? 3. Does Cygwin implement the pathconf() api? Thanks, Martin