Does anyone know the file in which the entries for the samba shares are stored? For instance the drives or folders I am sharing.
53 Answers
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)
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.
3Try in /etc/samba/smb.conf as per