Failed to Map Network Driving using Samba. Error 0x80070043

-1

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:

  • Making sure permissions are properly set on the PI.
  • Resetting the password on the Samba software to check if I was entering it wrong.
  • Enable SMB 1.0 under Windows features.
server
windows-10
raspberry-pi3
samba
asked on Stack Overflow May 1, 2020 by reiderj8

0 Answers

Nobody has answered this question yet.


User contributions licensed under CC BY-SA 3.0