apt-get install samba mv /etc/samba/smb.conf /etc/samba/smb.bak nano /etc/samba/smb.conf
[global] workgroup = smb security = share share modes = yes guest account = mike [homes] comment = Home Directories browsable = no read only = no create mode = 0750 [images] path = /storage/vhd public = yes writable = yes comment = smb share printable = no guest ok = yes
chmod 0777 /storage/vhd
on client:
apt-get install smbfs mount -t smbfs //FILE-SERVER-IP-ADRESSE/public /lokaler/mountpoint -o username=nobody
add host only adapter in virtual box and use it at virtualbox image!
show available shares with
/usr/bin/smbclient -L host