Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1757941AbZGKAP1 (ORCPT ); Fri, 10 Jul 2009 20:15:27 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1757426AbZGKAPO (ORCPT ); Fri, 10 Jul 2009 20:15:14 -0400 Received: from mail2.shareable.org ([80.68.89.115]:47831 "EHLO mail2.shareable.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755769AbZGKAPN (ORCPT ); Fri, 10 Jul 2009 20:15:13 -0400 Date: Sat, 11 Jul 2009 01:14:59 +0100 From: Jamie Lokier To: Jan Engelhardt Cc: tridge@samba.org, Theodore Tso , Alan Cox , Rusty Russell , Pavel Machek , OGAWA Hirofumi , john.lanza@linux.com, Linux Kernel Mailing List , linux-fsdevel@vger.kernel.org, Dave Kleikamp , corbet@lwn.net, jcm@jonmasters.org Subject: Re: CONFIG_VFAT_FS_DUALNAMES regression Message-ID: <20090711001459.GH30322@shareable.org> References: <200907012019.53932.rusty@rustcorp.com.au> <20090701122558.3a7c80d3@lxorguk.ukuu.org.uk> <20090701140503.GA21185@mit.edu> <19021.17576.808138.476600@samba.org> <19021.20449.732095.210252@samba.org> <19021.24134.319252.776778@samba.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.13 (2006-08-11) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1204 Lines: 31 Jan Engelhardt wrote: > > On Friday 2009-07-03 03:26, tridge@samba.org wrote: > > > > > Making WINNT the default would cause many a `ls` output to just > > > scream at me in uppercaps because there are programs that > > > create long names with all-uppers. > > > >well, you could also argue that having WINNT in effect does the > >'correct' thing. It causes ls to display the name that is actually in > >the filesystem. > > > >I think the current default for VFAT on Linux is rather misleading. It > >always displays 8.3 names as lowercase, > > There is no misleading in that, since VFAT is rather case-insensitive. It's case-insensitive for searches, but: - With the "posix" option, you can have multiple names with different cases. - It still preserves case. I've got (Linux!) devices which copy files from FAT flash media onto their internal hard disk which is ext3, and then fail to work if the files on ext3 have the wrong case. -- Jamie -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/