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):