redoxfs

Crates.ioredoxfs
lib.rsredoxfs
version0.6.3
sourcesrc
created_at2016-02-24 23:05:23.844865
updated_at2024-04-01 19:30:43.274741
descriptionThe Redox Filesystem
homepage
repositoryhttps://gitlab.redox-os.org/redox-os/redoxfs
max_upload_size
id4267
size228,410
Jeremy Soller (jackpot51)

documentation

README

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

Commit count: 0

cargo fmt