Skip to content

Instantly share code, notes, and snippets.

@zires
Created June 7, 2012 07:23
Show Gist options
  • Select an option

  • Save zires/2887157 to your computer and use it in GitHub Desktop.

Select an option

Save zires/2887157 to your computer and use it in GitHub Desktop.
mount shared file form windows7 to unix
sudo mount -t cifs //Win7/shared -o username=User,password=Password /mnt/shared
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment