Using samba share under qemu

Juergen Lock nox at jelal.kn-bremen.de
Mon Oct 24 10:56:46 PDT 2005


In article <20051018123525.E91479 at mignon.ki.iif.hu> you write:
>Dear All,
> 	I tried the qemu-0.7.0s.20050717 on FreeBSD 6.0-BETA3 with 
>samba-3.0.10,1 with the following command line:
>
>qemu -hda ~/qemuimages/diskc -smb qemu
>I tried the also with
>qemu -hda ~/qemuimages/diskc -smb /tmp
>
>But none of the combination starts smbd in background.
>
>Does anybody succeed to make user mode samba working under FreeBSD?

Hmm.  I just tried, using the current qemu port (qemu-0.7.2s.20050909_2),
	mount.smbfs //10.0.2.4/qemu /mnt/test
in a kanotix guest (linux livecd iso) and it successfully mounted
the dir passed to qemu -smb ...

 The smbd isn't started until the guest connects to the smb port (139)
on that ip, maybe that made it look like it's not working?
>
>If I start by hand (smb -s /tmp/qemu-smb.<pid>/smb.conf) - it seems to be 
>working....

 Well that wasn't necessary here.

	Juergen


More information about the freebsd-emulation mailing list