From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1ZrtEQ-0002Bc-Pi for mharc-grub-devel@gnu.org; Thu, 29 Oct 2015 15:51:30 -0400 Received: from eggs.gnu.org ([2001:4830:134:3::10]:56336) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrtEN-0002A9-HC for grub-devel@gnu.org; Thu, 29 Oct 2015 15:51:28 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1ZrtEK-0004OW-BQ for grub-devel@gnu.org; Thu, 29 Oct 2015 15:51:27 -0400 Received: from mail-lb0-x22a.google.com ([2a00:1450:4010:c04::22a]:34012) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1ZrtEK-0004OS-4Q for grub-devel@gnu.org; Thu, 29 Oct 2015 15:51:24 -0400 Received: by lbbwb3 with SMTP id wb3so36477379lbb.1 for ; Thu, 29 Oct 2015 12:51:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:from:message-id:date:user-agent:mime-version :in-reply-to:content-type:content-transfer-encoding; bh=/YcqkeBIirBEzD+e70u9beAiS54An8hZb2P1SrPWABc=; b=t8NRP+kLsJx+j9bIpQMT0NfARtemHmcv9klI398L6zrj4IZhSdxEJ243A9BTnu3E1X e965Y/F7MnSa2LXGXrNhTQLla1LoQsshx+EXxPTZgTlSA+PoJCjmgtmHKkslddhvoohT v+FlwI1yXs5IbwnK1LeWdB1N1BUKrB+5jMskeNkctWiaqQ/LkL8Aj4/PREhvGzq9fkMC /yvsYx/rmAG8UZdXt6XlH3QjxF0+B9lwie51cGnFCP0zXXCiBuqnK28GP8ys9ByYbaeR hCO4pmj4nFT3NV7TmI3M/odzwU+HPDKCGfi+uk16YVHTAcwx9HtsweKfGKR6nMdMhAmV bUdg== X-Received: by 10.112.16.164 with SMTP id h4mr1913767lbd.63.1446148283441; Thu, 29 Oct 2015 12:51:23 -0700 (PDT) Received: from [192.168.1.41] (ppp91-76-25-247.pppoe.mtu-net.ru. [91.76.25.247]) by smtp.gmail.com with ESMTPSA id oa2sm587835lbb.49.2015.10.29.12.51.22 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 29 Oct 2015 12:51:22 -0700 (PDT) Subject: Re: Be File System identified as bfs To: The development of GNU GRUB References: <20150728213024.21f27a1f@opensuse.site> <5632377A.9000909@gmail.com> From: Andrei Borzenkov Message-ID: <563278B9.80508@gmail.com> Date: Thu, 29 Oct 2015 22:51:21 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.3.0 MIME-Version: 1.0 In-Reply-To: <5632377A.9000909@gmail.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2a00:1450:4010:c04::22a X-BeenThere: grub-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list Reply-To: The development of GNU GRUB List-Id: The development of GNU GRUB List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Oct 2015 19:51:28 -0000 29.10.2015 18:12, Vladimir 'φ-coder/phcoder' Serbinenko пишет: > >> As you can see, it thinks /dev/sda6 a 'bfs' partition, causing script >> 83haiku to fail. >> > 12 befs|befs_be) debug "$partition is a BeFS partition" ;; > Looks like this is a simple one-line change. befs|befs_be is a name used > by old driver which had to be removed > > It still needs to handle case when grub-probe or grub-mount are not available and blkid returns befs. It is probably easier to map grub bfs to befs in 50mounted-tests, this avoids confusion with Linux bfs.