diff --git a/hw-probe.pl b/hw-probe.pl index 35b60a4..fd55957 100644 --- a/hw-probe.pl +++ b/hw-probe.pl @@ -10689,7 +10689,7 @@ () next; } - if($Line=~/ (ext[234]|btrfs|xfs) / and index($Line, "/")==-1) { + if($Line=~/ (ext[234]|btrfs|xfs|bcachefs) / and index($Line, "/")==-1) { $Sys{"Dual_boot"} = 1; } } @@ -10861,7 +10861,7 @@ () if(not $Sys{"Filesystem"}) { - my @Filesystems = ("btrfs", "jfs", "reiserfs", "xfs", "zfs", "aufs", "ext[234]", "overlay", "hammer2", "ufs", "ffs"); + my @Filesystems = ("btrfs", "jfs", "reiserfs", "xfs", "zfs", "aufs", "ext[234]", "overlay", "hammer2", "ufs", "ffs", "bcachefs"); LOOP: foreach my $Log ($Df, $Lsblk, $Findmnt) {