mirror of
https://github.com/minio/minio.git
synced 2025-05-21 09:33:50 -04:00
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",
|
"794c7630": "overlayfs",
|
||||||
"2fc12fc1": "zfs",
|
"2fc12fc1": "zfs",
|
||||||
"ff534d42": "cifs",
|
"ff534d42": "cifs",
|
||||||
|
"53464846": "wslfs",
|
||||||
}
|
}
|
||||||
|
|
||||||
// getFSType returns the filesystem type of the underlying mounted filesystem
|
// getFSType returns the filesystem type of the underlying mounted filesystem
|
||||||
|
Loading…
x
Reference in New Issue
Block a user