Mac OS X Snow Leopard: How to connect to a windows \\share?

1

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

NullVoxPopuli

Posted 2010-06-28T04:44:53.157

Reputation: 499

Answers

8

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

smb://server/folder

Presto!

(And this question belongs on superuser.com.)

Carl Norum

Posted 2010-06-28T04:44:53.157

Reputation: 2 621

2

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

r00fus

Posted 2010-06-28T04:44:53.157

Reputation: 250

0

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.

Ray Foss

Posted 2010-06-28T04:44:53.157

Reputation: 884

0

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.

nthonygreen

Posted 2010-06-28T04:44:53.157

Reputation: 101