Version 1 (modified by 17 years ago) ( diff ) | ,
---|
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 FUSE filesystem that does character set conversions (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.
Attachments (1)
- cimirrorfs-0.1.tar.gz (15.7 KB ) - added by 17 years ago.
Download all attachments as: .zip
Note:
See TracWiki
for help on using the wiki.