winfsp/tst/memfs-fuse3
2025-05-15 20:33:31 +01:00
..
.gitignore tst: add memfs-fuse3 file system 2019-10-07 14:24:18 -07:00
compat.h update source copyright for 2025 2025-05-15 20:33:31 +01:00
Makefile tst: memfs-fuse3: Makefile: fix build under Cygwin gcc 2020-08-20 16:03:46 -07:00
memfs-fuse3.cpp update source copyright for 2025 2025-05-15 20:33:31 +01:00
memfs-fuse3.sln ARM64: initial port 2021-12-07 14:40:28 +00:00
memfs-fuse3.vcxproj ARM64: initial port 2021-12-07 14:40:28 +00:00
memfs-fuse3.vcxproj.filters tst: add memfs-fuse3 file system 2019-10-07 14:24:18 -07:00
README.md tst: add memfs-fuse3 file system 2019-10-07 14:24:18 -07:00

Memfs-fuse3 is an in-memory FUSE3 file system.

It can be built with the following tools:

  • Using Visual Studio (memfs-fuse3.sln).
  • Using Cygwin GCC and linking directly with the WinFsp DLL (make winfsp-fuse3).
  • Using Cygwin GCC and linking to CYGFUSE3 (make cygfuse3).