cansirin / awesome-fuse-fs

Resources related to FUSE (filesystem in user space).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Awesome FUSE Filesystem

This is a list of resources related to [FUSE] (https://en.wikipedia.org/wiki/Filesystem_in_Userspace), Filesystem in Userspace. (This is different from https://github.com/vinkla/awesome-fuse). This is a Golang heavy list, please help me add other languages to it by opening a PR today!

Table of Contents

Libraries

  • osxfuse - For OSX. Language: C.
  • libfuse - Reference implementation for Linux FUSE. Language: C.
  • Dokan - For Windows; has a FUSE wrapper.
  • jacobsa/fuse - A Go package for implementing a FUSE file system. Language: Golang.
  • bazil/fuse - FUSE library for Go. Language: Golang.
  • go-fuse - FUSE bindings for Go. Language: Golang.
  • ruse-fuse - Rust library for filesystems in userspace (FUSE). Language: Rust.
  • rfusefs - Ruby FUSE filesystem - write filesystems in Ruby (FuseFS API over rfuse). Language: Ruby.
  • fuse4js - FUSE bindings for Javascript and node.js (possibly outdated). Language: Javascript.

Built On

  • gcsfuse - A user-space file system for interacting with Google Cloud Storage. Language: Golang.
  • sshfs - File system based on the SSH File Transfer Protocol; same authors as osxfuse. Language: C.
  • sshfs - A network filesystem client to connect to SSH servers; same authors as libfuse. Language: C.
  • go-ipfs - IPFS implementation in go. Language: Golang.
  • mirrorfs - Go filesystem project using bazil/fuse. Language: Golang.
  • gocryptfs - Encrypted overlay filesystem written in Go. Language: Golang.
  • tahoe-lafs - The Tahoe-LAFS decentralized secure filesystem. Language: Python.
  • btfs - A bittorrent filesystem based on FUSE. Language: C++;
  • google-drive-ocamlfuse - FUSE filesystem over Google Drive. Language: OCaml.
  • mp3fs - FUSE-based transcoding filesystem from FLAC to MP3. Language: C++.
  • encfs - An Encrypted Filesystem for FUSE. Language: C++;
  • GDriveFS - An innovative FUSE wrapper for Google Drive; Language: Python.
  • pachyderm - Containerized Data Analytics. Language: Golang.
  • camlistore - Personal storage system for life: a way of storing, syncing, sharing, modelling and backing up content. Language: Golang.
  • svfs - The Swift Virtual File System. Language: Golang.
  • restic - restic backup program. Language: Golang.
  • unionfs-fuse - union filesystem using fuse. Language: C.

Posts

Misc

License

CC0

About

Resources related to FUSE (filesystem in user space).