update mount

This commit is contained in:
JMARyA 2024-07-08 10:43:20 +02:00
parent 0692fb56ba
commit 0fd3f98330
Signed by: jmarya
GPG key ID: 901B2ADDF27C2263

View file

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