From 1f1a174542f89b996473ae78a915d2542df67a78 Mon Sep 17 00:00:00 2001 From: Deluan Date: Tue, 2 Dec 2025 17:00:13 -0500 Subject: [PATCH] fix(insights): add Parallels Shared Folders filesystem type to fsTypeMap Signed-off-by: Deluan --- core/metrics/insights_linux.go | 1 + 1 file changed, 1 insertion(+) diff --git a/core/metrics/insights_linux.go b/core/metrics/insights_linux.go index f972140c4..f37c945c1 100644 --- a/core/metrics/insights_linux.go +++ b/core/metrics/insights_linux.go @@ -75,6 +75,7 @@ var fsTypeMap = map[int64]string{ 0xca451a4e: "virtiofs", 0x58465342: "xfs", 0x2FC12FC1: "zfs", + 0x7c7c6673: "prlfs", // Parallels Shared Folders // Signed/unsigned conversion issues (negative hex values converted to uint32) -0x6edc97c2: "btrfs", // 0x9123683e