winfsp / sshfs-win

SSHFS For Windows
https://winfsp.dev
Other
5.14k stars 260 forks source link

Network path is incorrect or not found, network name not found #192

Open unanwiwo opened 4 years ago

unanwiwo commented 4 years ago

I got an error in Windows Explorer, see error.png below (translation: network path is incorrect or not found). If I try net use, I get error 67 (network name not found)

But at the same time sshfs and sshfs-win work fine

Here is successful log from sshfs: sshfs.txt

Here is successful log from sshfs-win sshfs-win.txt

Why can't I connect from Windows Explorer or net use?

Win 10 Home winfsp-1.6.20027.msi sshfs-win-3.5.20024-x64.msi

error.png

billziss-gh commented 4 years ago

What Network Providers do you have installed? Look at this registry key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\NetworkProvider\Order

Unfortunately some Network Providers like CBFS or Dokany conflict with the WinFsp one.

unanwiwo commented 4 years ago

WinFsp.Np,RDPNP,LanmanWorkstation,webclient

3735943886 commented 4 years ago

I had a similar problem. (error 67 issue #193 https://github.com/billziss-gh/sshfs-win/issues/193) I changed my computer name and network name to English (ie 0-9, a-z, A-Z only) and the problem was solved. If your computer name and/or network name have some unicode characters, I recommend that you could try my solution. I think there is some logical error of handling unicode characters on code.

unanwiwo commented 4 years ago

@3735943886 Understood. Thank you very much