From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1BkRkK-0008Jm-Kr for qemu-devel@nongnu.org; Tue, 13 Jul 2004 14:11:16 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1BkRkI-0008JC-Lu for qemu-devel@nongnu.org; Tue, 13 Jul 2004 14:11:15 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1BkRkI-0008J9-JC for qemu-devel@nongnu.org; Tue, 13 Jul 2004 14:11:14 -0400 Received: from [216.254.0.205] (helo=mail5.speakeasy.net) by monty-python.gnu.org with esmtp (TLSv1:DES-CBC3-SHA:168) (Exim 4.34) id 1BkRhG-000087-Ii for qemu-devel@nongnu.org; Tue, 13 Jul 2004 14:08:06 -0400 Received: from dsl081-088-222.lax1.dsl.speakeasy.net (HELO [192.168.111.2]) ([64.81.88.222]) (envelope-sender ) by mail5.speakeasy.net (qmail-ldap-1.03) with SMTP for ; 13 Jul 2004 18:08:04 -0000 Subject: Re: [Qemu-devel] Win98: how to exchange data with Linux From: "John R. Hogerhuis" In-Reply-To: <40F422BB.8020908@kadu.net> References: <200407122356.02502.eschmit@tin.it> <1089671145.12301.10.camel@aragorn> <200407130924.58879.vaise@votreservice.com> <1089727701.7843.58.camel@espiron.av7.local> <40F3EF20.2020802@kadu.net> <40F3F5B1.2040908@kadu.net> <40F41A65.8050807@volny.cz> <1089740739.17526.3.camel@aragorn> <40F422BB.8020908@kadu.net> Content-Type: text/plain Message-Id: <1089742289.13010.20.camel@aragorn> Mime-Version: 1.0 Date: Tue, 13 Jul 2004 11:11:29 -0700 Content-Transfer-Encoding: 7bit Reply-To: jhoger@pobox.com, 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 Tue, 2004-07-13 at 10:58, Adrian Smarzewski wrote: > -----BEGIN PGP SIGNED MESSAGE----- > Hash: SHA1 > > John R. Hogerhuis wrote: > | Yes, it is a non-workable idea to try to share a filesystem between two > | running OSes. > > I don't agree because samba for example is the application that does it. > > - - change samba serwer to little server builded-in into qemu > - - change smb windows client to filesystem driver communicating with our > server Ah. Could I phrase it as: you wish to share the drive through Windows networking but you want to share it through QEMU communicating through I/O ports to the loopback device only. I guess then there is no need to set up real networking between guest and host just to share files. That is in the realm of the possible. Wouldn't it be easier though just to set up the virtual network? -- John.