Hey all. Sorry for the delayed response. I got sent away for work for a bit. I did finally get SMB/Samba configured. Here's what I did:
Old file arguments that did not work:
[pi]
browsable=yes
writeable=yes
create mask=0777
directory=0777
What worked:
[pi]
path=/home/pi
writeable=yes
create mask=0777
directory mask=0777
public=no
My current test setup is not using DNS so when attempting to connect via \\raspberrypi\pi it would fail. Instead, I was able to get it to work when using \\192.168.***.*** and stored the credentials
Old file arguments that did not work:
[pi]
browsable=yes
writeable=yes
create mask=0777
directory=0777
What worked:
[pi]
path=/home/pi
writeable=yes
create mask=0777
directory mask=0777
public=no
My current test setup is not using DNS so when attempting to connect via \\raspberrypi\pi it would fail. Instead, I was able to get it to work when using \\192.168.***.*** and stored the credentials
Statistics: Posted by Tyrion — Sat May 04, 2024 11:48 pm