From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1CqhMy-00043m-5o for qemu-devel@nongnu.org; Mon, 17 Jan 2005 19:37:16 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1CqhMx-00042Y-2M for qemu-devel@nongnu.org; Mon, 17 Jan 2005 19:37:15 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1CqhK5-0002NO-WA for qemu-devel@nongnu.org; Mon, 17 Jan 2005 19:34:18 -0500 Received: from [80.91.229.2] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CqgeZ-0000bT-Nu for qemu-devel@nongnu.org; Mon, 17 Jan 2005 18:51:23 -0500 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1CqgeY-0002x5-00 for ; Tue, 18 Jan 2005 00:51:22 +0100 Received: from p50832520.dip0.t-ipconnect.de ([80.131.37.32]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Jan 2005 00:51:22 +0100 Received: from hcz by p50832520.dip0.t-ipconnect.de with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 18 Jan 2005 00:51:22 +0100 From: "Heike C. Zimmerer" Date: Tue, 18 Jan 2005 00:50:43 +0100 Message-ID: References: <41EAF9E2.9030108@gsinet.net> <20050117142640.GC5486@jbrown.mylinuxbox.org> <41EC3687.20805@gsinet.net> <87r7kjejij.fsf@tazzelwurm.hczim.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Sender: news Subject: [Qemu-devel] Re: Mounting qemu virtual disk images from host linux os Reply-To: hcz@hczim.de, 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 "Heike C. Zimmerer" writes: > Tom Sandholm writes: > > [ mounting disk partitions ] > > You might want to try the following script I'm using for mounting > entire disk images. I wouldn't say it's really finished, but it works > for me so far so I hope it might be of some use. > > [ ~/bin/mount-hd-image ] Let me add that only the disk image mounting part of the script has seen some testing. The options to create entire partitioned disk images are pretty much untested. - Heike