Mounting ISO in Linux
To mount an ISO file in linux so it turns up as a directory structure do the following:
mount -o loop -t iso9660 filename.iso /mnt/iso
Simple as that.
To mount an ISO file in linux so it turns up as a directory structure do the following:
mount -o loop -t iso9660 filename.iso /mnt/iso
Simple as that.