From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1DvyZR-0000N9-4a for qemu-devel@nongnu.org; Fri, 22 Jul 2005 10:32:13 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1DvyZM-0000LQ-W0 for qemu-devel@nongnu.org; Fri, 22 Jul 2005 10:32:11 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1DvyZM-0000KG-1A for qemu-devel@nongnu.org; Fri, 22 Jul 2005 10:32:08 -0400 Received: from [64.233.162.200] (helo=zproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Dvyef-00089u-AB for qemu-devel@nongnu.org; Fri, 22 Jul 2005 10:37:37 -0400 Received: by zproxy.gmail.com with SMTP id f1so217492nzc for ; Fri, 22 Jul 2005 07:27:07 -0700 (PDT) Message-ID: <2ad73a0507220616598c942b@mail.gmail.com> Date: Fri, 22 Jul 2005 10:16:42 -0300 From: =?ISO-8859-1?Q?Andr=E9_Braga?= Subject: Re: [Qemu-devel] Re: making a raw disk image In-Reply-To: <1h01sal.zd2ltvf8o7xyN%takeme2your@rocketmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <1gzxvmt.1pa4ox51ovkbpcN%takeme2your@rocketmail.com> <20050719131852.GA12450@jbrown.mylinuxbox.org> <1h01sal.zd2ltvf8o7xyN%takeme2your@rocketmail.com> Reply-To: =?ISO-8859-1?Q?Andr=E9_Braga?= , 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 2005/7/22, U n d e r a c h i e v e r : > Jim C. Brown wrote: > thanks -- whilst that's not exactly the answer I want >=20 > oh, to bite the bullet and kills windows then? If it's the first partition on the disk, just use dd to copy from the beginning of the drive up to the last sector of the partition and dump this on a file. Use that file as a raw image. The relevant part on number of sectors will be on the MBR. For tidyness, run fdisk on that image and delete the other partition entries. If it's not... Then I'm out of ideas :)