Never been to DZone Snippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world

Mount an SMB / Samba share from the OS X command line (See related posts)

mount_smbfs -W workgroup //user@SERVER/folder ./mntpoint

Comments on this post

andykey posts on Jun 08, 2005 at 17:07
Unmount is more straightforward:
umount ./mntpoint

- not umount_smbfs as might be expected. Note (at least on my PowerBook with MacOSX 10.3.9) that this doesn't remove the shortcut from desktop (?).

You need to create an account or log in to post comments to this site.


Click here to browse all 5140 code snippets

Related Posts