I'm having a problem accessing a UNC path in Windows Server 2008 using the hosts file.
My hosts file looks like:
10.x.x.x server_1
When trying to access the unc path:
This works:
\\10.x.x.x\data
This doesn't work and says "Windows cannot find \\server_1\data")
\\server_1\data
Does anyone know how to make it resolve the path using a hosts file?
\\server_1example isn't actually a domain name, so it wouldn't go "trough" your hosts file, would it? – Nanne Jun 22 '11 at 6:44