From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1Bgxx9-00060h-IW for qemu-devel@nongnu.org; Sat, 03 Jul 2004 23:46:07 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1Bgxx7-00060V-50 for qemu-devel@nongnu.org; Sat, 03 Jul 2004 23:46:07 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1Bgxx7-00060S-2E for qemu-devel@nongnu.org; Sat, 03 Jul 2004 23:46:05 -0400 Received: from [203.82.180.24] (helo=fission.tusker.net) by monty-python.gnu.org with esmtp (Exim 4.34) id 1Bgxv9-00040Q-NJ for qemu-devel@nongnu.org; Sat, 03 Jul 2004 23:44:04 -0400 Received: from localhost (fission [127.0.0.1]) by fission.tusker.net (Postfix) with ESMTP id 864FE17E2B for ; Sun, 4 Jul 2004 13:43:50 +1000 (EST) Received: from fission.tusker.net ([127.0.0.1]) by localhost (fission [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 05307-03 for ; Sun, 4 Jul 2004 13:43:50 +1000 (EST) Received: from tusker.org (cm127.sigma189.maxonline.com.sg [218.212.189.127]) by fission.tusker.net (Postfix) with ESMTP id 34F5017E27 for ; Sun, 4 Jul 2004 13:43:49 +1000 (EST) Message-ID: <40E77FDB.3010009@tusker.org> Date: Sun, 04 Jul 2004 11:56:11 +0800 From: Damien Mascord MIME-Version: 1.0 Subject: Re: [Qemu-devel] How to avoid inflation during COW file transfer? References: In-Reply-To: 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 Joachim Frieben wrote: > I have some problem transferring a Windows 2000 COW image file created > on one Fedora Core 2 machine to a 2nd one via sftp because the target > file gets inflated to the full size. The source file was about 700 MB, > the target file would have been 6 GB. Does anybody know how to avoid > this unpleasant effect? Thanks in advance for any helpful comment! Hi Joachim, Can't you use tar and/or bzip2 to compress it first? (That's how people distribute the COW files on the web, so I imagine there is some tar switch to use?) Damien