Skip to content

Instantly share code, notes, and snippets.

@angeldevil
Created March 10, 2013 11:22
Show Gist options
  • Save angeldevil/5128212 to your computer and use it in GitHub Desktop.
Save angeldevil/5128212 to your computer and use it in GitHub Desktop.
Mount Samba share into local directory.
1.Install smbfs
sudo apt-get install smbfs
2.mount
sudo smbmount //serverip/server_user localpath -o uid=local_uid,gid=local_gid,user=server_user,pass=server_pass,iocharset=utf8
3.umount
sudo umount -d localpath
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment