Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NIO FileSystem support #91

Closed
sugoidogo opened this issue Jan 28, 2020 · 3 comments
Closed

NIO FileSystem support #91

sugoidogo opened this issue Jan 28, 2020 · 3 comments

Comments

@sugoidogo
Copy link

sugoidogo commented Jan 28, 2020

I was trying to build a filesystem with javafs which is a FUSE Java library that uses Java native FileSystem instead of exposing the FUSE API. I tried using this library because javafs doesn't work on windows, but the API here is too low level for my needs. Any chance of implementing FileSystem in this project? If it's not difficult, some pointers on how to get started on that myself would be appreciated as well. Or if it's easier, adding windows support to javafs

@sugoidogo sugoidogo changed the title Java FileSystem support NIO FileSystem support Jan 28, 2020
@SerCeMan
Copy link
Owner

SerCeMan commented Feb 1, 2020

Hey, @josephsmendoza! I believe it makes sense for jnr-fuse to stay a simple building block which provides java interface on top of fuse.

If it's not difficult, some pointers on how to get started on that myself would be appreciated as well.

I think you could try to copy the corresponding files form jnr-fuse into paralleluniverse/fuse , and try to see what's missing. The chances are, it won't be much.

@overheadhunter
Copy link
Contributor

@josephsmendoza You might want to check out our fuse-nio-adapter, adapts jnr-fuse to Java NIO.

@sugoidogo
Copy link
Author

sugoidogo commented Mar 18, 2020

Closing this issue in response to this message

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants