HOWTO: Passwordless Samba Share
From Sabayon Wiki
Revision as of 14:20, 29 October 2012 by Hatalar205 (Talk | contribs)
i18n: en tr
You need drives with content you intend to share mounted with fstab, check the guide here.
We need superuser access:
su
Open the samba config:
nano /etc/samba/smb.conf
Now change the line
security = user
to
security = share
And add this line after it:
guest only = yes
Now add your shared folders either GUI or by direct paths in smb.conf. By GUI, select your folder -> Properties -> Sharing and set it up there.
Finally, restart samba.
/etc/init.d/samba restart