Skip to main content
2 of 2
edited tags
Kusalananda
  • 356.2k
  • 42
  • 737
  • 1.1k

Can I mount a case-insensitive tmpfs/ramfs?

I would like to utilize the performance of tmpfs/ramfs for some file operations, but the programs/processes that use these files assume a case-insensitive file system. I cannot find any documentation for tmpfs/ramfs options that would allow case-insensitivity (which I completely expect).

Are there other methods for achieving similar results? [How] can I get a case-insensitive tmpfs/ramfs?

(Note: Looking for answers for RHEL/CentOS 7, but could easily switch to another distro if it has a good solution.)