I’ve lost my ability to see my c: drive from cygwin. when I do
$ cd c:or
$ cd /cygdrive/call goes ok. But if I do
$ lsthen it complains
ecerulm@rlm-ecb4fe6cda1 /cygdrive/c $ ls
ls: reading directory .: No such file or directoryI found something at this forum and also here So it seems that I screwed up permission (maybe it related to some automatic windows update). So after checking my username and group are the right on with
$ idI noticed that I can perform
$ cd /cygdrive/c/Documents\ And\ Settingsand see the contents of that directory so I must be some problem with the permission at the root folder c:
So I right-click the c drive and click on Properties. In the security tab added permission to “Read & execute” to Everyone but I didn’t solve the problem so I guess I have to live with this little annoyance.