From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IJEwh-0001zA-Dl for qemu-devel@nongnu.org; Thu, 09 Aug 2007 16:49:27 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IJEwe-0001wN-Py for qemu-devel@nongnu.org; Thu, 09 Aug 2007 16:49:27 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJEwe-0001wI-NF for qemu-devel@nongnu.org; Thu, 09 Aug 2007 16:49:24 -0400 Received: from ebox1.ebox.com ([64.7.141.6] helo=ebox1b.ebox.com) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IJEwe-0000zv-Cg for qemu-devel@nongnu.org; Thu, 09 Aug 2007 16:49:24 -0400 Received: from [10.0.1.6] (bas1-montreal42-1178045593.dsl.bell.ca [70.55.140.153]) (using TLSv1 with cipher RC4-MD5 (128/128 bits)) (No client certificate requested) by ebox1b.ebox.com (Postfix) with ESMTP id 0453117E08B for ; Thu, 9 Aug 2007 16:49:23 -0400 (EDT) Message-ID: <46BB7E98.7030409@visible-assets.com> Date: Thu, 09 Aug 2007 16:52:40 -0400 From: Christopher Friedt MIME-Version: 1.0 Subject: Re: [Qemu-devel] disk images & driver geometry References: <46BB7C30.3050007@visible-assets.com> In-Reply-To: <46BB7C30.3050007@visible-assets.com> 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 sorry, that subject should have read 'drive geometry' Christopher Friedt wrote: > Hi everyone, > > has there been any work done in the last few months towards hard disk > geometry, so that partition tables / mbr's in raw hard disk files can be > stored for later use? > > That's something that would be tremendously useful with the -hda option, > so that one could use a file for a virtual disk and expect qemu to > recognize the partition information from it. Usually if one does a > typical install with a linux distro, the linux install will format the > main hard disk to have 3 partitions (boot,root,swap), but if it's just a > file then that partition / mbr info isn't really recognized by qemu. > > I've been out of the loop w/ what's happening on the bleeding edge with > qemu for a few months, so I thought I'd just ask here. > > ~/Chris > > > >