File System¶

Glances displays the used and total file system disk space. The unit is adapted dynamically.
Alerts are set for used disk space.
Legend:
Disk usage | Status |
---|---|
<50% |
OK |
>50% |
CAREFUL |
>70% |
WARNING |
>90% |
CRITICAL |
Note
Limit values can be overwritten in the configuration file under
the [filesystem]
section.
By default, the plugin only displays physical devices (hard disks, USB
keys). To allow other file system types, you have to enable them in the
configuration file. For example, if you want to allow the zfs
file
system:
[fs]
allow=zfs
Also, you can hide mount points as well (in the following /boot
):
[fs]
hide=/boot.*