Dokan favicon

Dokan

When you want to create a new file system on Windows, for example to improve FAT or NTFS, you need to develop a file system driver. Developing a device driver that works in kernel mode on windows is extremely 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.

OSXFUSE

OSXFUSE

FUSE for OS X allows you to extend OS X's native file handling capabilities via third-party file systems. OSXFUSE is a success ...