Changes between Initial Version and Version 1 of Projects/cimirrorfs
- Timestamp:
- Oct 23, 2007, 11:14:23 PM (17 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Projects/cimirrorfs
v1 v1 1 = cimirrorfs = 2 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. 3 4 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. 5 6 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.