mirror of https://github.com/minio/minio.git
fix: add integer code for Windows Subsystem for Linux filesystem (#8010)
This commit is contained in:
parent
c301f5882d
commit
d966d29fed
|
@ -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…
Reference in New Issue