• @[email protected]
    link
    fedilink
    20
    edit-2
    12 days ago

    The main problem with case-insensitive is that software sometimes is lazily developed: If a file is named “File.txt” and a program opens “file.txt”, then on a case-insensitive file system it will work fine. If you then format your drive to case-sensitive, the same software now fails to load the file. Source: tried case-sensitive filesystem on macOS some years ago.

    • @nul9o9
      link
      412 days ago

      Its given me issues installing the Fallout 2 Restoration patch.

    • @mrvictory1
      link
      312 days ago

      Had this issue with Full Tilt! installer on Wine, fortunately the fix was easy

    • @[email protected]
      link
      fedilink
      English
      211 days ago

      Vscode does not handle this well the one time I accidentally created 2 files with different cases. On one level it recognises them both as separate files, but other time thinks they’re the same.