7 Simple Steps to access Linux File System using Samba
Wednesday, January 12th, 20051. Configuration changes
vi /etc/samba/smb.conf
Under the [global] section, specify the following
workgroup =
hosts allow = 127.
Under the [tmp] section, uncomment the following
comment = Temporary file space
path = /tmp
read only = No
guest…

