-
Fuse does have a fuse_umount call however it is not exposed in the Java API.
The naive code could be updated, but I am unsure if additional work would be required to change from the existing fuse_main call to use the lower level calls like fuse_mount.
An alternative strategy would be to do a system call to fusermount or umount (depending on your OS and permissions).
2009-08-07 16:54:42 UTC in FUSE-J
-
Do you think that that is a JVM bug?
Is it also worth logging a bug against the JVM?.
2009-07-31 06:47:24 UTC in FUSE-J
-
You shouldn't need to maintain your own offset with fuse, since each call passes the offset to read.
Simply seek to the offset and read buf.capacity() bytes of data.
Note: Theoretically you should use remaining() rather than capacity() however the native creates a new buffer every time so it would only be an issue if the native implementation changed.
Also each read operation should...
2009-07-31 05:59:05 UTC in FUSE-J
-
Is there any way to pass any command line parameters to auto login to a particular server/channel when a shortcut is used to start mumble?.
2009-05-15 04:37:43 UTC in Mumble