From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1CTrC7-0004oQ-57 for qemu-devel@nongnu.org; Mon, 15 Nov 2004 19:27:39 -0500 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1CTrC6-0004o3-Ng for qemu-devel@nongnu.org; Mon, 15 Nov 2004 19:27:38 -0500 Received: from [129.104.30.34] (helo=mx1.polytechnique.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1CTr2u-0003Dk-67 for qemu-devel@nongnu.org; Mon, 15 Nov 2004 19:18:09 -0500 Received: from localhost (localhost [127.0.0.1]) by djali.polytechnique.org (Postfix) with ESMTP id 3923F331A0 for ; Tue, 16 Nov 2004 01:18:07 +0100 (CET) Received: from djali.polytechnique.org ([127.0.0.1]) by localhost (localhost [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 30874-09 for ; Tue, 16 Nov 2004 01:18:07 +0100 (CET) Received: from bellard.org (unknown [84.99.204.24]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by ssl.polytechnique.org (Postfix) with ESMTP id DEDA43319B for ; Tue, 16 Nov 2004 01:18:06 +0100 (CET) Message-ID: <41994748.4030407@bellard.org> Date: Tue, 16 Nov 2004 01:18:16 +0100 From: Fabrice Bellard MIME-Version: 1.0 Subject: Re: [Qemu-devel] whats up with QEMU and virtual disks? References: <41e41e7a04111513146259739a@mail.gmail.com> <4199223E.3040300@railnet.it> <41e41e7a041115140120b83bf8@mail.gmail.com> <41993578.5030804@bellard.org> <4199460B.5040708@bellard.org> In-Reply-To: <4199460B.5040708@bellard.org> Content-Type: text/plain; charset=us-ascii; 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 Fabrice Bellard wrote: > >>> * Provide a simple script to convert from the old to new format? > > > I repeat: there is _no_ "old" or "new" disk image format. Raw disk > images are exactly the same in every QEMU version... However, when formatting the disk, Windows or MSDOS may write the current BIOS geometry in it, and it is likely to be the problem. If I disable the BIOS translation (for example by commenting 'bdrv_set_geometry_hint()' or by removing 'rtc_set_memory(s, 0x39, val)' in hw/pc.c), then NT 4.0 won't see disks bigger than 512 MB. So a better solution must be found. Fabrice.