Windows 7 can't map NAS drive but can ping it

Associate
Joined
28 Nov 2003
Posts
1,668
Location
EC1V
I've encountered a problem that's really annoying me as I can't fix it. I have a networked harddrive that is ethernet cabled to a wireless router and can be seen by three laptops except one Windows 7 one. It has worked on this W7 machine before via Map Network Drive under My Computer.

I've tried reinstalling the wireless card in the laptop, disabling IPv6, changing workgroup, disabling the firewall and rebooting the router and NAS.

I can ping the NAS via command prompt and can access its control panel via HTTP://, I just can't see it under Windows network or map a drive to it. The error is "Windows cannot access \\xx.xx.xx.xx\Share". I get this same message if I try to connect to the other computers that do show up in Network, even the Users folder of the same laptop itself.

I've had previous error messages along the lines of 'configuration settings may have been deleted' when letting Windows try to have a look and fix itself. And failed.

What's going on? !
 
In a Command prompt type

Code:
net use Z: \\192.168.0.50\Share

I suspect you will get an error, but you usually get an error number too. You might have more luck search for solutions. Obviously change the above to suit your NAS IP.
 
Good news, it gave me an error code I haven't had so far and I've found the solution from there. Link

Bad news, have to delete 100-200 rogue device drivers. Even a batch method takes a few minutes for each one. But thanks SiriusB for that angle. :)
 
Back
Top Bottom