From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1LY17Y-00009e-BN for qemu-devel@nongnu.org; Fri, 13 Feb 2009 11:42:32 -0500 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1LY17W-00009S-DG for qemu-devel@nongnu.org; Fri, 13 Feb 2009 11:42:31 -0500 Received: from [199.232.76.173] (port=42782 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1LY17W-00009P-7Y for qemu-devel@nongnu.org; Fri, 13 Feb 2009 11:42:30 -0500 Received: from caffeine.csclub.uwaterloo.ca ([129.97.134.17]:49364) by monty-python.gnu.org with esmtp (Exim 4.60) (envelope-from ) id 1LY17V-0003aD-T5 for qemu-devel@nongnu.org; Fri, 13 Feb 2009 11:42:30 -0500 Received: from caffeine.csclub.uwaterloo.ca (localhost [127.0.0.1]) by caffeine.csclub.uwaterloo.ca (Postfix) with ESMTP id 05C2973DD6 for ; Fri, 13 Feb 2009 11:42:28 -0500 (EST) Date: Fri, 13 Feb 2009 11:42:27 -0500 Subject: Re: [Qemu-devel] qemu-img Message-ID: <20090213164227.GM15807@csclub.uwaterloo.ca> References: <1234458957.3827.9.camel@TuxBox.mobab> <20090213142724.GK15807@csclub.uwaterloo.ca> <20090213155227.GE18471@shareable.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20090213155227.GE18471@shareable.org> From: lsorense@csclub.uwaterloo.ca (Lennart Sorensen) 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 Fri, Feb 13, 2009 at 03:52:27PM +0000, Jamie Lokier wrote: > No point running dd twice at the same time :-) > > I suspect you meant one of these: > > dd if=/dev/sda | qemu-img convert -f raw /dev/stdin -O qcow2 newImage.img > > qemu-img convert -f raw <(dd if=/dev/sda) -O qcow2 newImage.img That one. I copied the line, edited it, and forgot to finish deleting. -- Len Sorensen