All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

RedoxFS: The Default Filesystem for the Redox Operating System

By

doener

8mo ago· 4 min readenInsight

Summary

RedoxFS is the default filesystem for Redox OS, an operating system built on a microkernel architecture. It is inspired by ZFS but redesigned to fit the microkernel paradigm, as ZFS's monolithic nature created compatibility issues. RedoxFS replaces the earlier TFS filesystem and is MIT-licensed, allowing it to be bundled with GPL-licensed operating systems like Linux. The article describes the design philosophy and technical decisions behind RedoxFS.

Key quotes

· 3 pulled
RedoxFS is the default filesystem of Redox OS, inspired by ZFS and adapted to a microkernel architecture.
Redox had a read-only ZFS driver but it was abandoned because of the monolithic nature of ZFS that created problems with the Redox microkernel design.
Being MIT licensed, RedoxFS can be bundled on GPL-licensed operating systems (Linux, for example).
Snippet from the RSS feed
This book carefully describes the design, implementation, direction, and structure of Redox, the operating system.

You might also wanna read