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

linuxmemes

20753 readers
1315 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.

[–] BeardedGingerWonder@feddit.uk 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.

load more comments (2 replies)