From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1LidjL-0005cY-KL for mharc-grub-devel@gnu.org; Sat, 14 Mar 2009 19:57:27 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LidjH-0005bo-VR for grub-devel@gnu.org; Sat, 14 Mar 2009 19:57:24 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LidjD-0005aa-Bv for grub-devel@gnu.org; Sat, 14 Mar 2009 19:57:23 -0400 Received: from [199.232.76.173] (port=40539 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LidjD-0005aX-3p for grub-devel@gnu.org; Sat, 14 Mar 2009 19:57:19 -0400 Received: from mail-bw0-f172.google.com ([209.85.218.172]:44396) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LidjC-0004vI-KR for grub-devel@gnu.org; Sat, 14 Mar 2009 19:57:18 -0400 Received: by bwz20 with SMTP id 20so3165084bwz.42 for ; Sat, 14 Mar 2009 16:57:17 -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=rq2YJIp+upLhQiRG8u38gCtk3Pv40aqtENgCMjD9RoA=; b=hrcEixYoEMEgs9cBDpx+2AHdo3lYj642YN5tklk+aNrDjmBnPdstB2fdJvO/tX5LnL MYhgGCbSsUw94J7bL5LCc47Yse6xLX8Md8Lnau4Dghm6ZjMBYizmw1rW6eSwXVWwRsI3 aKztoVLj4i/3EXPoSy9/tFGJUFJPlAoS1gWG0= 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=Gtfi2YEQ3vZezgsdVvFUewu+48Qz9JWYuiy4S+f9Uo2J1zfSn18IYs2eUBZ5I0wQ3D vlmpvIPtZK7HCc6mgWof816ORgVccQO1dfjZ2u1VhskGS3fs/vXNOeM2SA1qtIzQMPAI 2E3/UZxF/a3dyMZHxKttdK39VocTGdOd5EY9s= Received: by 10.103.93.18 with SMTP id v18mr1393254mul.111.1237075037130; Sat, 14 Mar 2009 16:57:17 -0700 (PDT) Received: from ?192.168.1.25? (156-231.62-81.cust.bluewin.ch [81.62.231.156]) by mx.google.com with ESMTPS id s10sm6983288mue.16.2009.03.14.16.57.16 (version=SSLv3 cipher=RC4-MD5); Sat, 14 Mar 2009 16:57:16 -0700 (PDT) Message-ID: <49BC445B.4000408@gmail.com> Date: Sun, 15 Mar 2009 00:57:15 +0100 From: phcoder User-Agent: Thunderbird 2.0.0.19 (X11/20090105) MIME-Version: 1.0 To: The development of GRUB 2 References: <4992C121.4030501@gmail.com> <4993141D.20208@gmail.com> In-Reply-To: <4993141D.20208@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: Sat, 14 Mar 2009 23:57:24 -0000 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