From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with archive (Exim 4.43) id 1Lo4cq-0004zw-8m for mharc-grub-devel@gnu.org; Sun, 29 Mar 2009 19:41:12 -0400 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Lo4co-0004zk-88 for grub-devel@gnu.org; Sun, 29 Mar 2009 19:41:10 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Lo4cn-0004zY-PL for grub-devel@gnu.org; Sun, 29 Mar 2009 19:41:09 -0400 Received: from [199.232.76.173] (port=44064 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Lo4cn-0004zV-Mz for grub-devel@gnu.org; Sun, 29 Mar 2009 19:41:09 -0400 Received: from fg-out-1718.google.com ([72.14.220.153]:8452) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1Lo4cn-0002fm-AS for grub-devel@gnu.org; Sun, 29 Mar 2009 19:41:09 -0400 Received: by fg-out-1718.google.com with SMTP id l27so249990fgb.7 for ; Sun, 29 Mar 2009 16:41:07 -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=4C9beA1r6DHtLw3rljeT4Y6b0jE8u+gK+9UfyMtS8To=; b=q6Qz54qRQVDFtvBtHXoq0E2JYux1EVUA001RGp7df6Blfchl9LrA8AqV/q2nXoVSPe QF+fO9lgOCcL3BEtSZ5sGG14qBdseJ4+t8++aUZjnl8o7gWK7ZOo4I+PBUlatUYsMmTZ CiEJIpN68edA5K5Kiq/rDnEWeuUcCUS9s6+PQ= 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=qnL6ps/x7dLUyhyP6ae6PD0mswv+VKjvCSPqddSIJQwCMKXxEVarD79X6CfiCGnRbz NNPQF6CJifxhaZQcNXiQ7qW/w+KyLezj6MrRpV5XpByrdjMxhiRS8DLc4lXR5L5Be7e4 QBimyf++bZ97ve+mVLjIX60Hy76sSiDefb2yg= Received: by 10.86.79.12 with SMTP id c12mr3807998fgb.64.1238370067601; Sun, 29 Mar 2009 16:41:07 -0700 (PDT) Received: from ?192.168.1.2? (107-205.0-85.cust.bluewin.ch [85.0.205.107]) by mx.google.com with ESMTPS id 12sm3215377fgg.12.2009.03.29.16.41.06 (version=SSLv3 cipher=RC4-MD5); Sun, 29 Mar 2009 16:41:07 -0700 (PDT) Message-ID: <49D006F7.5050908@gmail.com> Date: Mon, 30 Mar 2009 01:40:39 +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> In-Reply-To: <49BC445B.4000408@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, 29 Mar 2009 23:41:10 -0000 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