[x86-64] Case Insensitive File System

  • Is there a way to use Case Insensitive File System? I sometime make upper and lower case folders and the files get messed up. I tried formating with casefold but cannot mount it. I get the following error when trying to mount. "EXT4-fs (sda1): Filesystem with casefold feature cannot be mounted without CONFIG_UNICODE"

    Anyway to get this working or enable a Case Insensitive File System?

  • CONFIG_UNICODE is not currently set in any of our kernel configurations. Your options are:

    a) Persuade a maintainer to enable support for something 99.99999% of users don't need

    b) Self-build an LE image with the required kernel module enabled

    c) Format the USB? drive with exFAT which is a case-preserving but case-insensitive filesystem

    d) Learn better file management habits /shrug