= cimirrorfs = I had a need for a case insensitive filesystem in linux. I did not want to sacrifice reliability by using something like fat32, and samba seemed like overkill with a handful of drawbacks. I ended up tearing apart a neat [http://fuse.sourceforge.net/ FUSE] filesystem that does character set conversions ([http://fuse-convmvfs.sourceforge.net/ convmvfs]) and turning it into a fuse filesystem that tolerates case differences. I make no claims of robustness or performance, just that it met my needs and might be a useful starting point for someone with a similar problem.