Return to Snippet

Revision: 2886
at May 2, 2007 08:17 by vanne


Initial Code
# I usually create a dir inside /Volumes before mounting
mkdir /Volumes/mntpoint
mount_smbfs -W workgroup //user@SERVER/folder /Volumes/mntpoint

Initial URL
http://snippets.dzone.com/posts/show/260

Initial Description
Mount Samba share from osx terminal, might not show up in Finder

Initial Title
Mounting Samba Share from OSX terminal

Initial Tags
Bash, osx

Initial Language
Bash