fix: add integer code for Windows Subsystem for Linux filesystem (#8010)

master
maihde 5 years ago committed by Harshavardhana
parent c301f5882d
commit d966d29fed
  1. 1
      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

Loading…
Cancel
Save