Home » Questions » Computers [ Ask a new question ]

How can I easily mount a Windows share from my Mac?

How can I easily mount a Windows share from my Mac?

I'm running Tiger.

Asked by: Guest | Views: 341
Total answers/comments: 2
Guest [Entry]

"Two methods are quick and simple.

mount via commandline in Terminal.app:

sudo mount -t smbfs //username@windows.home.example.com/Shared /Volumes/Shared

The /Volumes/Shared directory needs to exist. Change to fit your network.

Use Finder. You're probably familiar with this, but for the readers at home :).

Select Finder (clicking the desktop works)
Command-K will bring up ""Connect to Server"" dialog.
Type in the URI, for the above share: smb://username@windows.home.example.com/Shared, it will automatically mount on /Volumes/Shared.
Click the (+) plus button to add to the favorites list.
Connect.

Also, the ""clock"" button next to the plus will show recently connected fileshares.

Bonus! Not really a method, but something you should do so this doesn't need to be done every time you boot.

Open Account Login Items: System Preferences -> Accounts -> Login Items (or spotlight search for accounts).
Click the (+) plus below the main dialog.
Navigate to the share you just mounted, under 'Shared'.
Click ""Add"".
Uncheck the ""Hide"" box on the main dialog, unless you want that folder to open every time you log in."
Guest [Entry]

"First create a share on the Windows computer, or you may already have administrative shares created per drive.

Open Finder

Open to the Go menu
Select Connect to server...
Type in the path of your windows share.

Example:

smb://computerName/c$

That's it!"