n3tm4n wrote:Hi,
Can you post the share section of the /etc/samba/smb.conf file so we can take a look. Please ensure you obscure any secret information in your post.
Typically, the shares will be listed with square brackets eg.
[public]
With the relevant smb.conf information we may be able to suggest a solution.
Regards Jon.
Thanks for asking and hopefully your review and comments. Here is my smb.conf file - note I've stripped out most of the comment lines. This is primarily the file that comes with the latest Debian...
Sample configuration file for the Samba suite for Debian GNU/Linux.
======================= Global Settings =======================
[global]
workgroup = WORKGROUP
dns proxy = no
log file = /var/log/samba/log.%m
max log size = 1000
syslog = 0
panic action = /usr/share/samba/panic-action %d
server role = standalone server
passdb backend = tdbsam
obey pam restrictions = yes
unix password sync = yes
passwd program = /usr/bin/passwd %u
passwd chat = Enter\snew\s\spassword:* %n\n Retype\snew\s\spassword:* %n\n password\supdated\ssuccessfully .
pam password change = yes
map to guest = bad user
[homes]
comment = Home Directories
browseable = no
read only = yes
create mask = 0700
directory mask = 0700
valid users = %S
[printers]
comment = All Printers
browseable = no
path = /var/spool/samba
printable = yes
guest ok = no
read only = yes
create mask = 0700
[print$]
comment = Printer Drivers
path = /var/lib/samba/printers
browseable = yes
read only = yes
guest ok = no
[Home NAS]
comment = Shared Folder
path = /media/NASHDD1/shares (((note: this is the actual path to my pi folder mount and share folder)))
force user = pi
guest ok = yes
valid users = @users
force group = users
create mask = 0660
directory mask = 0771
read only = no