Skip to content
This repository has been archived by the owner on Nov 27, 2024. It is now read-only.

Latest commit

 

History

History
15 lines (11 loc) · 607 Bytes

Brtfs.md

File metadata and controls

15 lines (11 loc) · 607 Bytes
tags aliases sources
definition

pronounced as better F S, butter F S, b-tree F S, or simply by spelling it out 😆

Modern [[cow]] filesystem for Linux aimed at implementing advanced features while also focusing on fault tolerance, repair and easy administration. Its main features and benefits are:

  • Snapshots which do not make the full copy of files
  • RAID - support for software-based RAID 0, RAID 1, RAID 10, ...
  • Self-healing - checksums for data and metadata, automatic detection of silent data corruptions
  • And many many others