github/sowbug

Mount an ISO in Linux

As root:

mkdir /mnt/iso
mount -o loop -t iso9660 yourcd.iso /mnt/iso