Skip to content

Commit

Permalink
Merge pull request #6101 from hanbings/main
Browse files Browse the repository at this point in the history
add 0xDE flag to support zfs file system.
  • Loading branch information
sylvestre authored Mar 21, 2024
2 parents 77a6755 + c35c96f commit d9b2fec
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/uucore/src/lib/features/fsext.rs
Original file line number Diff line number Diff line change
Expand Up @@ -994,6 +994,7 @@ pub fn pretty_fstype<'a>(fstype: i64) -> Cow<'a, str> {
0x5846_5342 => "xfs".into(),
0x012F_D16D => "xia".into(),
0x2FC1_2FC1 => "zfs".into(),
0xDE => "zfs".into(),
other => format!("UNKNOWN ({other:#x})").into(),
}
// spell-checker:enable
Expand Down

0 comments on commit d9b2fec

Please sign in to comment.