- Notifications
You must be signed in to change notification settings - Fork0
🌐 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
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
integrated fuse filesystem mounter.
this is the api, implementation is provided as SPI.
fs | list | upload | download | copy | move | rm | mkdir | cache | watch | library |
---|---|---|---|---|---|---|---|---|---|---|
javafs | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | - | javafs | |
fuse-jna | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | - | fuse-jna | |
jnr-fuse | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | ✅ | - | jnr-fuse |
-Djna.library.path=/usr/local/lib
URIuri =URI.create("googledrive:///?id=you@gmail.com");FileSystemsfs =FileSystems.newFileSystem(uri,Collections.emptyMap());Fuse.getFuse().mount(fs,"/your/mout/point",Collections.emptyMap());
- if the test goes wrong, update macfuse and reboot the mac
https://github.com/cryptomator/fuse-nio-adapter- spotlight
Path#toFile()
UnsupportedOperationException ... mount fs as fuse thentoFile
About
🌐 Fuse mount for all JSR-203 Java filesystem SPIs