Search

Dark theme | Light theme

September 21, 2010

Mount a SMB Share from the Command-Line

After reading http://www.hardcode.nl/archives_172/article_422-mount-smb-share-from-command-line.htm I learned how easy it is to mount a SMB share from a Terminal window:

$ mkdir /Volumes/name
$ mount -t smbfs //userName@serverName/nameOfShare /Volumes/name