-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
FUSE on Windows via dokany okay? #2766
Comments
This would be great (I had no idea that something like that existed), it would be best if we done it after separation of FUSE into separate binary. |
@alexpmorris made a a tool targeting Dokan v0.7.4 to mount IPFS but it's not compatible with later versions Perhaps it could be updated for compatibility with v1? |
Wow that's good to see. It's in Pascal or Delphi 7 spacifically. It's actually pretty complex code wise. I hope he can sort it out and determine and then help clarify what's the most current option to connect the dots of the most current versions etc. |
No it does not but there is plan for Unix socket (or in case of Windows probably named pipes) based API that would be RPC oriented with possibility of streaming. See ipfs/notes#129 |
Thanks Kubuxu that is some pretty heavy stuff I admit has me reeling. Always more to learn but the real battle is at these lower levels for sure. |
Found an alternative to dokany that could be worth looking in to. He also create a fuse lib in go that works on windows,linux and osx. |
Someone already wrote something like this https://github.com/richardschneider/net-ipfs-mount I don't know how well it works. |
I've used this before, it seemed to work well with small datastores but not large ones. The problem is that it makes a call to I recorded a demo for a friend at the beginning of the year that shows it in use. |
net-ipfs-mount used Dokany. Winfsp is another fuse implementation. Dokany been quiet slow when i tested in the past but that is quiet some time ago. On the github wiki winfsp has some perf chart that show that winfsp should be faster. |
Ancient issue. |
I wondered if I can use the new 1.0.0-RC3 from
https://github.com/dokan-dev/dokany/releases
to get FUSE working safely with the GO version on Windows?
The text was updated successfully, but these errors were encountered: