this post was submitted on 06 Sep 2024
609 points (90.3% liked)

linuxmemes

20751 readers
1390 users here now

I use Arch btw


Sister communities:

Community rules

  1. Follow the site-wide rules and code of conduct
  2. Be civil
  3. Post Linux-related content
  4. No recent reposts

Please report posts and comments that break these rules!

founded 1 year ago
MODERATORS
 
you are viewing a single comment's thread
view the rest of the comments
[–] ByteWelder@lemmy.ml 20 points 1 week ago* (last edited 1 week ago) (3 children)

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@lemmy.world 4 points 1 week ago

Its given me issues installing the Fallout 2 Restoration patch.

[–] mrvictory1@lemmy.world 3 points 1 week ago

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

[–] BeardedGingerWonder 2 points 1 week 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.