In the Linux world, people usually just mount their ISO images by typing as root : $ mkdir /mnt/isotmp$ mount isofile.iso /mnt/isotmp -o loop And once they’re done, unmount the virtual disk : $ umount /mnt/isotmp This can be very annoying. UNISO Here’s another solution. This is a script in Perl that I found somewhere.It Continue reading →