From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1EVPWl-0000ks-3U for qemu-devel@nongnu.org; Fri, 28 Oct 2005 04:23:55 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1EVPWg-0000jr-Sl for qemu-devel@nongnu.org; Fri, 28 Oct 2005 04:23:54 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1EVPWg-0000jl-Ei for qemu-devel@nongnu.org; Fri, 28 Oct 2005 04:23:50 -0400 Received: from [64.233.162.201] (helo=zproxy.gmail.com) by monty-python.gnu.org with esmtp (Exim 4.34) id 1EVPWg-0001K6-F5 for qemu-devel@nongnu.org; Fri, 28 Oct 2005 04:23:50 -0400 Received: by zproxy.gmail.com with SMTP id 13so521343nzp for ; Fri, 28 Oct 2005 01:23:49 -0700 (PDT) Message-ID: Date: Fri, 28 Oct 2005 11:23:49 +0300 From: =?ISO-8859-9?Q?Ozan_T=FCrky=FDlmaz?= Subject: Re: [Qemu-devel] Can I Create an Image From an Existing Windows Drive? In-Reply-To: <43616850.1080607@telesoft.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <43616850.1080607@telesoft.com> 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 On 28/10/05, Scott Dudley wrote: > > Can I, in Linux, create a disk image from a mounted Windows disk? This > would save installation from scratch and migrating all > software/configuration. > first you have to umount it in sake of safetiness then you can create the image by cat or dd. both would do the job. > Thanks. > > -- > > Regards, > > Scott Dudley > > > > > _______________________________________________ > Qemu-devel mailing list > Qemu-devel@nongnu.org > http://lists.nongnu.org/mailman/listinfo/qemu-devel > -- Ozan