Skip to content

Instantly share code, notes, and snippets.

@ljle
Created October 5, 2016 19:15
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 ljle/c946cfd6d9881ad0cb5beff9645d0010 to your computer and use it in GitHub Desktop.
Save ljle/c946cfd6d9881ad0cb5beff9645d0010 to your computer and use it in GitHub Desktop.
Command to link a Windows folder to Linux
sudo mount -t cifs -o username=username //192.168.x.x/folder /home/user/folder
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment