/ Published in: Bash
Mount Samba share from osx terminal, might not show up in Finder
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
# I usually create a dir inside /Volumes before mounting mkdir /Volumes/mntpoint mount_smbfs -W workgroup //user@SERVER/folder /Volumes/mntpoint
URL: http://snippets.dzone.com/posts/show/260