summaryrefslogtreecommitdiffstats
path: root/docs/aoa/fs.rst
diff options
context:
space:
mode:
Diffstat (limited to 'docs/aoa/fs.rst')
-rw-r--r--docs/aoa/fs.rst9
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/aoa/fs.rst b/docs/aoa/fs.rst
index 923c97f3..38c56097 100644
--- a/docs/aoa/fs.rst
+++ b/docs/aoa/fs.rst
@@ -37,10 +37,17 @@ system:
Also, you can hide mount points as well (in the following ``/boot``):
+
+.. code-block:: ini
+
+[fs]
+hide=/boot.*
+Filtering can also be done on device name (Glances 3.1.4 or higher):
+
.. code-block:: ini
[fs]
- hide=/boot.*
+ hide=/dev/sdb2
RAID
----