-
Notifications
You must be signed in to change notification settings - Fork 88
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
MemoryFS example is inaccessible on Windows #92
Comments
Hey, @josephsmendoza! What do you mean by "I mostly get". Is the result different from time to time? |
if I keep trying, I can open the drive to see an empty root folder, but any further operations give the same result, including further attempts at opening the drive. Success seems to be random. |
I had the same issue when running with the latest WinFsp 2021 from https://github.com/billziss-gh/winfsp/releases/tag/v1.9 Debugging the MemoryFS example showed that the paths being passed to the Java methods were invalid, containing various mysterious characters from what appeared to be wrong memory offsets. I uninstalled WinFsp and reinstalled an older 2019.2 version which works: https://github.com/billziss-gh/winfsp/releases/tag/v1.4.19049 Somewhere in the range between those WinFsp releases a change broke compatibility between the two projects. Hope this is helpful for other people that are looking to get started in Windows. |
jnr-fuse 0.5.7 |
build.gradle
:I have
winfsp 1.5.20002
fromChocolatey v0.10.15
run with
gradle run
, I mostly get "J:/ is unavailible" when trying to open from Explorer.The text was updated successfully, but these errors were encountered: