Skip to content

Latest commit

 

History

History
50 lines (33 loc) · 2.06 KB

readme.md

File metadata and controls

50 lines (33 loc) · 2.06 KB

Release Java CI CodeQL Java

vavi-nio-file-fuse

integrated fuse filesystem mounter.

this is the api, implementation is provided as SPI.

Providers

fs list upload download copy move rm mkdir cache watch library
javafs - javafs
fuse-jna - fuse-jna
jnr-fuse - jnr-fuse

Install

maven

jdk argument

  • -Djna.library.path=/usr/local/lib

Usage

    URI uri = URI.create("googledrive:///[email protected]");
    FileSystems fs = FileSystems.newFileSystem(uri, Collections.emptyMap());

    Fuse.getFuse().mount(fs, "/your/mout/point", Collections.emptyMap());

Workaround

  • if the test goes wrong, update macfuse and reboot the mac

TODO