Dmesg: [Mon Mar 31 00:33:29 2025] FAT-fs (sde1): utf8 is not a recommended IO charset for FAT filesystems, filesystem will be case sensitive!

Did some research, seems CONFIG_FAT_DEFAULT_IOCHARSET should be set to "ascii" (or "iso8859-1" for Latin-1 ou Europe occidentale?

So, CONFIG_FAT_DEFAULT_IOCHARSET=”ascii″ but I don’t know how / where to set that, and it seems to be something that should be updated to default on a new installation as FAT is, by nature, not case-sensitive?

See here for this happening to someone else on a different distro:

https://www.antixforum.com/forums/topic/utf8-is-not-a-recommended-io-charset-for-fat-filesystems/

Please see the following:

You will need to override the setting with the following mount flag:

" iocharset=

Character set to use for converting between the encoding is used for user visible filename and 16 bit Unicode characters. Long filenames are stored on disk in Unicode format, but Unix for the most part doesn’t know how to deal with Unicode. By default, FAT_DEFAULT_IOCHARSET setting is used.

There is also an option of doing UTF-8 translations with the utf8 option."