[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [Qemu-devel] Fail to share Samba directory with guest
From: |
Jun Koi |
Subject: |
Re: [Qemu-devel] Fail to share Samba directory with guest |
Date: |
Tue, 28 Feb 2012 09:43:22 +0800 |
On Tue, Feb 28, 2012 at 12:08 AM, Shu Ming <address@hidden> wrote:
> On 2012-2-27 17:21, Jun Koi wrote:
>>
>> hi,
>>
>> on qemu 1.0.1, i am trying to share a host directory with the Windows
>> guest like below:
>>
>> qemu-system-i386 -enable-kvm -m 1000 -net nic,model=rtl8139 -net
>> user,smb=/tmp img.winxp
>>
>> but in the guest, \\10.0.2.4 doesnt show me any shared directory.
>>
>> i already run Samba on the host (default configuration).
>>
>> did i miss something, or is it a bug??
>
>
> So 10.0.2.4 is your host IP with samba server? And what's the network the
> guest belongs to?
>
according to some network schemes used by Qemu, 10.0.2.4 is the IP of
the Samba server (DHCP: 10.0.2.2, DNS: 10.0.2.3, Samba: 10.0.2.4)
http://en.wikibooks.org/wiki/QEMU/Networking
i tried \\10.0.2.2, but dont see any share folder, either.
thanks,
Jun