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

unmount does not work for non-admin #73

Open
gshenai1 opened this issue Mar 7, 2019 · 4 comments
Open

unmount does not work for non-admin #73

gshenai1 opened this issue Mar 7, 2019 · 4 comments

Comments

@gshenai1
Copy link

gshenai1 commented Mar 7, 2019

Hi,

I have been struggling to get the unmount to work in non-admin mode. Apparently Dokan supports it (based on their documentation) but I am not having any success unmounting in non-admin mode with fuse-bindings. I am on Windows10.

when I try to unmount, I get the an Error (with message as Error) and the unmount does not go through.

Any suggestions/help would help me a lot

@sam0x17
Copy link
Contributor

sam0x17 commented Mar 7, 2019

it is quite possible Dokan added support for this after fuse-bindings was last updated, as @mafintosh does not actively check this anymore. Your best bet is going to be to manually update fuse-bindings yourself in a fork, unfortunately

@piranna
Copy link
Contributor

piranna commented Mar 7, 2019

There was a previous effort to update it to fuse 3, I think the fork was called fuse3-bindings, but I'm not sure what's its actual state.

@sam0x17
Copy link
Contributor

sam0x17 commented Mar 7, 2019

also a word of advice, WinFSP is a bit fancier and better than Dokan in general, so you might have better luck integrating with that like I did for a while with my fuse-bindings fork (no longer works and no longer maintained): https://github.com/DuroSoft/fuse-bindings

@gshenai1
Copy link
Author

gshenai1 commented Mar 8, 2019

thanks for your comments @sam0x17 @piranna. I was using fuse-bindings since I felt it would support both Linux and Windows without much change, whereas WinFSP is limited to windows.

There seems to be difference in mount options between Dokan and FUSE (as documented in Linux Man pages). Would you know, on windows if the Dokan options are respected by fuse-bindings?

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