Hacker News new | ask | show | jobs
by kcase 3455 days ago
A better example would be where changing the case actually affects the semantics of the filenames involved: for example, you might have files named "formE" and "ForMe" which you're unpacking from a UNIX repository where the original authors never had to worry about this causing some sort of naming conflict. It's really unfortunate when simply unpacking such a repository to your disk ends up having one of those files overwrite the other.

(My preference is to leave the root partition case-insensitive, since some apps require that, but to keep all my data and source code on a case-sensitive partition.)