| Crates.io | redoxfs |
| lib.rs | redoxfs |
| version | 0.9.0 |
| created_at | 2016-02-24 23:05:23.844865+00 |
| updated_at | 2026-01-22 17:38:00.066298+00 |
| description | The Redox Filesystem |
| homepage | |
| repository | https://gitlab.redox-os.org/redox-os/redoxfs |
| max_upload_size | |
| id | 4267 |
| size | 414,865 |
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
See the instructions in the book for RedoxFS tooling usage.
Currently RedoxFS tooling are:
redoxfs mount a RedoxFS diskredoxfs-ar write files to a RedoxFS diskredoxfs-clone clone a RedoxFS diskredoxfs-mkfs create an empty RedoxFS diskredoxfs-resize resize a RedoxFS disk