From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C4OuH-0003rS-EY for qemu-devel@nongnu.org; Mon, 06 Sep 2004 15:12:01 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C4OuF-0003qx-DV for qemu-devel@nongnu.org; Mon, 06 Sep 2004 15:12:00 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C4OuF-0003qn-9Q for qemu-devel@nongnu.org; Mon, 06 Sep 2004 15:11:59 -0400 Received: from [213.165.64.20] (helo=mail.gmx.net) by monty-python.gnu.org with smtp (Exim 4.34) id 1C4Ool-0003ZF-LW for qemu-devel@nongnu.org; Mon, 06 Sep 2004 15:06:19 -0400 From: Mikesch Nepomuk Subject: Re: [Qemu-devel] SAMBA support in QEMU Date: Mon, 6 Sep 2004 21:06:14 +0200 References: <413BA018.60601@bellard.org> In-Reply-To: <413BA018.60601@bellard.org> MIME-Version: 1.0 Content-Disposition: inline Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Message-Id: <200409062106.14774.mikesch.nepomuk@gmx.net> 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 Works on SuSE 9.1 (Samba 3.0.2a) with Win98 as guest. But: the user who starts qemu needs read/write access to /etc/secrets.tdb, which I think is A Bad Idea (TM) ;-) Perhaps this is on SuSE only? Or did I miss a samba configuration option to store secrets.tdb in smb_dir ? Mapping works (net use x: \\smbserver\qemu). Drive is available until next reboot (Win 98!). Mikesch P.S.: Performance HOST->GUEST is ok, GUEST->HOST could be better...