Mount ISO image in Linux

0> If you are not a root user, attach “sudo” command before all of commands

1> First make directory to mount

mkdir -p /mnt/disk

2>  Mount your image, here “disk1.iso”

mount -o loop disk1.iso /mnt/disk

Easy

Leave a Reply