From 4f4c1cadec9f4cfb8baa99fcb7abc856ae6febb9 Mon Sep 17 00:00:00 2001 From: Nik Afiq Date: Sun, 25 Jan 2026 01:38:33 +0900 Subject: [PATCH] Update glances configuration to allow multiple filesystem types for better compatibility --- glances.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glances.conf b/glances.conf index 452307a..fa833f1 100644 --- a/glances.conf +++ b/glances.conf @@ -1,3 +1,3 @@ [fs] -allow=mergefs +allow=fuse.mergerfs,fuse,mergefs,mergerfs show=/mnt/storage.* \ No newline at end of file