6

Does anyone know the file in which the entries for the samba shares are stored? For instance the drives or folders I am sharing.

Josh
  • 125

3 Answers3

9

If not defined in /etc/samba/smb.conf try folder /var/lib/samba/usershares/ and you will find files for each share you setup via GUI. (Ubuntu 17.10)

MeSo2
  • 451
1

If you insist, you can edit /etc/samba/smb.conf I recommend that you make a backup copy or use gedit which will make one (and only one) for you.

Further information regarding this file can be found here.

Elder Geek
  • 36,752
0

Try in /etc/samba/smb.conf as per https://help.ubuntu.com/community/Samba/SambaServerGuide

tk-noodle
  • 798