diff --git a/Services/System/SystemStatService.qml b/Services/System/SystemStatService.qml index 24ce5e5f..d892f97c 100644 --- a/Services/System/SystemStatService.qml +++ b/Services/System/SystemStatService.qml @@ -92,9 +92,10 @@ Singleton { // -------------------------------------------- // Process to fetch disk usage in percent // Uses 'df' aka 'disk free' + // "-x efivarfs' skips efivarfs mountpoints, for which the `statfs` syscall may cause system-wide stuttering Process { id: dfProcess - command: ["df", "--output=target,pcent"] + command: ["df", "--output=target,pcent", "-x", "efivarfs"] running: false stdout: StdioCollector { onStreamFinished: {