uutils / coreutils

Cross-platform Rust rewrite of the GNU coreutils
https://uutils.github.io/
MIT License
17.61k stars 1.27k forks source link

src/uucore/src/lib/features/fsext.rs: Add magic for bcachefs #6438

Closed phedders closed 4 months ago

phedders commented 4 months ago

Enables stat to recogise a BcacheFS filesystem - for example:

$ ./target/debug/stat -f / File: "/" ID: 64b40636928f3ee7 Namelen: 512 Type: bcachefs Block size: 512 Fundamental block size: 512 Blocks: Total: 2044464374 Free: 295830135 Available: 291278902 Inodes: Total: 2375400624 Free: 2366641080

phedders commented 4 months ago

There were some build failures - but they are not relevant to the patch submitted and seem to be due to the state of HEAD AFAICT.

cakebaker commented 4 months ago

Thanks for your PR :)

phedders commented 4 months ago

Thankyou for the speedy merge