Created
October 17, 2018 06:46
-
-
Save niclaslindstedt/083996c4531d12e85db18e9c89d7adde to your computer and use it in GitHub Desktop.
Cifs on Ubuntu
This file contains hidden or 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
# Install needed packages | |
sudo apt install cifs-utils | |
# Add a mount line to /etc/fstab | |
//<ip>/<share> <mount point> cifs credentials=<credentials file>,uid=<user id>,gid=<group id>,vers=2.0 0 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment