Mounting a shared folder in Cygwin
Here the are steps to mount a shared folder in Cygwin
The trick is to enclose the Windows path name in a single quote.
net use J: '\\MachineName\c$' /USER:username password
Once this is done, you should be able to access the machine like:
/cygdrive/j/SomeFile.txt
Created on: | Feb 5, 2010 |
Last updated on: | Oct 14, 2024 |