Home

Awesome

RedoxFS

This is the default filesystem of Redox OS inspired by ZFS and adapted to a microkernel architecture.

(It's a replacement for TFS)

Current features:

Being MIT licensed, RedoxFS can be bundled on GPL-licensed operating systems (Linux, for example).

How to mount a partition

cargo install redoxfs

You can also build RedoxFS from this repository.

If you are on Linux you need root permission to acess block devices (storage), but it's recommended to run RedoxFS as rootless.

To do that you need to configure your storage device permission to your user with the following command:

sudo setfacl -m u:your-username:rw /path/to/disk
redoxfs /path/to/disk /path/to/mount

MIT licensed crates.io docs.rs