From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.33) id 1C63NL-0007sB-Dy for qemu-devel@nongnu.org; Sat, 11 Sep 2004 04:36:51 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.33) id 1C63NK-0007rT-ID for qemu-devel@nongnu.org; Sat, 11 Sep 2004 04:36:51 -0400 Received: from [199.232.76.173] (helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.33) id 1C63NK-0007rO-Eb for qemu-devel@nongnu.org; Sat, 11 Sep 2004 04:36:50 -0400 Received: from [80.91.224.249] (helo=main.gmane.org) by monty-python.gnu.org with esmtp (Exim 4.34) id 1C63Hb-0007Cf-Pm for qemu-devel@nongnu.org; Sat, 11 Sep 2004 04:30:55 -0400 Received: from list by main.gmane.org with local (Exim 3.35 #1 (Debian)) id 1C63Ha-0005Kz-00 for ; Sat, 11 Sep 2004 10:30:54 +0200 Received: from 213-193-168-168.adsl.easynet.be ([213.193.168.168]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 11 Sep 2004 10:30:54 +0200 Received: from mark.jonckheere by 213-193-168-168.adsl.easynet.be with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Sat, 11 Sep 2004 10:30:54 +0200 From: "Mark.Jonckheere" Date: Sat, 11 Sep 2004 09:12:15 +0200 Message-ID: <4142A54F.5050900@easynet.be> References: <413BA018.60601@bellard.org> <200409062106.14774.mikesch.nepomuk@gmx.net> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit In-Reply-To: <200409062106.14774.mikesch.nepomuk@gmx.net> Sender: news Subject: [Qemu-devel] Re: SAMBA support in QEMU 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 Mikesch Nepomuk wrote: > Mapping works (net use x: \\smbserver\qemu). Drive is available until next > reboot (Win 98!). You can even make the mapping permanent with regedit: (only tested with W98SE as client) save the following lines to a file "qemu.reg" and enter "regedit qemu.reg" -8<----------------------------- REGEDIT4 [HKEY_CURRENT_USER\Network\Persistent\X] "ProviderName"="Microsoft Network" "UserName"="QEMU" "RemotePath"="\\\\SMBSERVER\\QEMU" -8<----------------------------- look out for correct (DOS) line endings. Groeten, Mark. -- :wq