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:to:from:subject:date:message-id:mime-version :content-type:content-transfer-encoding; q=dns; s=default; b=sPT ByAFUo46+UgL4vblY4jxY4U2IZQN2Q1bL5DgURJaWyMAjj4bSZ+KetdxCZVLnmk5 y3DM2GYKM1wuF6moE3pJqEYuocHpE20S7tm9V0Pg8PqjrKs74BXhIMZDHe9wEZm5 JmFqtAvTTzf7c+5khEd/Et6NpyHFfk/4tpuDUR/8= 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:to:from:subject:date:message-id:mime-version :content-type:content-transfer-encoding; s=default; bh=rhVNu58i8 QH7e5P7fv4RmSO+URA=; b=gXBn2GbEGfVuWPZgoo/wTtmmlPByq4mjFo99NDEQh dI9XtdzBkNsJOd/F4DJ7PI+b0IPEsz4MOjGl7kefo3pUzwYr+hSyfRDZxnqbAvlX LrKLn8yXS3GWU57UutRtXi8mTvQHjUIoOHwn65zlaMCyCC0+d5jtlpNcatmn2Ha3 gE= 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.5 required=5.0 tests=AWL,BAYES_05,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RP_MATCHES_RCVD,SPF_HELO_PASS,SPF_PASS autolearn=ham version=3.3.2 X-HELO: plane.gmane.org To: cygwin AT cygwin DOT com From: Paul Subject: Re: Unwanted case-insensivity in file name globbing Date: Tue, 10 Nov 2015 15:44:42 +0000 (UTC) Lines: 37 Message-ID: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit User-Agent: Loom/3.14 (http://gmane.org/) X-IsSubscribed: yes 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). I realize that cygdrive maps all the letter drives, but I'm trying to cut down on the typed text. -- 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