Coder Social home page Coder Social logo

adlerosn / cicpoffs Goto Github PK

View Code? Open in Web Editor NEW
19.0 3.0 5.0 49 KB

Case-Insensitive Case-Preserving Overlay FUSE File System - play games with broken mods on linux that rely on Windows's case insensitivity

License: GNU General Public License v2.0

Makefile 0.97% C++ 94.49% Shell 4.54%
fuse-filesystem case-insensitive case-preserving

cicpoffs's Introduction

Case-Insensitive Case-Preserving Overlay FUSE File System

cicpoffs

This is a case-insensitive overlay FUSE file system, like CIOPFS.

The difference is that:

  • This one preserves the original case.
  • This one doesn’t have the limitation that “All filenames in the data directory which aren’t all lower case are ignored.”
  • This one has been very poorly ported to work with modern (3.0+) versions of FUSE.

Motivations

  • Run Stardew Valley (linux) with some mods (that are cross-platform in theory, but relies on Windows' case-insensitive file system).
  • Run TESV:Skyrim (linux) with some mods (that are cross-platform in theory, but may have issues deriving from Windows' case-insensitive file system and there's no enforceable convention in modding).

Pre-built packages

Check the releases tab.

Preserve inode number

Add -o use_ino argument to the commandline otherwise each case combination that points to the same file will get different inodes.

License

GPLv2

cicpoffs's People

Contributors

adlerosn avatar bgazotti avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

cicpoffs's Issues

Preserve inodes?

I'm not sure whether this is possible, but, I'm missing that inodes are different for the same file, but accessed with different case. Is it possible to make them equal?

This program is very useful, so thanks for sharing it. It is just not perfect due to that because I have some programs where it doesn't work because those programs check for inodes to know whether the filesystem is case sensitive or not, and it ends up identifying cicpoffs mounts as case-sensitive due to that.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.