• Localhorst86@feddit.org
    link
    fedilink
    arrow-up
    59
    ·
    4 days ago

    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.

    • pixelscript@lemm.ee
      link
      fedilink
      English
      arrow-up
      14
      ·
      4 days ago

      For a few years now, Windows has had the capability of marking certain directories as case-sensitive. So you can have a mixed-case-sensitivity filesystem experience now. Yeah. :/

    • JackbyDev@programming.dev
      link
      fedilink
      English
      arrow-up
      3
      ·
      4 days ago

      You’re correct. I once was trying to rename a file in Windows in a git repository that had a wrong capitalization. It was tricky.