# -+- number -+- category -+- title -+- email -+- name -+- homepage -+- clickOnName -+- language -+- image -+- browser-used -+- security-cookie =0 -+- 2001-07-23:1 -+- UNIX Basics -+- Mounting ISO images (no CD-R required) -+- ajchung@email.com -+- Adrian Chung -+- -+- email -+- English -+- -+- Mozilla/5.0 (compatible; Konqueror/2.0; X11); Supports MD5-Digest; Supports gzip encoding -+- 5542

You've just downloaded a 650MB ISO file, ready for burning to a CD-R. The MD5 hash checks out, but you're still not sure if the image contains what you want. If you're too impatient to wait for the CD-R to burn, you can browse the actual downloaded file via the loopback device. First create a mount point

  bash# mkdir /mnt/iso

Then mount the .iso file:

  bash# mount -t iso9660 -o loop Mandrake80-inst.iso /mnt/iso

Now browse the directory tree mounted on /mnt/iso. This is useful as a space saving measure when you want access to both the directory tree and to the raw .iso image on the same machine.