diff --git a/pkg/disk/type_linux.go b/pkg/disk/type_linux.go index a2c6483cd..2c4e0b48d 100644 --- a/pkg/disk/type_linux.go +++ b/pkg/disk/type_linux.go @@ -37,6 +37,7 @@ var fsType2StringMap = map[string]string{ "794c7630": "overlayfs", "2fc12fc1": "zfs", "ff534d42": "cifs", + "53464846": "wslfs", } // getFSType returns the filesystem type of the underlying mounted filesystem