This is a jnr-fuse based application for exposing hierarchical bank data as a file system using FUSE.
Ensure libfuse is installed (package name for RHEL is fuse-libs).
Install Homebrew and then:
$ brew cask install osxfuse
The very first time osxfuse is used will macOS in some cases block it and you'll have to manually allow apps from "Benjamin Fleischer" under "Security & Privacy" in "System Preferences" and retry.
N.B. You may not want to run apps like Spotify when attempting to allow osxfuse to run.
Notes: You need windows 10 to run winfsp
- Download and install winfsp
- Run the sb1fs application (default mount point is S:\ for windows)
$ ./mvnw clean install
$ mkdir tmp
$ java -jar target/sb1fs-0.0.1-SNAPSHOT.jar --mountPath=tmp
$ ls tmp