2.0

Table Of Contents
VMware Server User’s Guide
264 VMware, Inc.
Whentheconfigurationprogramprompts:
Do you want this script to automatically configure your system to allow your
virtual machines to access the host file system?
Typeyes.
If You Are Already Running Samba
IfyoualreadyhaveSambarunningonyourLinuxhost,donotinstallthe
VMware ServerSambaserverwhenyouareinstallingVMwareServeronyourhost.
Whentheconfigurationprogramprompts:
Do you want this script to automatically configure your system to allow your
virtual machines to access the host file system?
Typeno.
BesuretomodifyyourSambaconfigurationsoitincludestheIPsubnetusedbythe
VMwareServervirtualnetworkadapter,VMnet1.
To determine what subnet is being used by VMnet1, enter
/sbin/ifconfig vmnet1
YoumustbesuretheSambapasswordfileincludesentriesforallusersofthevirtual
machinewhowillaccessthehost’sfilesystem.Theusernamesandpasswordsinthe
Sambapasswordfilemustbethesameasthoseusedforloggingontotheguest
operatingsystem.
Youcan
addusernamesandpasswordstotheSambapasswordfileatanytimefroma
terminalwindowonyourLinuxhostcomputer.
To add user names and passwords to the Samba password file from a Linux host
1Logontotherootaccount.
su -
2RuntheSambapasswordcommand.
smbpasswd -a <username>
<username>istheusernameyouwanttoadd.Followtheonscreeninstructions.
3Logoutoftherootaccount.
exit