From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1IJEyL-0002hV-Ei for qemu-devel@nongnu.org; Thu, 09 Aug 2007 16:51:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1IJEyJ-0002fn-99 for qemu-devel@nongnu.org; Thu, 09 Aug 2007 16:51:08 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1IJEyJ-0002fe-3C for qemu-devel@nongnu.org; Thu, 09 Aug 2007 16:51:07 -0400 Received: from an-out-0708.google.com ([209.85.132.245]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1IJEyI-0001TY-Kn for qemu-devel@nongnu.org; Thu, 09 Aug 2007 16:51:06 -0400 Received: by an-out-0708.google.com with SMTP id d11so166239and for ; Thu, 09 Aug 2007 13:51:06 -0700 (PDT) Message-ID: <46BB7E37.7050609@codemonkey.ws> Date: Thu, 09 Aug 2007 15:51:03 -0500 From: Anthony Liguori 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 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 have no idea what you're talking about. QEMU doesn't care whether you use a physical disk or a file. It handles geometry the same way. Is there a concrete example that doesn't work that you think should? Regards, Anthony Liguori > 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 > > >