Last active
August 29, 2015 14:23
-
-
Save ryanmaclean/c61e87ee939a946aac55 to your computer and use it in GitHub Desktop.
Linux Persistent SMB Mount with Password
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//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