Skip to content

Instantly share code, notes, and snippets.

@bryaneaton
Created October 23, 2018 18:19
Show Gist options
  • Save bryaneaton/045f27bdb8539d93c91153bd94b2d16e to your computer and use it in GitHub Desktop.
Save bryaneaton/045f27bdb8539d93c91153bd94b2d16e to your computer and use it in GitHub Desktop.
Mounting a windows share on linux
# Mounting a windows share on linux
sudo mount -t cifs //$SERVER/folder $HOME/folder -o username=$USER,domain=$DOMAIN,uid=$USER,vers=2.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment