Skip to content

threefoldtech/mycofs

Folders and files

NameName
Last commit message
Last commit date
Sep 26, 2024
Oct 29, 2024
Sep 26, 2024
Oct 21, 2024
Sep 12, 2024
Oct 29, 2024
Jun 24, 2024
Aug 28, 2024
Sep 12, 2024
Sep 16, 2024
Sep 30, 2024
Oct 1, 2024
Oct 27, 2023
Dec 16, 2024
Aug 28, 2024

Repository files navigation

rfs

This repo contains the binaries related to rfs.

Test

Introduction

rfs is the main tool to create, mount and extract FungiStore lists (FungiList)fl for short. An fl is a simple format to keep information about an entire filesystem in a compact form. It does not hold the data itself but enough information to retrieve this data back from a store.

Build

Make sure you have rust installed then run the following commands:

# this is needed to be run once to make sure the musl target is installed
rustup target add x86_64-unknown-linux-musl

# build all binaries
cargo build --features build-binary --release --target=x86_64-unknown-linux-musl

The rfs binary will be available under ./target/x86_64-unknown-linux-musl/release/rfs

The docker2fl binary will be available under ./target/x86_64-unknown-linux-musl/release/docker2fl

you can copy the binaries then to /usr/bin/ to be able to use from anywhere on your system.

Binaries and libraries

Flist-Server