diff --git a/src/uucore/src/lib/features/fsext.rs b/src/uucore/src/lib/features/fsext.rs index f10df69a2e..eaa672472b 100644 --- a/src/uucore/src/lib/features/fsext.rs +++ b/src/uucore/src/lib/features/fsext.rs @@ -899,6 +899,7 @@ pub fn pretty_fstype<'a>(fstype: i64) -> Cow<'a, str> { 0x0187 => "autofs".into(), 0x4246_5331 => "befs".into(), 0x6264_6576 => "bdevfs".into(), + 0xCA451A4E => "bcachefs".into(), 0x1BAD_FACE => "bfs".into(), 0xCAFE_4A11 => "bpf_fs".into(), 0x4249_4E4D => "binfmt_misc".into(),