mirror of
https://github.com/RGBCube/uutils-coreutils
synced 2025-07-28 03:27:44 +00:00
Merge pull request #6101 from hanbings/main
add 0xDE flag to support zfs file system.
This commit is contained in:
commit
d9b2fec43d
1 changed files with 1 additions and 0 deletions
|
@ -994,6 +994,7 @@ pub fn pretty_fstype<'a>(fstype: i64) -> Cow<'a, str> {
|
||||||
0x5846_5342 => "xfs".into(),
|
0x5846_5342 => "xfs".into(),
|
||||||
0x012F_D16D => "xia".into(),
|
0x012F_D16D => "xia".into(),
|
||||||
0x2FC1_2FC1 => "zfs".into(),
|
0x2FC1_2FC1 => "zfs".into(),
|
||||||
|
0xDE => "zfs".into(),
|
||||||
other => format!("UNKNOWN ({other:#x})").into(),
|
other => format!("UNKNOWN ({other:#x})").into(),
|
||||||
}
|
}
|
||||||
// spell-checker:enable
|
// spell-checker:enable
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue