Mac OS X 10.5 (Leopard) SMB Fix

Apple Hints HOWTOs UNIX

I ran into an issue earlier today where I could not connect to a SMB share after my upgrade to Mac OS X 10.5. After some research, I found a thread in Apple’s Discussions.

Basically…you need to not use “Connect to Server…” – you need to mount/unmount the SMB share via the command line.

Basic Mount/Unmount Process

  1. Create a directory (folder) where you want the mounted share to appear. I created a folder called “SMB” on my Desktop
  2. Type in the following command: mount_smbfs //useyourusername@localhost/remote_share /Users/useyourusername/Desktop/SMB in the terminal
  3. You will be prompted for your password, type it in
  4. You now have access to the files on the remote server in the folder you created – enjoy!
  5. Once you are done, unmount the server by typing in the command: umount /Users/useyourusername/Desktop/SMB

Hopefully Apple will fix this issue ASAP, but until they do, you now have a way to connect to servers via SMB.

2 thoughts on “Mac OS X 10.5 (Leopard) SMB Fix”

  1. JB

    Use this and you don’t need to fill i your password. Better for scripts.

    mount_smbfs //useyourusername:UseYourPassword@localhost/remote_share /Users/useyourusername/Desktop/SMB

Leave a Reply

Your email address will not be published.
*
*

This site uses Akismet to reduce spam. Learn how your comment data is processed.

Apple Serenity Now!

mail.app Version 3.1

I have been using Leopard (Mac OS X 10.5) for multiple weeks now, and I am absolutely fed up with Mail.app (others are as well). I rely heavily on email for all aspects of my business, and I finally had to resort to using webmail today so I would not waste any more time troubleshooting […]

TV

Full TV Episodes on Your Computer, Take Two

A few weeks ago, I wrote about how you can legally watch almost all network shows on their web site. I wanted to follow up with some comments and afterthoughts. First, I feel it is necessary to say something about each network’s video player. (ABC, CBS, NBC) Best Online Video Experience Rating ABC. By far, […]