Tell me more ×
Stack Overflow is a question and answer site for professional and enthusiast programmers. It's 100% free, no registration required.

I have a networked drive that I've mapped the Z drive to. When I open Cygwin Bash prompt, I can access the mapped drive, but I can not access directories which are "NTFS Junctions Points" on the network host.

jeast836@WINDEV:/cygdrive/z/dev
$ dir
ls: cannot access nuget-packages: Input/output error
ls: cannot access project-builder: Input/output error
ls: cannot access slam: Input/output error
ls: cannot access ToolBox: Input/output error
ls: cannot access ToolBox-Dev: Input/output error
ls: cannot access Trenton: Input/output error
total 52K
drwxr-xr-x 1 jeast836 None  0 Nov  1 06:58 .
drwxr-xr-x 1 jeast836 None  0 Nov  7 18:30 ..
drwxr-xr-x 1 jeast836 None  0 Jul 18 11:39 _postponed
drwxr-xr-x 1 jeast836 None  0 Oct 19 15:39 ConsoleApplication1
-rw-r--r-- 1 jeast836 None 71 Sep  6 15:56 desktop.ini
drwxr-xr-x 1 jeast836 None  0 Sep 17 21:38 Express Site
?????????? ? ?        ?     ?            ? nuget-packages
?????????? ? ?        ?     ?            ? project-builder
?????????? ? ?        ?     ?            ? slam
drwxr-xr-x 1 jeast836 None  0 Oct 13 20:53 Starter Site
drwxr-xr-x 1 jeast836 None  0 Oct 31 18:25 Thycotic.CodeTest
?????????? ? ?        ?     ?            ? ToolBox
?????????? ? ?        ?     ?            ? ToolBox-Dev
?????????? ? ?        ?     ?            ? Trenton
drwxr-xr-x 1 jeast836 None  0 Jun  6 22:25 VSMacros80
drwxr-xr-x 1 jeast836 None  0 Nov  1 12:19 WcfService1
drwxr-xr-x 1 jeast836 None  0 Oct 13 20:48 WebSite1
jeast836@WINDEV:/cygdrive/z/dev
$ cd ToolBox
-bash: cd: ToolBox: Input/output error
jeast836@WINDEV:/cygdrive/z/dev
$

I know that Junction Points show as symlink on a local drive... Is there a way to get cygwin to understand Junction Points on Network drives? How does it know that the folders on the network host are Junction Points? Shouldn't that be abstracted by the SMB protocol?

share|improve this question

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.