X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=olm7/rKlzrydfaqn qS7IWvE02dnQt5oLeKJKcDRa8IHb7vTeogSK5lTgMf+Sz6qDTbhfZAjYVD9R0F9S JczvFX5d8ry5JM+Oncvj26UZyUGJ/5G6bF5/UFRxGHLSgeU3dMl4eN8D6t9y1+Zy cmsFhAV0g55bmH71DhnMZxZ5AF8= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:subject:to:references:from:message-id:date :mime-version:in-reply-to:content-type :content-transfer-encoding; s=default; bh=gxaIfwRzCmWvwaz+/JF0Xg 5Rnn8=; b=V7v5IRtp2Mh9X/6rjWlrQaXo4pXHVm1G7zSAEEiueONhlcVHIBUwSL 8JzQmcO6eAyvP0zyzMJMGtomaC5RAvdfD0jHX7WVoZGsuXHiNJirU0lV0I6OKX5f 5hpTA3S+rS0rpGffGKPUudssZ82D75Sj+mknK2aOWo2ckBU7QExyk= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: limerock04.mail.cornell.edu X-CornellRouted: This message has been Routed already. Subject: Re: Unwanted case-insensivity in file name globbing To: cygwin AT cygwin DOT com References: From: Ken Brown Message-ID: <56421997.3030903@cornell.edu> Date: Tue, 10 Nov 2015 11:21:43 -0500 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: Content-Type: text/plain; charset=windows-1252; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes On 11/10/2015 10:44 AM, Paul wrote: > Jan Bruun Andersen jabba.dk> wrote: > | Seems overly complicated for me. My current fstab looks like this: > | > | # /etc/fstab > | # > | # This file is read once by the first process in a Cygwin process tree. > | # To pick up changes, restart all Cygwin processes. For a description > | # see https://cygwin.com/cygwin-ug-net/using.html#mount-table > | > | # Device- Mount- FS-type Options > Ignored > | # name point > | # ------------- --------------- --------------- > | ----------------------- -------------------- > | > | C:/Users /home ntfs binary,posix=1,user 0 > 0 > | none / cygdrive binary,posix=0,user 0 > 0 > | > | If I remember correctly the cygdrive thing is what automatically maps > | all my C:. D:, E:, etc drives to /C, /D, E and so on. > | > | The magic with posix is described here: > | https://cygwin.com/cygwin-ug-net/using.html#mount-table > | > | posix=0 - Switch off case sensitivity for paths under this mount point > | (default for the cygdrive prefix). > | > | posix=1 - Switch on case sensitivity for paths under this mount point > | (default for all other mount points). > > Thanks, Jan. I was actually looking at that page, and totally glossed > over the posix switch. Will try it (the machine is elsewhere). And don't forget about the registry setting you need in order to turn on case sensitivity: https://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesensitive Ken -- Problem reports: http://cygwin.com/problems.html FAQ: http://cygwin.com/faq/ Documentation: http://cygwin.com/docs.html Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple