Skip to content

halset/sb1fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sb1fs

This is a jnr-fuse based application for exposing hierarchical bank data as a file system using FUSE.

Prerequisites

Linux

Ensure libfuse is installed (package name for RHEL is fuse-libs).

macOS

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.

Windows

Notes: You need windows 10 to run winfsp

  • Download and install winfsp
  • Run the sb1fs application (default mount point is S:\ for windows)

Build project

$ ./mvnw clean install

Create local folder for mounting

$ mkdir tmp

Mount sb1fs

$ java -jar target/sb1fs-0.0.1-SNAPSHOT.jar --mountPath=tmp

Open another terminal and test away!!!

$ ls tmp

About

Terminal first banking - the file system bank!

Resources

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages