From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1Hbwxl-0001QP-O9 for qemu-devel@nongnu.org; Thu, 12 Apr 2007 06:55:37 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1Hbwxj-0001QD-DX for qemu-devel@nongnu.org; Thu, 12 Apr 2007 06:55:36 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Hbwxj-0001QA-54 for qemu-devel@nongnu.org; Thu, 12 Apr 2007 06:55:35 -0400 Received: from mx-serv.inrialpes.fr ([194.199.18.100]) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1HbwtZ-0006GM-8P for qemu-devel@nongnu.org; Thu, 12 Apr 2007 06:51:17 -0400 Received: from vilnius.inrialpes.fr (vilnius.inrialpes.fr [194.199.18.81]) by mx-serv.inrialpes.fr (8.13.6/8.13.0) with ESMTP id l3CApBdc020917 for ; Thu, 12 Apr 2007 12:51:11 +0200 (MEST) Received: from [194.199.21.69] (grisette.inrialpes.fr [194.199.21.69]) by vilnius.inrialpes.fr (8.13.6/8.11.3/ImagV2) with ESMTP id l3CApAP3006107 for ; Thu, 12 Apr 2007 12:51:10 +0200 (MEST) Message-ID: <461E0F20.3020508@inria.fr> Date: Thu, 12 Apr 2007 12:51:12 +0200 From: Francois Visconte MIME-Version: 1.0 Subject: Re: [Qemu-devel] qemu-img qcow and raw format References: <461DE94B.4030900@inria.fr> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: quoted-printable 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 Hello > Creating a temp file maybe? >=20 I'm using qemu-img from an initrd so i can't create big file into a=20 temps file. Creating a temp file may cause deployment to be 2 times longer: - ssh ... "cat image.dd" > temp_file - qemu-img convert temp_file -O raw /dev/sda Cheers, Fran=E7ois