Starting info, 10.20.30.100 is my windows 10 machine I'm trying to use to access the server, hostname LAPTOP. 10.20.30.111 is the Pi, hostname BERRY. 4TB usb is mounted at /mnt/drive with the folders incoming, videos, toDownload, and torrents on it. berry is the primary user on the pi and the account I'm trying to use to log on.
Current smb.conf
Code: Select all
\\#
#======================= Global Settings =======================
[global]
workgroup = HOME
dns proxy = no
#server max protocol = SMB2
#lanman auth = yes
#ntlm auth = yes
log file = /var/log/samba/log.%m
log level = 3
max log size = 1000
panic action = /usr/share/samba/panic-action %d
server role = standalone server
;passdb backend = tdbsam
;obey pam restrictions = no
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 = no
;map to guest = never
server min protocol = SMB2
#======================= Share Definitions =======================
[homes]
comment = Home Directories
browsable = no
read only = yes
create mask = 0700
directory mask = 0700
valid users = %S
[incoming]
comment = NAS Incoming folder
path = /mnt/drive/incoming
browsable = no
writeable = yes
create mask = 0777
directory mask = 0777
public = yes
#valid users = berry
#force user = berry
[videos]
comment = NAS Videos folder
path = /mnt/drive/videos
browsable = yes
writeable = yes
create mask = 0777
directory mask = 0777
valid users = berry
[torrents]
comment = NAS Torrents folder
path = /mnt/drive/torrents
browsable = yes
writeable = yes
create mask = 0777
directory mask = 0777
valid users = berry
[torBox]
comment = NAS toDownload folder
path = /mnt/drive/toDownload
browsable = no
writeable = yes
create mask = 0777
directory mask = 0777
valid users = berry
https://pastebin.com/eRriA9pC