-
Notifications
You must be signed in to change notification settings - Fork 57
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
Window's build can't bind some files (big one) #231
Comments
Wow, that's a pretty huge DwarFS image! :) By "bind" I assume you mean "mount", i.e. you're trying to use the WinFSP/FUSE driver to mount the image? Unfortunately I'm not an expert when it comes to Windows. But there's a few things you can try to see if we can narrow down this problem.
|
Hello there And I made a bind with dwarfs. Have added debug level trace into my command, and yeah this is an last log, seem something went wrong?
|
That looks normal, despite the However, this seems to be a hint that this could be an issue in WinFSP rather than DwarFS. For me, a log typically looks like this:
So very much like your log, but with the line In between the the last two lines of my log, I believe only WinFSP code is running. Did you try running Also, which version of WinFSP are you using? |
Hello, I just finished checking with dwarfsck, it took a while:
The binding work absolutely fine on Ubuntu as well, I did binding, compare original with dwarfs one by Beyond Compare, exactly the same. The WinFSP I installed were 2.00.23075, latest on their site I think. Will try again on newly installed Windows machine and report back. |
I've made a dwarfs file with specs as follow, once it bind on Windows, dwarfs ran for few seconds then exit without any information (even with -v), the dwarfs checked was fine on Windows and bind successfully on Ubuntu. System have 96GB RAM available and won't occupied during binding.
Same issue with version 0.9.10 and 0.10
The text was updated successfully, but these errors were encountered: