From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CqY1Z-0004Xk-Cw for qemu-devel@nongnu.org; Mon, 17 Jan 2005 09:38:33 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CqY1X-0004W8-8d for qemu-devel@nongnu.org; Mon, 17 Jan 2005 09:38:31 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CqY1X-0004Vy-4z for qemu-devel@nongnu.org; Mon, 17 Jan 2005 09:38:31 -0500 Received: from [38.113.3.61] (helo=smtp-out.hotpop.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CqXpI-0006YU-6d for qemu-devel@nongnu.org; Mon, 17 Jan 2005 09:25:52 -0500 Received: from phreaker.net (kubrick.hotpop.com [38.113.3.103]) by smtp-out.hotpop.com (Postfix) with SMTP id 2F7F3CFDDFE for ; Mon, 17 Jan 2005 14:25:50 +0000 (UTC) Received: from jbrown.mylinuxbox.org (pcp03144805pcs.midval01.tn.comcast.net [68.59.228.236]) by smtp-3.hotpop.com (Postfix) with ESMTP id 4ABD1134B3C8 for ; Mon, 17 Jan 2005 14:25:49 +0000 (UTC) Date: Mon, 17 Jan 2005 09:24:40 -0500 From: "Jim C. Brown" Subject: Re: [Qemu-devel] Mounting qemu virtual disk images from host linux os Message-ID: <20050117142440.GB5486@jbrown.mylinuxbox.org> References: <41EAF9E2.9030108@gsinet.net> <41EB1A04.4060605@gsinet.net> <41EB3883.3070904@fabianowski.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41EB3883.3070904@fabianowski.de> 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 On Mon, Jan 17, 2005 at 05:01:07AM +0100, Bartosz Fabianowski wrote: > >Oh yes, it is multi-partitioned. Any suggestions on how I can select a > >specific partition? > > According to the source, lomount has a "-partition" option. So you might > want to try: > > ./lomount -t ext3 -diskimage debian02_sarge_hda.img -partition 1 /mnt > > - Bartosz > Well, lomount defaults to partition 1 if not given that option. He might want a different partition tho. (Brute force method: try adding "-partition 2", "-partition 3", and so on until it mounts the one you want it to.) -- Infinite complexity begets infinite beauty. Infinite precision begets infinite perfection.