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:
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.
IP address
Check Windows 7 and Windows 8 are using same subnet and gateway. Use following command
ipconfig
If Windows 7 can ping the device, Windows 8 should be able to also.
Turn off firewall
In file explorer, go to following and turn off firewall
Control Panel\All Control Panel Items\Windows Firewall
If you have other firewall software like norton360, you will have to disable it within those software.
Check file sharing is enable
In file explorer, go to following
Control Panel\All Control Panel Items\Network and Sharing Center\Advanced sharing settings
Under section All Networks
, check File sharing connections
, select Enable file sharing for devices that use 40- or 56-bit encryption
Check remembered credentials
In file explorer, go to
Control Panel\All Control Panel Items\Credential Manager
Click Windows Credentials
. Check if there are credential related to that NAS, delete it.
WiFi and Wired
If you have both w-fi and cable connection, try turn off wi-fi.
As I understand it, you need to map a share on a NAS, you cannot map the NAS itself. So try
net use k: \\omsmds001\nameOfTheSharedFolder
Whether or not your share works with the name (as opposed to the IP address) could depend on various factors, such as
SO my NAS by dlink couldn't be seen wither and Synology help was of no help either. I tried uninstalling my LAN driver, re-installing it, trying every thing on this forum:
http://forum.synology.com/enu/viewtopic.php?f=49&t=60999&p=250609#p250609
Also enabled SNMP under components/enable windows features
What I think finally helped was this:
Go to System in Win 8. This is really easy on the metro screen type system then in settings its right there. (this screen has your Windows Experience rating)
Under Computer name, domain, and work group settings to the right it says change settings. Clink this.
Under Network ID it will have 2 bubble options: This computer is part of a business netowork or part of a home computer. I chose HOME COMPUTER option. Restarted and problem solved. Good luck!
Same problem for me, Win7 machines could see the NAS drive and shares, Win8 64 Pro could not.
If you can connect to the NAS via IP (e.g. \\\192.168.0.4
) try adding an entry to the hosts
file - it worked for me.
C:\Windows\System32\Drivers\etc\hosts
Add a line with the fixed IP address and device name, e.g.
192.168.0.4 NAS
now use file explorer to navigate to \\\NAS
.
The fix is easy:
Find your way to the registry entry HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Services\LanmanWorkstation\Parameters\RequireSecuritySignature
Set the parameter to 0
Microsoft acknowledges this issue and has two workarounds: "System error 2148073478," "extended error," or "Invalid Signature" error on SMB connections in Windows 8 or Windows Server 2012
I had the same problem after recently installing windows 8, and after trying several more or less complicated solutions, what fixed it was the same as davefromcamp's solution (I'm not allowed to upvote yet, but I wanted to share that this worked for me as well, and that it was a really simple solution)!
What made the trick was:
Hope this can help more people with the same problem!
User contributions licensed under CC BY-SA 3.0