Dokan User-Mode File System driver. When you want to create a new file system on Windows, other than FAT or NTFS, you need to develop a file system driver. Developing a device driver that works in kernel mode on windows is extremely technical. By using Dokan, you can create your own file systems very easily without writing device drivers. Dokan is similar to FUSE (Linux file system in user space) but works on Windows. This requires Dokan1 to build and run, see https://github.com/dokan-dev/dokany/releases. |