Cygwin: Disable creating case-sensitive folders by default
Inspecting the content of case-sensitive directories on remote machines results in lots of errors like disappearing diretories and files, file not found, etc. This is not feasible as default behaviour Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
This commit is contained in:
@@ -5,6 +5,14 @@ What's new:
|
||||
What changed:
|
||||
-------------
|
||||
|
||||
- Windows 10 1803 or later and WSL installed:
|
||||
|
||||
Starting with 3.0.0, mkdir(2) automatically created directories within
|
||||
the Cygwin installation dir as case sensitive. This badly breaks
|
||||
interoperability with remote machines trying to access these dirs.
|
||||
Therefore, disable this as default. You can still create case-sensitive
|
||||
dirs via `chattr +C ...'
|
||||
|
||||
|
||||
Bug Fixes
|
||||
---------
|
||||
|
Reference in New Issue
Block a user