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:mime-version:from:date:message-id:subject:to :content-type; q=dns; s=default; b=AZrBRwH4sdQ4ma6ht6VuQSybYX6I0 zimdBebBzmpEi2Q4Ly5J5Hjepl6DuRjbPcisplskFPz3vBzn7ugakz88rLvYNV07 X3pmmMzsiHE111wB1bFTHI+a21AE8yuaW1ZCGNymfhvNNkrwba29bsqLKzM4cHwT 6nbpBoWfpwbEcE= 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:mime-version:from:date:message-id:subject:to :content-type; s=default; bh=6ApR/qvARDAijnzvqaHtzzxZUR4=; b=wRH S4odjJgk3vxCcq5ORUdXTQ9Pxuee9R66nRt2ZXQPolDt/1ynLLccV/P7Hn37Fo/6 +6liXI3MUhB02J1UeUz/+ntqgU+A4Kqy3g37kU4Z+smPHpLf04MAvpnWY+Qb8+hW DNR1OXr9s1N89XLKngG67/PWIyAlD21J7qO/wywc= 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=-0.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_NONE,RCVD_IN_SORBS_SPAM,SPF_PASS autolearn=no version=3.3.2 spammy=1a, 1b, dear, Team X-HELO: mail-wm0-f45.google.com X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=s3W+n0zdk7EDWggEKd0iDMa1a5kad6Kdk0Bk1y8dMBc=; b=k9vwSNXGUfaHbPZ/gAzprAOFNvYY6//nH0N8w5lGtDmYF3YqsOMJWlFXQ9OaRNnBQ8 1s9ZVmikIkifmbNTZc4cgQfkhNQhF22ePh4q4HqUVhjq5hEUr87bp1nOsm5FpQJtT5XF AmRWlLBq5IxM8QMwjdVF4oVFBUgm1EtgAWrEWMeKIRRkpKfjkhgrrrLEhFs1BO9Q2GfX qXa7dCmGqxGuMC2ADmyTDVoC/hUZYTG/75tRDZ0WKeZff3h+iGs4tNHK0sIFB1/1dSlu CnESf2iJJJyTSYUHC6agsEXNnZIUGO9A3f0kHIpKwa2DOxNEHRbAcNh6P4qXigu9+p7c Un5Q== X-Gm-Message-State: AKaTC01FZHO8DUSmhI9+gnAu4wMfNunQSrliWJXDkHlXx4PzKrNQjoui20fM2fL/J9XTviBodbqGmtpM5rZ+QQ== X-Received: by 10.194.31.167 with SMTP id b7mr6476139wji.168.1479473947660; Fri, 18 Nov 2016 04:59:07 -0800 (PST) MIME-Version: 1.0 From: Matthias Herz Date: Fri, 18 Nov 2016 13:59:06 +0100 Message-ID: Subject: case sensitivity on Windows 7 Enterprise with NTFS drive To: cygwin AT cygwin DOT com Content-Type: text/plain; charset=UTF-8 Dear Cygwin Team, on my cygwin installation I have problems with case sensitivity although I did everything described here: https://cygwin.com/cygwin-ug-net/using-specialnames.html#pathnames-casesens= I really need case sentitivity since I would like to use OpenFOAM (c++ cfd library) inside cygwin and OpenFOAM has a bunch of files like scalar.H and Scalar.H. The minimal example for my problem is: >mkdir test1 >touch test1/file.txt >touch test1/File.txt This gives me test1 |-- file.txt |-- File.txt This means touch is somehow case sensitive but >cp -r test1 test2 fails with the message: >cp: cannot create regular file /test2/file.txt: File exists I also saw the latest thread on this topic: https://sourceware.org/ml/cygwin/2016-10/msg00231.html My questions are: 1.a) Is the mentioned patch in the letest thread already contained in cygwin 2.6.0 (this is the cygwin.dll version according to cygcheck -s on my computer)? 1.b) If not, where do get this patch from? 2.) Are there any further tricks and tips concerning my problem? Best regards, Matthias -- 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