Samba Tips
Share Windows files with VMware
Here's what I have set in /etc/samba/smb.conf to share my Windows files with VMware:
# Security mode. Defines in which mode Samba will operate. Possible # values are share, user, server, domain and ads. Most people will want # user level security. See the Samba-HOWTO-Collection for details. security = share [Windows] path = /mnt/windows comment = Windows Files available = yes browseable = yes public = yes writable = yes