From mboxrd@z Thu Jan 1 00:00:00 1970 From: tridge@samba.org Subject: Re: CONFIG_VFAT_FS_DUALNAMES regressions Date: Thu, 9 Jul 2009 13:23:45 +1000 Message-ID: <19029.25281.239186.836650@samba.org> References: <19013.8005.541836.436991@samba.org> <200907072356.51553.Martin@lichtvoll.de> <19028.3736.892828.352905@samba.org> <200907081339.59815.Martin@lichtvoll.de> Reply-To: tridge@samba.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: Jan Engelhardt , OGAWA Hirofumi , Theodore Tso , Alan Cox , Rusty Russell , Pavel Machek , john.lanza@linux.com, Linux Kernel Mailing List , linux-fsdevel@vger.kernel.org, Dave Kleikamp , corbet@lwn.net, jcm@jonmasters.org, James.Bottomley@hansenpartnership.com To: Martin Steigerwald Return-path: Received: from mail.samba.org ([66.70.73.150]:41365 "EHLO lists.samba.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753192AbZGIDX7 (ORCPT ); Wed, 8 Jul 2009 23:23:59 -0400 In-Reply-To: <200907081339.59815.Martin@lichtvoll.de> Sender: linux-fsdevel-owner@vger.kernel.org List-ID: Hi Jan and Martin, As promised, I have continued to investigate what is happening with Win98, even though I don't think it is a high priority. I've discovered two things that are interesting: 1) the 11 spaces varient works pretty nicely with it 2) the current dualnames patch works nicely if you change the first byte to a '~' instead of a space. What seems to be happening is that Win98 either wants all spaces, or it wants to see a '~' in the 8 byte prefix, after taking into account nul termination. If it doesn't see this '~' then it doesn't even look for a long name. Cheers, Tridge