Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- GNU nano 2.2.6 File: /etc/samba/smb.conf
- # printer drivers
- [print$]
- comment = Printer Drivers
- path = /var/lib/samba/printers
- browseable = yes
- read only = yes
- guest ok = no
- # Uncomment to allow remote administration of Windows print drivers.
- # You may need to replace 'lpadmin' with the name of the group your
- # admin users are members of.
- # Please note that you also need to set appropriate Unix permissions
- # to the drivers directory for these users to have write rights in it
- write list = root, @lpadmin, pi
- [roms]
- comment = roms
- path = "/media/romdrive"
- writeable = yes
- guest ok = yes
- create mask = 0644
- directory mask = 0755
- #force user = pi
- read only=no
- [bios]
- comment = bios
- path = "/home/pi/RetroPie/BIOS"
- writeable = yes
- guest ok = yes
- create mask = 0644
- directory mask = 0755
- force user = pi
- [configs]
- comment = configs
- path = "/opt/retropie/configs"
- writeable = yes
- guest ok = yes
- create mask = 0644
- directory mask = 0755
- force user = pi
- [splashscreens]
Advertisement
Add Comment
Please, Sign In to add comment