Account Links: Cart | Your Account | Logout

Skip to content

Red Hat Knowledgebase

Red Hat Knowledgebase Search:

Updated Within the Last:

New Solutions within the last day New Solutions within the last week New Solutions within the last month

Browse by topics:


Click to View a Topic
Red Hat Enterprise Linux > AS/ES/WS Basics > Issue <<  323 of 894 >>

Solution Tools:


Email a Solution Postcard Printer version Submit a comment on this answer Update notifications Request an answer Back

Article Reference

Article ID: 4633
Last update: 12-28-04
Issue:
How do I view the contents of a .iso file?
Resolution:

ISO files are whole disk images. They are a single image file that are used for burning to CD-ROM. Red Hat provides Update releases of Red Hat Enterprise Linux as ISO files. The Updates of Red Hat Enterprise Linux can be downloaded from Red Hat Network (RHN).

For example, if you have downloaded a file from RHN it will look similar to rhel-3-U3-i386-as-disc1.iso. To view the contents of a .iso file you need to mount the file as a loopback device. To do this use the following command:

mount -o loop /path/to/rhel-3-U3-i386-as-disc1.iso /mount/point
Now you can browse to /mount/point to view the contents of the rhel-3-U3-i386-as-disc1.iso file.

An example of where this can be useful could be when setting up an installation server. Download the required .iso files from RHN mount them as loopback, copy all the files to a central repository, and perform an NFS installation.

For further information on loopback devices and how to download .iso files from RHN please see additional articles in the Knowledgebase.


How well did this entry answer your question?


good wrong incomplete out of date
Red Hat Enterprise Linux > AS/ES/WS Basics > Issue <<   323  of  894  >>