mirror of
https://github.com/winfsp/winfsp.git
synced 2025-11-28 06:20:22 +08:00
| .. | ||
| .gitignore | ||
| Makefile | ||
| passthrough-fuse3.c | ||
| passthrough-fuse3.sln | ||
| passthrough-fuse3.vcxproj | ||
| passthrough-fuse3.vcxproj.filters | ||
| README.md | ||
| winposix.c | ||
| winposix.h | ||
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).