
Originally Posted by
Janeleaper
Sorry. I've found the file now. I didn't realise the "etc" meant something.
The file does not have the three lines you mention. It has:
usershare allow guests = yes
username map = /etc/samba/smbusers
security = user
; guest ok = no
; guest account = nobody
You open the file for editing as a superuser, then you'll be able to save the file after editing. Use this terminal command to get it open as a superuser:
Code:
gksu gedit /etc/samba/smb.conf
regarding these lines:
usershare allow guests = yes
username map = /etc/samba/smbusers
security = user
; guest ok = no
; guest account = nobody
leave them as they are and add these two:
Code:
usershare max shares = 100
usershare owner only = False
Bookmarks