-
Notifications
You must be signed in to change notification settings - Fork 513
Known File Systems
This document contains a list of known open-source file systems and file system libraries that run on WinFsp. Please contact the WinFsp project to have your file system solution added to this list.
-
blobfs-win - The native porting of the blobfs on the windows platform, blobfs can help you mount the Azure Blob storage as the local disk driver, no matter it is a Linux system or a Windows system.
-
Cryptomator - Multi-platform transparent client-side encryption of your files in the cloud
-
EncFS - an Encrypted Filesystem for FUSE
-
fsmemfs - Memory File System written in F#
-
fuse-3ds - FUSE Filesystem Python scripts for Nintendo 3DS files
-
golddrive - Windows ssh network drive
-
hubfs - File system for GitHub
-
JuiceFS - a distributed POSIX file system built on top of Redis and S3
-
KS2.Drive - Mount a webDAV/AOS server as a local drive
-
nfs-win - NFS for Windows
-
objfs - Object Storage File System
-
rclone - rsync for cloud storage
-
rar2fs - FUSE file system for reading RAR archives
-
redditfs - ls -l /r/programming
-
s3fs-fuse - FUSE-based file system backed by Amazon S3
-
securefs - Filesystem in userspace (FUSE) with transparent authenticated encryption
-
sshfs-win - SSHFS for Windows
-
WordpressDrive - Windows Userspace Filesystem based on WinFsp that presents a Wordpress Site as a Windows Drive
-
xbox-winfsp - Adds native support to Windows for the FATX, STFS & GDFX (aka XGD/XDVDFS) Xbox filesystems.
-
YodaDrive - Mount a Yoda drive as a local drive
-
Go: cgofuse - Cross-platform FUSE library for Go
-
Java: jnr-fuse - FUSE implementation in Java using Java Native Runtime (JNR)
-
Java: jnr-winfsp - A Java binding for WinFsp using Java Native Runtime (JNR)
-
Python: fusepy - Simple ctypes bindings for FUSE
-
Python: refuse - Simple cross-plattform ctypes bindings for libfuse / FUSE for macOS / WinFsp
-
Python: winfspy - WinFSP binding for Python
-
Rust: winfsp-rs - WinFSP binding for Rust