4
1
This question has been asked throughout the web, but I am simply not able to get it working.
I am Running Windows 8 Pro (x64), when I connect to the office network, I can connect to all network shares except the ones that is on our (NAS).
As soon as I boot into Windows 7, I am able to connect.
So far I have tried the following:
- http://support.microsoft.com/kb/2686098
- http://help.unc.edu/help/connecting-to-nas-with-windows-8/
- http://social.technet.microsoft.com/Forums/en/w7itpronetworking/thread/c1d2e480-65e8-41ad-b7a4-73d4ba3ca09d
- Windows 8 Pro NAS not recognized? (tried all suggestions)
All of the above with no success.
I also tried the net use
command, to see if it might return additional info, but i get Error 53
net use k: \\omsmds001\
System error 53 has occurred.
The network path was not found.
and
net use k: \\10.0.25.3
System error 53 has occurred.
The network path was not found.
When i ping the device i get no response
When i try and browse the network location, i get an error:
Windows Cannot access \\omsmds001
Error Code: 0x80070035
The network path was not found
I have disabled "SecureNegotiate"
and i can't enable SMB on the device, it is out of my control.
UPDATE I have had some luck here: I connected to a server that is on the domain, i pinged the server again and received a different IP address. I used that IP address and i am now able to map the disk with the IP. using host name still fails in windows 8.
1
Please see my post here on SU http://superuser.com/questions/531992/windows-8-pro-nas-not-recognized/531998#531998
– Dave – 2013-01-15T10:57:39.027i tried all those options as well, thanx. – stoic – 2013-01-15T11:04:58.543
1What is the make of the NAS, and did it come with any software? – Dave – 2013-01-15T12:52:40.267
i have no idea, i work for a large corporate (no access to anything). I used a workaround a few months ago that worked, but had to format my pc this weekend, and now i cant find the workaround anymore. – stoic – 2013-01-15T12:56:41.457
Does this answer help?
– harrymc – 2013-01-17T12:23:33.430i tried all the options... the same solution was posted in point number for above. – stoic – 2013-01-17T13:56:03.290
Have you tried to disable "Secure Negotiate" and enable SMB 2 ? And what is the exact error message when you try to connect.
– harrymc – 2013-01-17T16:35:55.9431
error 53 is a name resolution problem, have you tried net use with the IP Address? net use \127.0.0.1 http://technet.microsoft.com/en-us/library/cc940100.aspx
– MDMoore313 – 2013-01-17T18:40:29.833Are other Windows 8 clients able to access the NAS? – K.A.Monica – 2013-01-17T21:45:14.387
You need to post the exact command you used for net use. Run an nslookup on the hostname you used with that command, and if it resolves to an IP, see if you can contact it via ping. – Ditmar Wendt – 2013-01-17T22:30:15.077
i have updated the question with results – stoic – 2013-01-18T12:22:44.420
@ditmar, i am not sure what you mean with the nslookup part. I did an nslookup: 'nslookum omsmds001' an i received two servers with seperate ip's – stoic – 2013-01-18T12:28:43.923
Try to Disable the Receive Window Auto Tuning Level : Run as administrator
– harrymc – 2013-01-18T21:39:18.187netsh interface tcp set global autotuninglevel=disabled
.(1) What is your machine IP in win7 and win8? Are they on the same subnet? (2) Can Win7 ping the NAS? – John Siu – 2013-01-19T04:28:02.100
Are you using domain login (active directory) in Windows 7? What about Windows 8? – John Siu – 2013-01-24T16:48:57.973