Filesystems and case-insensitivity
Filesystems and case-insensitivity
Posted Nov 29, 2018 12:21 UTC (Thu) by Sesse (subscriber, #53779)Parent article: Filesystems and case-insensitivity
The only way I know of to deal with these kinds of issues is to specify a collation when creating the filesystem. Windows does (and many other things) this based on installation language, which causes all kinds of funky issues on large installations where you could have multiple users with different languages.
Posted Nov 29, 2018 14:23 UTC (Thu)
by willy (subscriber, #9762)
[Link] (2 responses)
Posted Nov 29, 2018 14:26 UTC (Thu)
by Sesse (subscriber, #53779)
[Link] (1 responses)
Posted Nov 30, 2018 17:55 UTC (Fri)
by k8to (guest, #15413)
[Link]
This leads to a problem where a user or process in one locale should get different results from the kernel than another. This traditionally was viewed as a rathole and I've seen many situations where osx behaves in bizarre ways due to this sort of thing.
The proposal here seems to be to push the rules into the filesystem or directory, which effectively means having locale behavior independent of the user / process, which means we will get a fun matrix of file name locale vs user locale. I'm not a fan.
Filesystems and case-insensitivity
Filesystems and case-insensitivity
Filesystems and case-insensitivity