Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 3847

Networking and servers • Re: Samba | SMB configuration

$
0
0
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
I fail to see just how removing a default setting 'browsable = yes' , then adding another default setting 'public = no' made it work :?

Hang on, the claimed 'working' share also has the 'path' set, but your original post also had it set, totally confused now :? :? :?

Statistics: Posted by hortimech — Sun May 05, 2024 6:52 am



Viewing all articles
Browse latest Browse all 3847

Trending Articles