• 1 Post
  • 2 Comments
Joined 8 months ago
cake
Cake day: June 23rd, 2024

help-circle
  • From a technical standpoint, the windows NTFS filesystem is designed inherently case sensitive, just windows doesn’t allow creating case sensitive files.

    Connecting an NTFS drive to linux, you can create two separate files readme.txt and Readme.txt.

    Using windows, you can see both files in the filesystem, but chances are most (if not all) software will struggle accessing both files, opening readme.txt might instead open Readme.txt or vice versa.