java - Support write operation in FUSE filesystem using FUSE-J -
i working on developing file system filter driver type of functionality in linux. trying explore , use http://sourceforge.net/projects/fuse-j/?source=typ_redirect purpose.
however,fuse-j not support write,it provides read filesystem.has tried implement write call ?
is there other java implementation fuse filesystem built on top of fuse module?
you can implement fuse in java jnr-fuse.
project uses jnr, achieve full jni performance , ease of implementation.
example of hello-world filesystem.
Comments
Post a Comment