dokany
dokany copied to clipboard
User mode file system library for windows with FUSE Wrapper
# Environment - Windows version: Win2K8R2 - Processor architecture: amd64 - Dokany version: 40719844 (build 1.0.1.781) - Library type (Dokany/FUSE): Cygwin FUSE # Check List - [ x ] I...
Short file name is not supported on Dokan today. This should be done [here](https://github.com/dokan-dev/dokany/blob/7c53ac77393e1430ad228b2e514f1f4a5d7fd247/dokan/directory.c#L138) and [here](https://github.com/dokan-dev/dokany/blob/7c53ac77393e1430ad228b2e514f1f4a5d7fd247/dokan/directory.c#L172). Then user-mode callback structure should be extended to allow user-mode file system to define...
I know about reproducible bug which is with us for long time, I remember I noticed this behavior in times of Dokan 0.6 Is specifically related do cmd.exe. 1) Create...
# Environment * Windows version: 10 * Processor architecture: x64 * Dokany version: 1.0.2 * Library type (Dokany/FUSE): FUSE # Check List - [x] I checked my issue [doesn't exist...
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
Today, the documentation is scattered in many places | Place | Dokany | Dokan-dotnet | | --- | --- | --- | | Doxygen | [Dokany](https://dokan-dev.github.io/dokany-doc/html/index.html) | [dokan-dotnet](https://dokan-dev.github.io/dokan-dotnet-doc/html/index.html) | |...
I am sorry that I do not have any concrete suggestions here. I think this is a good issue for a downstream user of Dokan without any kernel skills to...
From the discussion in #210. The user-mode driver dokan.dll caches directory searches because the OS can request partial results from the same directory search multiple times. This caching should be...
From https://github.com/dokan-dev/dokan-rust/pull/5#issuecomment-1243029619 , we should have `DokanGetMountPointList` return a non `NULL` value for empty result to diff whether the function failed or not.
# Environment * Windows version: Win10 * Processor architecture: x64, 2 threads * Dokany version: 2.1.0 * Library type (Dokany/FUSE): FUSE # Check List - [X] I checked my issue...