From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1E9p0k-0000Vb-RW for qemu-devel@nongnu.org; Mon, 29 Aug 2005 15:09:39 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1E9p0Y-0000Qp-La for qemu-devel@nongnu.org; Mon, 29 Aug 2005 15:09:31 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1E9p0X-0000H6-Rt for qemu-devel@nongnu.org; Mon, 29 Aug 2005 15:09:25 -0400 Received: from [195.250.128.75] (helo=smtp2.vol.cz) by monty-python.gnu.org with esmtp (Exim 4.34) id 1E9otx-00022L-IN for qemu-devel@nongnu.org; Mon, 29 Aug 2005 15:02:37 -0400 Received: from [10.0.0.2] (prg-v-6-220.static.adsl.vol.cz [62.177.70.220]) by smtp2.vol.cz (Postfix) with ESMTP id 8FCA060F6E for ; Mon, 29 Aug 2005 21:00:07 +0200 (CEST) Message-ID: <413227FB.4070803@reactos.com> From: Filip Navara MIME-Version: 1.0 Subject: Re: [Qemu-devel] Network Performance between Win Host and Linux Guest References: <20050826135715.4A82BBADE1@dd3532.kasserver.com> <7EE67FB0-CDE1-4422-93B7-0EB48DC40246@elis.ugent.be> In-Reply-To: <7EE67FB0-CDE1-4422-93B7-0EB48DC40246@elis.ugent.be> Content-Type: text/plain; charset=ISO-8859-1; 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: , Date: Mon, 29 Aug 2005 19:10:31 -0000 To: qemu-devel@nongnu.org Jonas Maebe wrote: > > On 26 aug 2005, at 15:57, vdr@helmutauer.de wrote: > >> QEMU is working better from hour to hour :-) >> Now I am looking for a way to get my data from the linux client to >> the Win2K host. When I use the integrated smb I get a transfer rate >> from about 15 KB :-( >> the tftp is about 600 KBps and using WinSCP over the "redired" ssh >> connection lead to 60 KBps. Is there a way to transfer the data >> faster ? >> Or is there an explorer for the disk image available ? > > > At least under Mac OS X, you can simply mount the images created with > qemu-img, if they contain a file system that Mac OS X knows. I guess > under Linux you can also simply mount them. I can't imagine there > aren't programs available for Windows which allow you to mount raw > disk images containing a supported file system. I can recommend VDK (http://chitchat.at.infoseek.co.jp/vmware/vdk.html). It can open VMDK and RAW images (both supported by QEMU)... - Filip