DMARC-Filter: OpenDMARC Filter v1.4.2 delorie.com 5BECwaVX1278322 Authentication-Results: delorie.com; dmarc=pass (p=none dis=none) header.from=cygwin.com Authentication-Results: delorie.com; spf=pass smtp.mailfrom=cygwin.com DKIM-Filter: OpenDKIM Filter v2.11.0 delorie.com 5BECwaVX1278322 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=rlXUSHRP X-Recipient: archive-cygwin AT delorie DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org 6D9024BA2E27 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=cygwin.com; s=default; t=1765717115; bh=G3+/BEY/2I4Rii0VcQFZi0nxt+FMOsqgv1fr/YUSiVs=; h=Date:To:Subject:References:In-Reply-To:List-Id:List-Unsubscribe: List-Archive:List-Post:List-Help:List-Subscribe:From:Reply-To:Cc: From; b=rlXUSHRPpcRF21rY0Fv1Ew2paZiZGsIUXtrk2U1wQ8hl4WCDKPk/u/GIVWHTw2rmT p+0/f5BdYlCPmb8qhoHAK3f3d9ai6fDv7wTXzQt1nkRaIZ5tEXZsw9LRfCshLk/aE/ KT2yceSIDVSQlzKfVQRVAQjPKO7TDwufyP7VPFrM= X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DKIM-Filter: OpenDKIM Filter v2.11.0 sourceware.org AF2F14BA2E04 Date: Sun, 14 Dec 2025 13:58:17 +0100 To: cygwin AT cygwin DOT com Subject: Re: Cygwin /usr/bin/getconf CASE_INSENSITIVE /path does not recognise case-sensitive filesystems... Message-ID: Mail-Followup-To: cygwin AT cygwin DOT com References: MIME-Version: 1.0 Content-Disposition: inline In-Reply-To: X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.30 Precedence: list List-Id: General Cygwin discussions and problem reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , From: Corinna Vinschen via Cygwin Reply-To: cygwin AT cygwin DOT com Cc: Corinna Vinschen Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Errors-To: cygwin-bounces~archive-cygwin=delorie DOT com AT cygwin DOT com Sender: "Cygwin" On Dec 11 23:06, Roland Mainz via Cygwin wrote: > Hi! > > ---- > > I got a couple of bugreports that Cygwin $ getconf CASE_INSENSITIVE > /path # does not work and always reports that the filesystem is > case-insensitive - which is not true for NFSv3, and usually not true > for NFSv4.1 filesystems coming from Linux (NFSv4 supports > case-insensitive filesystems, but that is not the issue...) > > Example (/cygdrive/l/ is a case-sensitive filesystem): > ---- snip ---- > $ getconf CASE_INSENSITIVE /cygdrive/l/builds > 1 > $ getconf -a /cygdrive/l/builds | fgrep -i case > CASE_INSENSITIVE 1 Yes. Case sensitivity is a problem. It doesn't matter if the filesystem supports case sensitivity, if the OS or the mount mode doesn't support case sensitivity. The above flag is a result of checking all available information on the matter. THis may be helpful to understand the problem: https://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesensitive Corinna -- 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