Mounting Samba Share from OSX terminal


/ Published in: Bash
Save to your folder(s)

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


Copy this code and paste it in your HTML
  1. # I usually create a dir inside /Volumes before mounting
  2. mkdir /Volumes/mntpoint
  3. mount_smbfs -W workgroup //user@SERVER/folder /Volumes/mntpoint

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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.