From 96825c7eacd353b0fe717caefe9091c93169439e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bengt=20L=C3=BCers?= Date: Sun, 31 Mar 2019 17:57:40 +0200 Subject: [PATCH] Ignore loop back file systems under Ubuntu This hides about a dozen loop back file systems on my Ubuntu 18.04 machine, cleaning up the side bar tremendously. --- conf/glances.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/glances.conf b/conf/glances.conf index 26855ba5..8078c8fe 100644 --- a/conf/glances.conf +++ b/conf/glances.conf @@ -149,7 +149,7 @@ critical=-85 [diskio] # Define the list of hidden disks (comma-separated regexp) #hide=sda2,sda5,loop.* -hide=loop.* +hide=loop.*,/dev/loop* # Alias for sda1 #sda1_alias=IntDisk