From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Gum0m-0006T9-4I for qemu-devel@nongnu.org; Thu, 14 Dec 2006 03:32:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Gum0k-0006RW-KS for qemu-devel@nongnu.org; Thu, 14 Dec 2006 03:32:15 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Gum0k-0006RP-92 for qemu-devel@nongnu.org; Thu, 14 Dec 2006 03:32:14 -0500 Received: from [80.91.229.2] (helo=ciao.gmane.org) by monty-python.gnu.org with esmtps (TLS-1.0:RSA_AES_256_CBC_SHA:32) (Exim 4.52) id 1Gum0k-0001eA-2M for qemu-devel@nongnu.org; Thu, 14 Dec 2006 03:32:14 -0500 Received: from list by ciao.gmane.org with local (Exim 4.43) id 1Gum0f-0005gA-Jh for qemu-devel@nongnu.org; Thu, 14 Dec 2006 09:32:09 +0100 Received: from 137.red-80-25-49.staticip.rima-tde.net ([80.25.49.137]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Dec 2006 09:32:09 +0100 Received: from sfandino by 137.red-80-25-49.staticip.rima-tde.net with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Thu, 14 Dec 2006 09:32:09 +0100 From: Salvador Fandino Date: Thu, 14 Dec 2006 09:37:32 +0100 Message-ID: References: <20061212171340.GA24143@nevyn.them.org> <20061212173322.5126.qmail@web26813.mail.ukl.yahoo.com> <20061212174214.GA25284@nevyn.them.org> <457FF0AA.7070100@xtal.rwth-aachen.de> <45804E71.8080504@yahoo.com> <20061213200312.GA12107@jbrown.mylinuxbox.org> <20061213225500.GA826@jbrown.mylinuxbox.org> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit In-Reply-To: <20061213225500.GA826@jbrown.mylinuxbox.org> Sender: news Subject: [Qemu-devel] Re: RE : Re: Re: NBD server for QEMU images Reply-To: qemu-devel@nongnu.org List-Id: qemu-devel.nongnu.org List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org Jim C. Brown wrote: >> yes, that's right, but it's not what lomount does. It parses the data on >> the EBR in the same way as the MBR, reading 4 partition registers from them. >> > > It only uses the first two. It reads in the rest but ignores them. Could I be looking at an old version of lomount.c? I got it from here: http://xenbits.xensource.com/xen-unstable.hg?f=9c448f7b2b3c;file=tools/misc/lomount/lomount.c - Salva