Hello,
See if this fix helps you:
https://www.kapilarya.com/fix-cant-map-network-drive-on-windows-11
Let us know if this helps!
Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
The drive I'm trying to map only has an IP. It is my phone. But the same rule applies to my Buffalo NAZ. I cannot map a drive in my Naz by IP. Luckily, I know my name of my NAZ server. So I am certain if I fix the issue of not being able to map by IP, I will be able to map my Naz drives by Ip as well as my phone. I am using WebDav from Google Play to make my phone act as a server.
Somewhere in the back of my mind I remember fixing this at work, I just can't remember how.
Hello,
See if this fix helps you:
https://www.kapilarya.com/fix-cant-map-network-drive-on-windows-11
Let us know if this helps!
Note: Included link in this reply refers to blog post by a trusted Microsoft MVP.
"Net use" is going to try to use SMB to map the drive. But you have WebDav on your phone.
Try following these steps.
https://www.maketecheasier.com/map-webdav-drive-windows10/
Your NAS should support SMB. You can use Powershell to test if a given IP has the SMB port open. And net.exe will list SMB shares. (Or tell you that the server can't authenticate you.)
Test-NetConnection -ComputerName 192.168.1.8 -CommonTCPPort SMB
net.exe view 192.168.1.8
Hello,
Thank you for posting in Q&A forum.
Can you let me know what's the error message displayed when you try to map the drive?
Meanwhile, to further troubleshoot this issue, please kindly try below steps:
1.Check the SMB protocol version on both of client and server and make sure they are consistent.
2.Check if Network discovery and File and printer sharing are turned on.
3.Check if you can succeed to telnet the server via TCP.Port 443 and 8080.
4.Check if the traffic is blocked by any firewall or antivirus.
I hope the information above is helpful.
If you have any questions or concerns, please feel free to let us know.
Best regards,
Jill Zhou
If the Answer is helpful, please click "Accept Answer" and upvote it.
I did try that, and it also failed.
System error 67 has occurred. The network name cannot be found.
I am normally the one that people call for help. This issue has me stumped
Here is a video that makes it look so easy. The narrator on the video explained the process extremely slow, but it works for him on win 10. To see the successful mapping go to minute about minute 13:37 on this video https://youtu.be/aMBK675WCDQ
I did notice that you can take a url and put it in the normal "Map Network Drive" and it does the exact same thing as the link "Connect to a Website that you can use to store your documents and pictures." Except when you use the standard mapping process but insert url's (http:// , https://) you get the option to assign a Drive character. (C drive or F drive)
So I ran each commands in Power Shell and in MS Edge
This returned in Power Shell
PowerShell 7.4.5
PS C:\Users\ffejr> curl.exe -v http://192.168.1.14:8080/
GET / HTTP/1.1
Host: 192.168.1.14:8080
User-Agent: curl/8.8.0
Accept: /
< HTTP/1.1 200 OK
< Date: Sat, 28 Sep 2024 14:19:40 GMT
< Server: NWebDav/2.4.8724.38630
< Content-Length: 8348
< Content-Type: text/html; charset=UTF-8
<
At the end of the stuff above power shell also generated the web page that
http://192.168.1.14:8080 generates in your browser with the addition at the very bottom of the page this statement:
*** Connection #0 to host 192.168.1.14 left intact**
This returned in Power Shell
PS C:\Users\ffejr> curl.exe -v https://192.168.1.14:8080/
curl: (35) schannel: next InitializeSecurityContext failed: SEC_E_INVALID_TOKEN (0x80090308) - The token supplied to the function is invalid
This statement did not generate a web page, so this is all I have
This statement returned the exact same things as statement #2.