Skip to content

Instantly share code, notes, and snippets.

@niclaslindstedt
Created October 17, 2018 06:46
Show Gist options
  • Save niclaslindstedt/083996c4531d12e85db18e9c89d7adde to your computer and use it in GitHub Desktop.
Save niclaslindstedt/083996c4531d12e85db18e9c89d7adde to your computer and use it in GitHub Desktop.
Cifs on Ubuntu
# 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