Softpedia
 

WINDOWS CATEGORIES:



GLOBAL PAGES >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Bitdefender Total ...
  • Ocster Backup Pro ...
  • Hard Disk Sentinel...
  • FlashFXP [DISCOUNT...
  • DVDFab DVD Copy [D...
  • Kaspersky Internet...
  • Avast! Internet Se...
  • Avira Internet Sec...
  • Webroot SecureAnyw...
  • McAfee Total Prote...
  • Home > Windows > Programming > Components & Libraries
     Report malware

    Dokan 0.6.0

    download button

    Downloads: 12,707  Tell us about an update
    User Rating:
    Rated by:
    Very Good (4.0/5)
    3 user(s)
    Developer:

    License / Price:

    Size / OS:

    Last Updated:

    Category:

    LGPL / $0
    562 KB / Windows XP / 2003 / Vista / XP X64 / 2008 / Vista64 / 7 / 7 x64
    [view history]
    C: \ Programming \ Components & Libraries

     Read user reviews (0)  Send to friend   Follow (0 users)

    Dokan description

    A user mode DLL (dokan.dll) and a kernel mode file system driver (dokan.sys)

    When you want to create a new file system on Windows, for example to improve FAT or NTFS, you need to develope a file system driver. Developing a device driver that works in kernel mode on windows is extremley difficult.

    By using Dokan library, you can create your own file systems very easily without writing device driver. Dokan Library is similar to FUSE (Linux user mode file system) but works on Windows.

    The Dokan library provides a user mode DLL (dokan.dll) and a kernel mode file system driver (dokan.sys). Once Dokan file system driver is installed, you can create file systems which can be seen as normal file systems in Windows. The application that creates file systems using Dokan library is called File system application.

    File operation requests from user programs (e.g., CreateFile, ReadFile, WriteFile,
    ...) will be sent to the Windows I/O subsystem (runs in kernel mode) which will subsequently forward the requests to the Dokan file system driver (dokan.sys). By using functions provided by the Dokan user mode library (dokan.dll), file system applications are able to register callback functions to the file system driver.

    The file system driver will invoke these callback routines in order to response to the requests it received. The results of the callback routines will be sent back to the user program. For example, when Windows Explorer requests to open a directory, the OpenDirectory request will be sent to Dokan file system driver and the driver will invoke the OpenDirectory callback provided by the file system application.

    The results of this routine are sent back to Windows Explorer as the response to the OpenDirectory request. Therefore, the Dokan file system driver acts as a proxy between user programs and file system applications. The advantage of this approach is that it allows programmers to develop file systems in user mode which is safe and easy to debug.

    What's New in This Release: [ read full changelog ]

    · fixed memory leak in DokanCompleteCreate (dokan.sys) when Create was failed
    · fixed memory leak in DokanCOmpleteClose (dokan.sys) when memory allocation was failed
    · fixed file pointer adjustment in Read
    · fixed thread handles leak in DokanMain

     Softpedia guarantees that Dokan 0.6.0 is 100% FREE, which means it does not contain any form of malware, including spyware, viruses, trojans and backdoors. [read more >]


    TAGS:

    file system creator | create file system | user mode library | DLL | library | file system

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM