iso:mount_iso_image
This is an old revision of the document!
ISO - Mount ISO image
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: A loop device is a pseudo-device that makes a file accessible as a block device.
cd /mnt/data ls -l
iso/mount_iso_image.1487758944.txt.gz ยท Last modified: 2020/07/15 09:30 (external edit)