Skip to content

Instantly share code, notes, and snippets.

@hiun
Created July 17, 2014 11:48
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save hiun/40658038bcba438b8c34 to your computer and use it in GitHub Desktop.
Save hiun/40658038bcba438b8c34 to your computer and use it in GitHub Desktop.
CIFS mount command - Mount windows share folder in ubuntu
sudo mount -t cifs //192.168.137.1/shared ~/shared -o username=hiun
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment