iso:mount_iso_image
Differences
This shows you the differences between two versions of the page.
Next revision | Previous revision | ||
iso:mount_iso_image [2017/02/22 10:22] – created peter | iso:mount_iso_image [2019/11/29 18:13] (current) – removed peter | ||
---|---|---|---|
Line 1: | Line 1: | ||
- | ====== ISO - Mount ISO image ====== | ||
- | |||
- | <code bash> | ||
- | mkdir /mnt/data | ||
- | mount -o loop,ro some.iso /mnt/data | ||
- | </ | ||
- | |||
- | where, | ||
- | |||
- | * **ro** = Mount the filesystem read-only. | ||
- | * **loop** = Mount as a loop device. | ||
- | |||
- | |||
- | **NOTE**: | ||
- | |||
- | <code bash> | ||
- | cd /mnt/data | ||
- | ls -l | ||
- | </ | ||
iso/mount_iso_image.1487758944.txt.gz · Last modified: 2020/07/15 09:30 (external edit)