Skip to content

Instantly share code, notes, and snippets.

@mikerr
Last active December 20, 2015 15:48
Show Gist options
  • Save mikerr/6156463 to your computer and use it in GitHub Desktop.
Save mikerr/6156463 to your computer and use it in GitHub Desktop.
Mount windows share
mkdir /tmp/win
sudo mount -t cifs //192.168.1.23/temp -o username=mike /tmp/win
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment