From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from list by lists.gnu.org with archive (Exim 4.71) id 1aCqHb-0002N1-Kh for mharc-grub-devel@gnu.org; Sat, 26 Dec 2015 09:57:23 -0500 Received: from eggs.gnu.org ([2001:4830:134:3::10]:54353) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCqHZ-0002ME-3b for grub-devel@gnu.org; Sat, 26 Dec 2015 09:57:21 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1aCqHY-0006CA-8t for grub-devel@gnu.org; Sat, 26 Dec 2015 09:57:21 -0500 Received: from mail-lf0-x231.google.com ([2a00:1450:4010:c07::231]:33285) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1aCqHT-0006BQ-PG; Sat, 26 Dec 2015 09:57:15 -0500 Received: by mail-lf0-x231.google.com with SMTP id p203so183471677lfa.0; Sat, 26 Dec 2015 06:57:15 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=subject:to:references:cc:from:message-id:date:user-agent :mime-version:in-reply-to:content-type:content-transfer-encoding; bh=Y9ImHdnx9ySE0Rdn3OPjI0fw2//GwEt4u7AlhgMKCcw=; b=W9UA9tCHsY6eV2JXEHKGYIEj2n9YJhGVnjE5+QnkmduaJFqjmGFT4dkNehzJGZm1CK dGuHa55TBWZ9TQyE1uBM2mGCsRFdDa55ng1hpbf1Ifgech3cKtgLPc9eWZYgnTClmZDA hWYgLylRUQoc+k1VHgJdZyZl0SoR5dIfSOUI2QUVNbRn9wb2cGltYa7IVs6+bQXF8f00 eNMmQlwQHjAV5Dr/nWIPaJ0XCzyAIeQS+aOn9azlgXVKGSr9zrbAaDbG53hYpstZoTwM srO6rFwbDVEGt4Z1mA3v6AO8RXgcGgbt/XFC/4OZnPZG4RtUTt+jNaBdFnvDeWCtF8oe vOgw== X-Received: by 10.25.4.214 with SMTP id 205mr8902472lfe.90.1451141834919; Sat, 26 Dec 2015 06:57:14 -0800 (PST) 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 34sm2979415lfs.25.2015.12.26.06.57.13 (version=TLSv1/SSLv3 cipher=OTHER); Sat, 26 Dec 2015 06:57:13 -0800 (PST) Subject: Re: [Bug-xorriso] grub-mkrescue hfsplus GPT partition is not mountable on Linux To: Thomas Schmitt , grub-devel@gnu.org References: <26508584595220407814@scdbackup.webframe.org> <26526584800101287429@scdbackup.webframe.org> From: Andrei Borzenkov Message-ID: <567EAAC9.6040104@gmail.com> Date: Sat, 26 Dec 2015 17:57:13 +0300 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Thunderbird/38.4.0 MIME-Version: 1.0 In-Reply-To: <26526584800101287429@scdbackup.webframe.org> Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2a00:1450:4010:c07::231 Cc: bug-xorriso@gnu.org 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: Sat, 26 Dec 2015 14:57:22 -0000 26.12.2015 14:39, Thomas Schmitt пишет: > i hopefully identified the cause of the i/o error with kernel > message > [ 359.020970] hfsplus: walked past end of dir > ... > After i changed both loops, i get from grub-mkrescue an ISO, where > i can mount and explore /dev/sdb3 (via GPT) without i/o error. > > http://bazaar.launchpad.net/~libburnia-team/libisofs/scdbackup/revision/1298/libisofs/hfsplus.c > Thanks! BTW is xorriso available from single GIT repo?