Dokan

user mode file system for windows    >>Japanese version

Dokan library 0.1.7 released

November 19th, 2007 in Dokan by Hiroki

Dokan library 0.1.7 is now released.

Dokan library is a usermode filesystem library for Windows (FUSE for Windows). You can write your original Windows filesystem in userspace.

Changes from 0.1.6
- Fixed dead lock problem when mounting two drives
- Added timeout in kernel mode driver

Dokan SSHFS 0.1.4 released

November 8th, 2007 in .NET, Dokan, SSHFS by Hiroki

Today I release Dokan SSHFS 0.1.4.

Dokan SSHFS is a program that mounts remote file system as a local drive. You can upload a file using Explorer and edit a file directoly. Dokan SSHFS works on Windows XP and Windows Vista. This program needs Dokan Library installed.

Changes from 0.1.3
- Change SetFileSize function

Dokan site opened

November 4th, 2007 in Dokan by Hiroki

Dokan library is a user mode file system library for Windows. Dokan Library is similar to FUSE(Linux user mode file system) but works on Windows. You can create your own file systems very easily.

Let’s create a new file system using Dokan library.