ciopfs icon indicating copy to clipboard operation
ciopfs copied to clipboard

ciopfs is a fuse file system that mounts a directory on a regular file system in case insensitive fashion.

Results 4 ciopfs issues
Sort by recently updated
recently updated
newest added

I haven't tested it running in multithreaded but so far I can only achieve 110MB/s on a filesystem+storage capable of 7GB/s read and 3GB/s write NVMe.

mixed cases files -> either lower case or uppercase [ internally ]

Here's README.md taken from the @arthurpro repository. Doesn't look like he's made any other changes, and the README is basically taken from your website, as noted in #1. I don't...

Wondering if you'd be willing to port ciopfs to compile with libfuse3. It doesn't appear to be much based on my reading of the [ChangeLog](https://github.com/libfuse/libfuse/blob/master/ChangeLog.rst#libfuse-300-2016-12-08), but it's not something I'm...