[Windows] Using remote filesystems with Cygwin.
When you use remote filesystems (e.g. SMB), you should specify thehostname and sharing name at the front of directory location.The format is "/HostName/ShareName/directory".
For example, If you want to open a file named "hoge.txt" in thesharing name "common" on the computer named "milk", you should specifythe file name "//milk/common/hoge.txt".When you change your current directory, this rule is adopted.
コメント
コメントを投稿