Linux – Case insensitive partition under Linux

filesystemslinux

Is there a way to format and use a partition under Linux which is case-insensitive?

I know of vfat, but was hoping I could find some alternatives. Any suggestions?

Best Answer

JFS with Option -O:

http://linux.die.net/man/8/mkfs.jfs

CIOPFS (case insensitive on purpose file system):

http://www.brain-dump.org/projects/ciopfs/

Related Question