I'm trying to set up a home server using a raspberry pi utilizing Samba.
In my /etc/samba/smb.conf, I have it set up as:
[shares]
Comment = File Server
Path = \share\shares
Browseable = yes
read only = no
writeable = yes
create mask = 0777
directory mask = 0777
Public = no
In Windows 10, I can discover the network. Screen shot of Window's Network Paths
However, after entering credentials, it states that it can not find the path on the network.Network Error Msg
I have hit a brick wall in trying to figure out why I can not map this to a network drive. I don't understand why I can see it, but then it comes back with an error message saying that I should check the spelling is correct. Other things that I have tried include:
User contributions licensed under CC BY-SA 3.0