From owner-freebsd-questions@FreeBSD.ORG Tue Sep 27 14:21:45 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id A3BA216A41F for ; Tue, 27 Sep 2005 14:21:45 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from out3.smtp.messagingengine.com (out3.smtp.messagingengine.com [66.111.4.27]) by mx1.FreeBSD.org (Postfix) with ESMTP id 47DD443D48 for ; Tue, 27 Sep 2005 14:21:45 +0000 (GMT) (envelope-from list-freebsd-2004@morbius.sent.com) Received: from frontend1.internal (mysql-sessions.internal [10.202.2.149]) by frontend1.messagingengine.com (Postfix) with ESMTP id 0F6EBCCF801 for ; Tue, 27 Sep 2005 10:21:44 -0400 (EDT) Received: from frontend2.messagingengine.com ([10.202.2.151]) by frontend1.internal (MEProxy); Tue, 27 Sep 2005 10:21:44 -0400 X-Sasl-enc: 8t/Gb1LetdoaVTu5I+knwjm+qGxbNirtr0dqqbdCk6kd 1127830903 Received: from gumby.localdomain (dsl-80-41-66-214.access.as9105.com [80.41.66.214]) by frontend2.messagingengine.com (Postfix) with ESMTP id 41CFA57035A for ; Tue, 27 Sep 2005 10:21:43 -0400 (EDT) From: RW To: freebsd-questions@freebsd.org Date: Tue, 27 Sep 2005 15:21:41 +0100 User-Agent: KMail/1.8.2 References: <433852A8.10900@gish.demon.nl> <43393B24.30506@dial.pipex.com> <43394783.3020608@pobox.sk> In-Reply-To: <43394783.3020608@pobox.sk> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200509271521.41498.list-freebsd-2004@morbius.sent.com> Subject: Re: file name case issue on fat32 (Was: Re: Sharing data files on a dual-boot machine ...) X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Sep 2005 14:21:45 -0000 On Tuesday 27 September 2005 14:22, martinko wrote: > ok. unfortunately i forgot most of my knowledge from the old days of > ms-dos but what i can say even without it is this -- it's not about > windows explorer only. i can see the correct file names in all > applications (under windows of course), i believe. and if windows knows > whether there should be an "A" or "a" then why freebsd cannot? > Your use of the word "correct" is odd. FreeBSD uses the filename stored on the disk - the one put there when the file was created. The display of filename case and the case sensitivity of the filesystem are two different issues. The real question is why Windows needlessly overides the choices of it's users.