jnr-fuse is a FUSE implementation in java using Java Native Runtime (JNR). Project Goals The main goal of the project is to provide an easy way to create a high-performance filesystem in userspace. About technologies FUSE (Filesystem in Userspace) is an OS mechanism for unix-like OS th...
osxfuseneeds to be installed. brew install --cask osxfuse Windows A library implementing the fuse API needs to be installed and the library path must be set via thejnr-fuse.windows.libpathsystem property. If the system property is not set, jnr-fuse falls back towinfsp, if it is installed...