Dokan Library

From Wikipedia, the free encyclopedia
Jump to navigation Jump to search
Dokan Library
DeveloperDokan-dev
Stable release
2.3.1.1000 / September 28, 2025; 6 months ago (2025-09-28)[1]
Repositorygithub.com/dokan-dev/dokany/
Written inC, C++, C#, PowerShell, JavaScript
Engine
    Lua error in Module:EditAtWikidata at line 29: attempt to index field 'wikibase' (a nil value).
    Operating systemMicrosoft Windows
    PlatformIA-32, x64, Cygwin, MinGW
    TypeVirtual file system, Fuse
    LicenseLGPL and MIT
    Websitedokan-dev.github.io

    Dokan (Japanese: ドカン [土管?], "earthen pipe") is a software interface for Microsoft Windows that lets programmers create virtual file systems without writing a kernel-level driver. This is achieved by running file system code in user space while the Dokan kernel driver translates the request for Windows Kernel. It offers compatibility with the FUSE file system by using a wrapper that can be built with Cygwin and MinGW.

    Dokan is free software released under the terms of the LGPL and MIT License.

    History

    [edit | edit source]

    The Dokan project was originally created and maintained by Hiroki Asakawa from 2007 to 2011, up to version 0.6.0. It was hosted on Google Code.[2] Asakawa was supported by a 2006 grant from the Japanese Information-technology Promotion Agency (ja) on a related subject.[3]

    Forks

    [edit | edit source]

    DokanX

    [edit | edit source]

    From around 2013, it was maintained by the community on a fork called DokanX.[4]

    Dokany

    [edit | edit source]

    As the development of DokanX slowed in 2014, the French company ISLOG took over with its own fork called Dokany, actively maintained by Adrien Jund (aka "Liryna Stark") and formerly used to be co-maintained by Maxime Chamley. The drivers are now code signed by this company.[5]

    End-user uses

    [edit | edit source]

    Dokan may be installed by end-user installed applications such as Drill Disk.[6]

    How to access iPhone

    [edit | edit source]

    iPhone users may be able to access their iPhone via Dokan on Windows in a similar way that FUSE can for Unix-like operating systems.[7]

    Developer uses

    [edit | edit source]

    Dokan is particularly useful for writing to a Virtual File System without requiring Windows Kernel knowledge. It gives one the ability to mount a virtual hard drive that contains whatever the developer wants to show, making it an alternative to the professionally developed CBFS Connect library. It can be absolutely virtual using memory like a ramdisk or show remote data like FTP, SSH, Samba, and databases as local storage that can be listed, read, written, and deleted.

    Dokan is written in C. It provides bindings in .NET, Java, Ruby, Delphi, and Rust.

    Example uses

    [edit | edit source]

    References

    [edit | edit source]
    1. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    2. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    3. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    4. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    5. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    6. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    7. ^ Lua error in Module:Citation/CS1/Configuration at line 2172: attempt to index field '?' (a nil value).
    [edit | edit source]