X-Spam-Check-By: sourceware.org Date: Mon, 30 Jul 2007 22:06:02 -0400 From: Christopher Faylor To: cygwin AT cygwin DOT com Subject: Re: ntfs ObCaseInsensitive & cygwin? Message-ID: <20070731020602.GA3008@ednor.casa.cgf.cx> Reply-To: cygwin AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com References: <20070731000653 DOT GA1092 AT ednor DOT casa DOT cgf DOT cx> <46AE856D DOT 8040706 AT read DOT org DOT nz> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <46AE856D.8040706@read.org.nz> User-Agent: Mutt/1.5.15 (2007-04-06) Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm Precedence: bulk List-Id: List-Unsubscribe: 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 On Tue, Jul 31, 2007 at 12:42:21PM +1200, Morgan Read wrote: >Christopher Faylor wrote: >> On Tue, Jul 31, 2007 at 11:21:45AM +1200, Morgan Read wrote: >>> Lots of refs to the case sensitivity nightmare in archives, but couldn't >>> find any to ntfs' obcaseinsensitive registry option >>> (HKLM\SYSTEM\CurrentControlSet\Control\Session Manager\kernel\ >>> dword:ObCaseInsensitive see here: http://support.microsoft.com/kb/817921) >>> >>> So, does anyone know: >>> * If this provides case sensitivity to cygwin (as it seems to to >>> SFU/Interix)? >... > >> Sorry but there are too many strcasecmp's sprinkled throughout cygwin's >> code to feel confident that it would work well at all. > >Huh, you mean cygwin's been written not to take advantage of a case >sensitive file system even where it exists!? Cygwin has been written to handle the most mind-bogglingly common case of a case-insensitive filesystem rather than detecting and special casing the extremely rare occurrence of an NTFS filesystem with case sensitivity turned on. You asked a question and it was answered. If you want different behavior you'll have to implement it yourself. cgf -- Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple Problem reports: http://cygwin.com/problems.html Documentation: http://cygwin.com/docs.html FAQ: http://cygwin.com/faq/