-
Notifications
You must be signed in to change notification settings - Fork 670
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
Update Fuse Wrapper API version #182
Comments
@matepek @toksaitov do you now if there is a lot to do for updating it ? |
Hi @Liryna! I'm planning to look after it, but it could take a while. |
Hi @Liryna -- is this update designed to fix the issue where it is not possible to rename files and folders with Dokany v1.0? |
Hi @jetwhiz , Unfortunatly this is not related. The rename issue come from how Linux and Windows handle the mechanisme. See for more informations: https://github.com/dokan-dev/dokany/wiki/FUSE#rename--remove-issue Here @g3gg0 explained how he made it work: #178 (comment) |
I notice that even in the current Dokan-FUSE version, some headers such as fuse-lowlevel.h are missing. |
On a closer look I don't think many people will need fuse-lowlevel.h and it would be difficult to implement because it is very specific to the the Linux kernel FUSE ABI. I am currently porting a FUSE driver using Dokan-FUSE and I will post my findings about what is missing here:
|
Fuse wrapper is using a old API version. This should be updated to the latest fuse API version.
Build info
https://github.com/dokan-dev/dokany/wiki/FUSE#cygwin
Libfuse on github:
https://github.com/libfuse/libfuse
The text was updated successfully, but these errors were encountered: