Linux – Mount an iso image

This one is easy.

mount -o loop -t iso9660 variable.iso /mnt/isomount/

thats it !!

Enjoy

Leave a Reply

You must be logged in to post a comment.