Created
June 7, 2012 07:23
-
-
Save zires/2887157 to your computer and use it in GitHub Desktop.
mount shared file form windows7 to unix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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