The Funtoo Linux project has transitioned to "Hobby Mode" and this wiki is now read-only.
Package:Samba
Samba
We welcome improvements to this page. To edit this page, Create a Funtoo account. Then log in and then click here to edit this page. See our editing guidelines to becoming a wiki-editing pro.
Samba is a package that enables windows shares within linux. Samba can be used with gvfs, and mount to make remote shares appear as if they contain local data.
Samba configs conflict within versions, if you're experiencing problems with updates, remove samba entirely from the system, and reinstall from scratch. Once samba starts to run good with default configurations, start inserting custom configurations.
root # emerge net-fs/samba
Configuration
Here is an example of my samba 3x series /etc/samba/smb.conf file. This should work for samba 4x series but may take some adaptation. https://gist.github.com/666threesixes666/5505323
machine names
Windows uses wins, netbios, and netbui. to address a machine as //server or //doze requires these services activated otherwise you're restricted to ip/alias/dns to connect to a computer on the LAN.