dokany icon indicating copy to clipboard operation
dokany copied to clipboard

User mode file system library for windows with FUSE Wrapper

Results 105 dokany issues
Sort by recently updated
recently updated
newest added

Msys2 fuse library pkg-config and pacman package to be consumed by makepkg

**The work on this PR continues in the [Corillian-asyncio](https://github.com/dokan-dev/dokany/tree/Corillian-asyncio)-branch in this repository and will eventually become Dokan 2.0.** This PR was a tremendous amount of work and more or less...

Dokan 2.x.x

The kernel has multiple Fcb readonly locks just to copy the FileName to the request sent to the user filesystem in userland. This is unnecessary as the FileName is only...

Driver
Library

Adds log redirection options. ### Checklist - [x] My code follows the style guidelines of this project - [x] I have performed a self-review of my own code - [...

The current threading model used by Dokan is a major performance bottleneck in any user-mode driver that can make asynchronous IO calls - for example a driver that provides access...

Enhancement
Driver
Library
Dokan 2.x.x

Feature request can skip this form. Bug report **must** complete it. `Check List` must be 100% match or it will be automatically closed without further discussion. Please remove this line....

I have just started to explore the Dokan project so please excuse me if this suggestion has been made before. It would be greatl if the DOKAN_OPERATIONS structure was extended...

Question

Feature request can skip this form. Bug report **must** complete it. `Check List` must be 100% match or it will be automatically closed without further discussion. Please remove this line....

# Environment * Windows version: 10 (Version 10.0.19042.1165) * Processor architecture: x64 * Dokany version: 1.5.0.3173 * Library type (Dokany/FUSE): Dokany # Check List - [x] I checked my issue...

`/u` option require admin rights for now. It would be nice to be able to unmount current user volumes `DOKAN_OPTION_CURRENT_SESSION`. There is currently no possibility to check volume owners and...

Enhancement
Contribution needed