According to the docs for Samba, the simplest way to enable this feature is to designate a WINS server which catalogs and broadcasts share information for all devices in a workgroup. First make sure each device is part of the same WINS WORKGROUP. Then, designate ONE device as the WINS server. I chose my Raspberry Pi backup server. Edit /etc/samba/smb.conf and include this line (or uncomment the existing line in the file):
domain master = yes
Again, make sure only one device has this line added to /etc/samba/smb.confHere are my global settings on the Pi:
[global]
workgroup = WORKGROUP
domain master = yes
server string = %h
wins support = no
dns proxy = no
security = share
encrypt passwords = yes
panic action = /usr/share/samba/panic-action %d



