Clone this repo:
  1. f407121 misc: don't allow udisks to automount bcachefs filesystems with no prompt by Darrick J. Wong · 1 year, 3 months ago master origin/master_2023-12-04
  2. f27b135 Update bcachefs sources to 71a5b27e017d bcachefs: Make backpointer fsck wb flush check more rigorous by Kent Overstreet · 1 year, 3 months ago
  3. 3bd4653 Update bcachefs sources to 676dd269f0f8 mean and variance: Promote to lib/math by Kent Overstreet · 1 year, 3 months ago
  4. 46d5160 Update bcachefs sources to eb83f1f842bb mean and variance: Promote to lib/math by Kent Overstreet · 1 year, 3 months ago
  5. 314ce7d add a fallback __DECLARE_FLEX_ARRAY by Kent Overstreet · 1 year, 3 months ago

bcachefs-tools

Userspace tools and docs for bcachefs

Bcachefs is an advanced new filesystem for Linux, with an emphasis on reliability and robustness and the complete set of features one would expect from a modern filesystem.

This repo primarily consists of the following:

  • bcachefs tool, the reason this repo exists.
  • {mkfs,mount,fsck}.bcachefs utils, which is just wrappers calling the corresponding subcommands in the main tool
  • docs in the form of man-pages and a user manual

Please refer to the main site for getting started An in-depth user manual is (also) found on the official website

Build and install

Refer to INSTALL.md

Bug reports and contributions