DevenBL / ipfs-mfs-fuse

A FUSE implementation for the IPFS Mutable Filesystem.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

FUSE for the IPFS Mutable Filesystem

This project aims to provide a FUSE implementation for the Mutable File System (MFS) in Kubo with read-write functionality.

Running the project

Clone this repository and, from the project's root directory, run

cargo run <mountpoint>

where mountpoint is the directory to mount the filesystem.

Use cargo run -- -h to see options.

About

A FUSE implementation for the IPFS Mutable Filesystem.

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%