From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LqUNE-00016k-A6 for mharc-grub-devel@gnu.org; Sun, 05 Apr 2009 11:35:04 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LqUND-00016Y-HQ for grub-devel@gnu.org; Sun, 05 Apr 2009 11:35:03 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LqUN9-00013F-Sf for grub-devel@gnu.org; Sun, 05 Apr 2009 11:35:03 -0400 Received: from [199.232.76.173] (port=37561 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LqUN9-00013B-MV for grub-devel@gnu.org; Sun, 05 Apr 2009 11:34:59 -0400 Received: from fg-out-1718.google.com ([72.14.220.152]:13778) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LqUN9-00072b-62 for grub-devel@gnu.org; Sun, 05 Apr 2009 11:34:59 -0400 Received: by fg-out-1718.google.com with SMTP id l27so128784fgb.7 for ; Sun, 05 Apr 2009 08:34:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=29oHBhuI6Ae3myLXJe5z/LZmzeW/xT2q+pfyHilY+oA=; b=FfgAISi2549m+TVOitRhcSLGyKQiT19pgyzNPoybvocxlFrEFmU+mjLhElGkFj002P AOkQXAahmuMsucRfZ9bDpL5pXFWSWIfcePN2aK+n3oMgWgJYDCpQzhcAg7So8WTokT/r stac8St08gTgAr9VLmCl8+X9B0PFJOFi/F2jw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:content-type:content-transfer-encoding; b=iHkhS8fs1/6hQjtmTrJJUKFi730xpCENXVP/1x8rL0k7bpVu9q33ZCJWbjwLHt8Piw 1hE23U3zdyyyCSxEcWFaSA8TqC7ACaM8AXYmvmHvxqAjCAD8ehxnW+lj0VpjulOEApZ9 PzmGpNbGD/y1vhHPifNjepAJu1MTS8wVaSijE= Received: by 10.86.51.10 with SMTP id y10mr2409548fgy.9.1238945698123; Sun, 05 Apr 2009 08:34:58 -0700 (PDT) Received: from ?192.168.1.25? (240-88.62-81.cust.bluewin.ch [81.62.88.240]) by mx.google.com with ESMTPS id 12sm10912416fgg.22.2009.04.05.08.34.57 (version=SSLv3 cipher=RC4-MD5); Sun, 05 Apr 2009 08:34:57 -0700 (PDT) Message-ID: <49D8CFA3.9070507@gmail.com> Date: Sun, 05 Apr 2009 17:34:59 +0200 From: phcoder User-Agent: Thunderbird 2.0.0.21 (X11/20090318) MIME-Version: 1.0 To: The development of GRUB 2 References: <4992C121.4030501@gmail.com> <4993141D.20208@gmail.com> <49BC445B.4000408@gmail.com> <49D006F7.5050908@gmail.com> In-Reply-To: <49D006F7.5050908@gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-detected-operating-system: by monty-python.gnu.org: GNU/Linux 2.6 (newer, 2) Subject: Re: [PATCH] mtools-like FAT-label behaviour X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: The development of GRUB 2 List-Id: The development of GRUB 2 List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 05 Apr 2009 15:35:03 -0000 Commited phcoder wrote: > Bean already said on IRC that this patch is fine with him. If I don't > recieve any oppositions in 1 week I consider this patch ok for committment > phcoder wrote: >> Applies fine to last SVN >> phcoder wrote: >>> With this patch fat became case-sensitive which is probably wrong. >>> Corrected version of patch attached >>> Sorry >>> Vladimir 'phcoder' Serbinenko >>> phcoder wrote: >>>> Hello. Now the handling of FAT-labels keeps the trailing spaces and >>>> ignores VFAT label generated by mlabel tool. Here is the patch to >>>> correct this. Unfortunately m$ when user set a mixed case label only >>>> uppercase one is saved to FS, moreover m$ keeps the mixed case label >>>> in the registry fooling the user. So no way to read these. To test >>>> mixed case labels be sure that mlabel reports it as mixed case. >>>> Thanks >>>> Vladimir 'phcoder' Serbinenko >>>> >>> >> >> > > -- Regards Vladimir 'phcoder' Serbinenko