Windows 7 cannot access samba share (error 53 and network path was not found)

34,812

Solution 1

Well I managed to fix it some how after Googling around, for me the fix was a combination of...

  • Turning off public folder sharing
  • Setting my NetBIOS to Default
  • Ensuring I have the correct Workgroup
  • Reviewing the firewall settings on Windows
  • Following the steps in the answer of this post

Then after restarting, mapped the network drive as normal (ticked Connect using different credentials) and it connected.

Solution 2

Another thing to check is to make sure that the Windows machine's network adapter has "Client for Microsoft Networks" installed.

  • Open up the Network Connections list: ncpa.cpl
  • Right click on the adapter and select properties
  • Ensure "Client for Microsoft Networks" is in the list
  • If it's not in the list, click the Install button. select Client, and click Ok.

While an answer has already been found, I want to add this for the sake of completeness since I just wasted many hours figuring this out.

Share:
34,812

Related videos on Youtube

Alex
Author by

Alex

Updated on September 18, 2022

Comments

  • Alex
    Alex over 1 year

    For some reason windows 7 cannot see my samba share after moving house...?...

    When trying net view \\192.168.0.6 it returns System error 53 has occurred. The network path was not found.

    Below is some info which may be of some relevance

    • Windows 7 is running inside of Parallels (but has worked prior without any issues)
    • I can ping the server from Windows
    • My Mac can access the samba share, which is wirelessly connected
    • I've tried disabling IPv6 on my samba server (this did not solve the issue)
    • I've changed my samba user password
    • Checked the permissions of the shared folders
    • I now have Virgin super hub rather than a BT home hub
    • Samba version 3.5.6
    • Admin
      Admin about 11 years
      I think the problem lies with windows, rather than the network. (But then again, I could be wrong...)
  • zhenguoli
    zhenguoli about 11 years
    I've tried all three without any luck. Start/Run/Ip returns a dialog with Error code: 0x80070043 and "The network name cannot be found"
  • zhenguoli
    zhenguoli about 11 years
    Copy the results of a ping to the server from the windows box please