Install Samba
yum install samba
chkconfig smb on
chkconfig nmb on
edit /etc/samba/smb.conf
modify workgroup
Add public share
create a password for user smbpasswd
Got this error on first try
Could not connect to machine 127.0.0.1: NT_STATUS_LOGON_FAILURE
Have to use the -a option to add the user into the samba db the first time.
smbpasswd -a hamelic
After this I was able to browse to the folder and map a drive.
