|
|
Log in / Subscribe / Register

Documentation/ references

Documentation/ references

Posted Nov 7, 2016 4:10 UTC (Mon) by JanC_ (guest, #34940)
In reply to: Documentation/ references by Cyberax
Parent article: A report from the documentation maintainer

NTFS is case sensitive.

The NT kernel supports case sensitive file systems.

The Windows subsystems & applications using it have problems with it.


to post comments

Documentation/ references

Posted Nov 7, 2016 4:44 UTC (Mon) by Cyberax (✭ supporter ✭, #52523) [Link] (1 responses)

NTFS stores case mapping in a metafile called "$UpCase". You are free to ignore it and write files named "Foo" and "FOO" but this will break the Windows API.

Documentation/ references

Posted Nov 7, 2016 12:16 UTC (Mon) by mathstuf (subscriber, #69389) [Link]

It is fun to use a Samba share from Linux and create files Windows has problems with and explore that way. Creating a file named CON gets mangled in Explorer to some string X. Create a file named X and Explorer cannot delete the CON file until the other disappears (selecting the right file does not work; deletion is by name). Similar shenanigans happen with mixed cases.


Copyright © 2026, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds