mirror of
https://github.com/minio/minio.git
synced 2024-12-25 22:55:54 -05:00
Fix wrong TMPFS listing in donut filesystem map
This commit is contained in:
parent
792e6c2d3a
commit
ba2d3dea74
@ -44,7 +44,7 @@ func (d disk) formatBytes(i int64) (result string) {
|
||||
|
||||
// fsType2StrinMap - list of filesystems supported by donut
|
||||
var fsType2StringMap = map[string]string{
|
||||
"01021994": "TMPFS",
|
||||
"1021994": "TMPFS",
|
||||
"137d": "EXT",
|
||||
"4244": "HFS",
|
||||
"4d44": "MSDOS",
|
||||
|
Loading…
Reference in New Issue
Block a user