-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Investigate why cygdrives don't show up with listdir #195
Comments
This could be annoying at times because in the (somewhat) popular nnn terminal file manager, the user are expected to navigate through whatever they can see. It's quite common that I randomly moved to the msys2 root and got stuck there, because the entire file-system is invisible from there. |
Someone in chat mentioned
|
Some further digging revealed this to be a 10+ year old confounding observation that rooted in cygwin/cygdrive. I'm trying to go back to the more conservative mount point of /cygdrive/X but so far editing /etc/fstab and restart msys2 UCRT64 shell doesn't seem to work. |
The reason is that the Looking at the code, it strikes me as unplanned to have the There's another tell-tale indicating that Cygwin never considered So I don't think that this is a bug, but it looks like a deliberate design decision on Cygwin's part, and therefore I would expect it to be non-trivial to make the cygdrives show up as part of Of course, it would be always possible to imitate |
Came up in chat:
C
when doingls /
. In cygwin those are visible, underls /cygdrive
at least.The text was updated successfully, but these errors were encountered: