Tag: ISO image

About

An ISO image (.iso) is a disk image of an ISO 9660 file system. ISO 9660 is an international standard originally devised for storing data on CD-ROM. More loosely, it refers to any optical disc image, even a UDF image.

As is typical for disc images, in addition to the data files that are contained in the ISO image, it also contains all the filesystem metadata, including boot code, structures, and attributes. All of this information is contained in a single file. These properties make it an attractive alternative to physical media for the distribution of software that requires this additional information as it is simple to retrieve over the Internet.

Some of the common uses include the distribution of operating systems, such as Linux or BSD systems, and LiveCDs.

Most CD/DVD authoring utilities can deal with ISO images: Producing them either by copying the data from existing media or generating new ones from existing files, or using them to create a copy on physical media. Most operating systems (including Mac OS, Mac OS X, BSD, Linux, and Windows with Microsoft Virtual CD-ROM panel) allow these images to be mounted as if they were physical discs, making them somewhat useful as a universal archive format.

Console emulators, such as ePSXe, and many other emulators that read from CD/DVD, are able to run ISO/BIN (and other similar formats) instead of running directly from the CD drive. Better performance is achieved by running an ISO since there is no waiting for the drive to be ready and the hard drive I/O speed is many times faster than the CD/DVD drive.

From en.wikipedia.org/wiki/ISO_image

 

CDs and DVDs don't have the eternal life, so you might want to back them up as ISO images. All the files and properties of the original disc, stored in a single file. You can also create ISO images and store them on your network for easy distribution of software installations. Here's how to create and mount ISO images on Linux.