Skip to content

Instantly share code, notes, and snippets.

@ryanmaclean
Last active August 29, 2015 14:23
Show Gist options
  • Save ryanmaclean/c61e87ee939a946aac55 to your computer and use it in GitHub Desktop.
Save ryanmaclean/c61e87ee939a946aac55 to your computer and use it in GitHub Desktop.
Linux Persistent SMB Mount with Password
//server-name/share-name /media/local-location cifs defaults,uid=1000,gid=1000,credentials=/root/.smbcredentials,iocharset=utf8 0 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment