How do I connect from Snow Leopard to a \\server\folder location on a windows server?

link|improve this question

feedback

migrated from stackoverflow.com Jun 28 '10 at 11:46

This question came from our site for professional and enthusiast programmers.

4 Answers

up vote 8 down vote accepted

Command-K (or the "Connect to Server..." menu item) in finder. Then type:

smb://server/folder

Presto!

(And this question belongs on superuser.com.)

link|improve this answer
feedback

Don't forget to enable SMB sharing in the sharing settings. That is, if you intend to go both ways.

If you are serious about working in a dinamic mixed environment, try a third party solution such as http://www.koingosw.com/products/swiftshare.php

I wish it would all just work.

link|improve this answer
feedback

If you want to do this from the command line, you can do:

open smb://server/share

or

open cifs://server/share  

You can access this by then navigating to /Volumes

cd /Volumes/share
link|improve this answer
feedback

I need to do this quite often, and i use a great piece of freeware called WinShortcutter: http://www.lobotomo.com/products/WinShortcutter/index.html

The best thing about this is that you can select the UNC path (eg \\server\folder) and open directly with a keyboard shortcut. You can also rightclick a network folder and copy a path to the clipboard (useful for sending to Windows colleagues).

Finally, you can set up mappings so that when someone sends you a path to S:\folder\, it will open the correct folder on the server.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.