6 Jul
2014
6 Jul
'14
2:14 p.m.
Hi, I'm trying to get access to files on my ArchLinux host from my Qemu emulated Windows7 guest. I have installed samba on ArchLinux host system; I start it with: # systemctl start smbd.service I started the guest Windows7 system with: $ qemu-system-x86_64 -smb /home/cspal -cpu core2duo -m 1024 -k hu -enable-kvm -usbdevice tablet /var/lib/libvirt/images/win7.qcow2 When in Windows7 guest system, either in Firefox browser or in Windows Explorer, I can't connect to \\10.0.2.4 What am I missing here? -- Regards from Pal