2024-05-27 09:40:10 -06:00
2017-07-26 07:46:45 -06:00
2019-07-06 11:39:29 -06:00
2024-05-27 09:40:10 -06:00
2024-05-27 09:35:10 -06:00
2016-02-24 14:02:37 -07:00
V6
2024-02-15 23:03:38 +00:00

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).

MIT licensed crates.io docs.rs

S
Description
RedBear Operating System, based on RedoxOS. Licenced under MIT license.
https://redbearos.org
Readme MIT 17 GiB
Languages
C 43.9%
C++ 23.5%
Makefile 7.3%
Python 3.7%
JavaScript 3.4%
Other 17.1%