Skip to content

Instantly share code, notes, and snippets.

@miyakawataku
Created May 30, 2012 05:16
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 miyakawataku/2833908 to your computer and use it in GitHub Desktop.
Save miyakawataku/2833908 to your computer and use it in GitHub Desktop.
Mount an windows shared directory on /mnt/winhome
sudo /sbin/mount.cifs //192.168.51.1/Taku /mnt/winhome/ -o username=<UserName>,codepage=utf8,iocharset=utf8,uid=taku,gid=taku
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment