From 84ab502b98a3f631454da07969cdd370e8800aaf Mon Sep 17 00:00:00 2001 From: Bill Zissimopoulos Date: Thu, 3 Feb 2022 16:42:19 +0000 Subject: [PATCH] doc: update known file systems --- doc/Known-File-Systems.asciidoc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/Known-File-Systems.asciidoc b/doc/Known-File-Systems.asciidoc index f94d974d..854b429c 100644 --- a/doc/Known-File-Systems.asciidoc +++ b/doc/Known-File-Systems.asciidoc @@ -5,6 +5,7 @@ This document contains a list of known open-source file systems and file system == File Systems - https://github.com/wesley1975/blobfs-win[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. +- https://github.com/cryptomator/cryptomator[Cryptomator] - Multi-platform transparent client-side encryption of your files in the cloud - https://github.com/vgough/encfs[EncFS] - an Encrypted Filesystem for FUSE - https://github.com/lowleveldesign/fsmemfs[fsmemfs] - Memory File System written in F# - https://github.com/ihaveamac/fuse-3ds[fuse-3ds] - FUSE Filesystem Python scripts for Nintendo 3DS files @@ -16,6 +17,7 @@ This document contains a list of known open-source file systems and file system - https://github.com/ncw/rclone[rclone] - rsync for cloud storage - https://github.com/hasse69/rar2fs[rar2fs] - FUSE file system for reading RAR archives - https://github.com/billziss-gh/redditfs[redditfs] - ls -l /r/programming +- https://github.com/s3fs-fuse/s3fs-fuse[s3fs-fuse] - FUSE-based file system backed by Amazon S3 - https://github.com/netheril96/securefs[securefs] - Filesystem in userspace (FUSE) with transparent authenticated encryption - https://github.com/billziss-gh/sshfs-win[sshfs-win] - SSHFS for Windows - https://github.com/printpagestopdf/WordpressDrive[WordpressDrive] - Windows Userspace Filesystem based on WinFsp that presents a Wordpress Site as a Windows Drive @@ -25,8 +27,9 @@ This document contains a list of known open-source file systems and file system == File System Libraries - https://github.com/billziss-gh/cgofuse[Go: cgofuse] - Cross-platform FUSE library for Go -- https://github.com/DuroSoft/fuse-bindings[Nodejs: fuse-bindings] - Fully maintained FUSE bindings for Node that aims to cover the entire FUSE api - https://github.com/SerCeMan/jnr-fuse[Java: jnr-fuse] - FUSE implementation in Java using Java Native Runtime (JNR) +- https://github.com/jnr-winfsp-team/jnr-winfsp[Java: jnr-winfsp] - A Java binding for WinFsp using Java Native Runtime (JNR) +- https://github.com/DuroSoft/fuse-bindings[Nodejs: fuse-bindings] - Fully maintained FUSE bindings for Node that aims to cover the entire FUSE api - https://github.com/billziss-gh/fusepy[Python: fusepy] - Simple ctypes bindings for FUSE - https://github.com/pleiszenburg/refuse[Python: refuse] - Simple cross-plattform ctypes bindings for libfuse / FUSE for macOS / WinFsp - https://github.com/Scille/winfspy[Python: winfspy] - WinFSP binding for Python