*Tags*: file sharing between virtual machine and host
file sharing between a virtual machine and the host machine is possible. If, for example, your main OS was Linux and the OS in your VMWare session was Windows you could do the following:
documented on: 06-24-06, gilead (Steve)
From
The guest os under vmware cannot see a samba share running on the linux host. To fix this problem, edit /etc/samba/smb.conf and make some changes under [global]. The following are suggested:
workgroup = YOUR_WORKGROUP netbios name = YOUR_SERVER_NAME encrypt passwords = yes socket options = TCP_NODELAY IPTOS_LOWDELAY SO_KEEPALIVE SO_RCVBUF=8192 SO_SNDBUF=8192 interfaces = eth0 vmnet1 vmnet8 sysv shm key=/dev/vmnet1 bind interfaces only = true
This page was last modified 01:25, 18 February 2008
documented on: 2008-02-26