From 0fd3f98330751232df2e364e235e1b1c34e6a3f7 Mon Sep 17 00:00:00 2001 From: JMARyA Date: Mon, 8 Jul 2024 10:43:20 +0200 Subject: [PATCH] update mount --- technology/linux/Mount.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/technology/linux/Mount.md b/technology/linux/Mount.md index d475b69..72eb093 100644 --- a/technology/linux/Mount.md +++ b/technology/linux/Mount.md @@ -16,6 +16,9 @@ mount --bind /var/www /mnt/www # Loop Device mount -o loop /path/to/file.iso /mnt/iso + +# List mounts +mount -l ``` The source of the filesystem can be specified in other ways too (depending on the filesystem):