From d072ef92f7da2aa9076a1362869dabd64bf6aba7 Mon Sep 17 00:00:00 2001 From: Janos SUTO Date: Fri, 2 Jan 2026 06:05:10 +0100 Subject: [PATCH] Use df -a to show all mount points Signed-off-by: Janos SUTO --- webui/model/health/health.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webui/model/health/health.php b/webui/model/health/health.php index 89ee182f..29196467 100644 --- a/webui/model/health/health.php +++ b/webui/model/health/health.php @@ -218,7 +218,7 @@ public function diskinfo() { $shortinfo = array(); $a = array(); - $s = exec("df", $output); + $s = exec("df -a", $output); $partitions = Registry::get('partitions_to_monitor');