Redoxfs
Mirror of https://gitlab.redox-os.org/redox-os/redoxfs
Install / Use
/learn @redox-os/RedoxfsREADME
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:
- Compatible with Redox and Linux (FUSE)
- Copy-on-write
- Data/metadata checksums
- Transparent encryption
- Standard Unix file attributes
- File/directory size limit up to 193TiB (212TB)
- File/directory quantity limit up to 4 billion per 193TiB (2^32 - 1 = 4294967295)
- MIT licensed
- Disk encryption fully supported by the Redox bootloader, letting it load the kernel off an encrypted partition.
Being MIT licensed, RedoxFS can be bundled on GPL-licensed operating systems (Linux, for example).
Install RedoxFS
cargo install redoxfs
You can also build RedoxFS from this repository.
Configure your storage device to allow rootless usage
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
Create, mount and customize your RedoxFS partition
See the instructions in the book for RedoxFS tooling usage.
Currently RedoxFS tooling are:
redoxfsmount a RedoxFS diskredoxfs-arwrite files to a RedoxFS diskredoxfs-cloneclone a RedoxFS diskredoxfs-mkfscreate an empty RedoxFS diskredoxfs-resizeresize a RedoxFS disk
Related Skills
himalaya
344.1kCLI to manage emails via IMAP/SMTP. Use `himalaya` to list, read, write, reply, forward, search, and organize emails from the terminal. Supports multiple accounts and message composition with MML (MIME Meta Language).
node-connect
344.1kDiagnose OpenClaw node connection and pairing failures for Android, iOS, and macOS companion apps
frontend-design
96.8kCreate distinctive, production-grade frontend interfaces with high design quality. Use this skill when the user asks to build web components, pages, or applications. Generates creative, polished code that avoids generic AI aesthetics.
coding-agent
344.1kDelegate coding tasks to Codex, Claude Code, or Pi agents via background process
