How can I open Windows network links on Mac OS X?
Under the finder menu, choose 'Go' -> 'Connect to Server'.
In the box that appears you need to type the path to the SMB server share.
SMB stands for Server Message Block, which windows understands.
The path would look like this...
smb://ServerName/SharedFolder
I have done this on OSX Tiger and Lion.
There are many tutorials available, such as this one on lifehacker
I've used WinShortcutter in the past - seems to work OK. This will allow you to open Windows style UNC paths (\\servername\path\to\directory) when they appear in emails, etc.
Also, if you connect to the local domain, you can configure UNC paths to work in Mac OS X.
You can connect to the domain by going to System Preferences>Users & Groups>Login Options and click the Join button next to Network Account Server. Type in the name of the domain and press enter.
You can then click the Open Directory Utility button and select the Active Directory option and click the pencil button to edit. Verify that you are bound to the domain and click the Show Advanced Options button. Make sure that the Use UNC path from Active Directory to derive network home location is checked and select SMB as the network protocol to be used.
Hope this helps.
Run vim, paste your Windows link, then run the following commands
:%s/\\/\//g
:%s/ /%20/g
The first command will turn all \
(backslashes) into /
(forward slashes) into.
The second will turn all spaces into the "%20" string needed for a Mac command.
Paste this jumble into Apple + K (Connect to Server) using the SMB feature.
As far as I can tell from reading the documentation this setting for UNC paths in Directory Utility only works for using a UNC path from Active Directory to mount your network home directory. It doesn't provide general UNC support. :-(
Try putting "file:" before the address. It helped me with hyperlinks while working in side applications. They featured hyperlinks, but when I was giving them local computer address to a file on Mac it automatically would launch web browser showing the page cannot be viewed. With "file:" in the beginning of the address link it opens the file with the designated software, not even showing it in Finder.
You can get access only with IP like . you need to check IP of window and run that ip on your browser you will get that system from mac..