From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CqOaM-0005di-Ik for qemu-devel@nongnu.org; Sun, 16 Jan 2005 23:33:50 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CqOWv-0005BL-3a for qemu-devel@nongnu.org; Sun, 16 Jan 2005 23:30:28 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CqOWt-00055E-27 for qemu-devel@nongnu.org; Sun, 16 Jan 2005 23:30:15 -0500 Received: from [81.209.184.159] (helo=dd3.kasserver.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CqO4o-0006IL-7Q for qemu-devel@nongnu.org; Sun, 16 Jan 2005 23:01:14 -0500 Message-ID: <41EB3883.3070904@fabianowski.de> Date: Mon, 17 Jan 2005 05:01:07 +0100 From: Bartosz Fabianowski MIME-Version: 1.0 Subject: Re: [Qemu-devel] Mounting qemu virtual disk images from host linux os References: <41EAF9E2.9030108@gsinet.net> <41EB1A04.4060605@gsinet.net> In-Reply-To: <41EB1A04.4060605@gsinet.net> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 > 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