winfsp/tst/passthrough-fuse3
2025-05-15 20:33:31 +01:00
..
.gitignore .gitignore: add .vs rule 2019-04-18 17:45:11 -07:00
Makefile tst: passthrough-fuse3 2018-07-20 14:48:25 -07:00
passthrough-fuse3.c update source copyright for 2025 2025-05-15 20:33:31 +01:00
passthrough-fuse3.sln ARM64: initial port 2021-12-07 14:40:28 +00:00
passthrough-fuse3.vcxproj ARM64: initial port 2021-12-07 14:40:28 +00:00
passthrough-fuse3.vcxproj.filters tst: passthrough-fuse3 2018-07-20 14:48:25 -07:00
README.md tst: passthrough-fuse3 2018-07-20 14:48:25 -07:00
winposix.c update source copyright for 2025 2025-05-15 20:33:31 +01:00
winposix.h update source copyright for 2025 2025-05-15 20:33:31 +01:00

Passthrough-fuse3 is a simple FUSE3 file system that passes all file system operations to an underlying file system.

It can be built with the following tools:

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