07.05.2017 00:30, FONNEMANN Mark write:
> Hello-
> 
> I am trying to shares files between Windows host and Linux guest using 
> slirp’s built-in SMB server.

There's no such thing as "slirp built-in SMB Server". Qemu does not have an SMB 
server
built-in, qemu uses samba to provide smb functionality, it spawns smbd.  So you 
have
to have smbd on windows in order to use this functionality.

However, on windows, it's easy to use native CIFS server, just share the 
directory you
want to share and connect to your windows machine from within guest.

/mjt

Reply via email to