Crates.io | redoxfs |
lib.rs | redoxfs |
version | 0.7.0 |
created_at | 2016-02-24 23:05:23.844865+00 |
updated_at | 2025-07-02 19:42:11.028119+00 |
description | The Redox Filesystem |
homepage | |
repository | https://gitlab.redox-os.org/redox-os/redoxfs |
max_upload_size | |
id | 4267 |
size | 349,327 |
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).
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