/ Published in: Bash
URL: http://snippets.dzone.com/posts/show/260
Mount Samba share from osx terminal, might not show up in Finder
Expand |
Embed | Plain Text
# I usually create a dir inside /Volumes before mounting mkdir /Volumes/mntpoint mount_smbfs -W workgroup //user@SERVER/folder /Volumes/mntpoint
You need to login to post a comment.
