-
Notifications
You must be signed in to change notification settings - Fork 672
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
inquire about fuse mirror stability/performance #542
Comments
Hi @cdarau , Thank you for the report. |
Hi @ebekker, It is related to the FUSE wrapper. The mirror and Dokan library are fast and stable. I am focusing to improve the dokan sys / library / mirror and try to keep the FUSE wrapper working but I am really looking for some helps on the FUSE wrapper because I am lacking time. |
This is not FUSE-specific (so maybe I should post this discussion in another ticket?) but can you indicate how you feel about Dokan's performance? I didn't see if there were any benchmarks tested or published in this repo, so I'm thinking about doing some tests, but wanted to make sure I wasn't already duplicating existing work. What I'm looking to get out of this for myself, is to see if the performance of going through Dokan as a filesystem is comparable to going through the native filesystem direclty or what would the marginal increase in overhead (decrease in throughput) typically amount to? Obviously this is heavily dependent on what the underlying Dokan FS impl is doing, but assuming that is super fast and efficient, how performant is the "Dokan layer". |
Hi @ebekker , Dokan is fast. Doing a benchmark would be really linked to the hardware so I prefer to let people test themselves.
Yes, you are absolutely right ! If for example, your FS is doing some remote request or slow complex/slow mechanism to get the files, this will be the bottleneck for sure and by far. After, like every project, Dokan can be improved. It is an old dead project that we chose to bring back with a friend some years ago and with the community 💘 we were able to do a LOT about features and stability. I hope this answer your question and if you have ideas/contributions to improve dokan this would be 👍 !!! |
Thank you for the insight! I'm thinking about using Dokan to write a FS in Dokan that would ultimately map back to a regular file or set of files on a host's local disk but perform encryption. I know there are some other projects that use Dokan for something along these lines already (e.g. Keybase) but these have typically been for "special-purpose" and light use, for example store a few hundred text files or documents that get used infrequently. My goal is to provide a FS that can support heavy and sustained use, such as the backing store for a database server or application server. I've worked with commercial offerings in this space before and they typically incur a 10%-15% performance penalty over writing to the disk directly to account for the encryption and access-control checks. |
Environment
Check List
Description
The fuse mirror appears to have some stability issues. I followed the wiki documented steps for FUSE and I ended up with a mounted drive. But performing some of the usual filesystem actions on it was barely possible. For example, opening an image file or an audio one. Also, I got errors when trying to copy files from and to the mounted drive.
The text was updated successfully, but these errors were encountered: