Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

🌐 Fuse mount for all JSR-203 Java filesystem SPIs

NotificationsYou must be signed in to change notification settings

umjammer/vavi-nio-file-fuse

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ReleaseJava CICodeQLJava

vavi-nio-file-fuse

integrated fuse filesystem mounter.

this is the api, implementation is provided as SPI.

Providers

fslistuploaddownloadcopymovermmkdircachewatchlibrary
javafs-javafs
fuse-jna-fuse-jna
jnr-fuse-jnr-fuse

Install

maven

jdk argument

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

Usage

URIuri =URI.create("googledrive:///?id=you@gmail.com");FileSystemsfs =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


[8]ページ先頭

©2009-2025 Movatter.jp