ISO image

This article is about a file format. For ISO in reference to cameras, see film speed. For other uses, see ISO (disambiguation).
ISO image
Filename extension .iso, .img
Internet media type application/x-iso9660-image
Uniform Type Identifier (UTI) public.iso-image
Type of format Disk image
Standard ISO 9660, UDF

An ISO image is an archive file of an optical disc, a type of disk image composed of the data contents from every written sector on an optical disc, including the optical disc file system.[1] ISO image files usually have a file extension of .iso. The name ISO is taken from the ISO 9660 file system used with CD-ROM media, but what is known as an ISO image might also contain a UDF (ISO/IEC 13346) file system (commonly used by DVDs and Blu-ray Discs).

ISO images can be created from optical discs by disk imaging software, or from a collection of files by optical disc authoring software, or from a different disk image file by means of conversion. Software distributed on bootable discs is often available for download in ISO image format. And like any other ISO image, it may be written to an optical disc such as CD or DVD.

Description

There is no standard definition for ISO image files. ISO disc images are uncompressed and do not use a particular container format; they are a sector-by-sector copy of the data on an optical disc, stored inside a binary file. ISO images are expected to contain the binary image of an optical media file system (usually ISO 9660 and its extensions or UDF), including the data in its files in binary format, copied exactly as they were stored on the disc. The data inside the ISO image will be structured according to the file system that was used on the optical disc from which it was created.

ISO files store only the user data from each sector on an optical disc, ignoring the control headers and error correction data, and are therefore slightly smaller than a raw disc image of optical media. Since the size of the user data portion of a sector (logical sector) in data optical discs is 2,048 bytes, the size of an ISO image will be a multiple of 2,048.

The .iso file extension is the one most commonly used for this type of disc images. The .img extension can also be found on some ISO image files, such as in some images from Microsoft DreamSpark; however, IMG files, which also use the .img extension, tend to have slightly different contents. The .udf file extension is sometimes used to indicate that the file system inside the ISO image is actually UDF and not ISO 9660.

Any single-track CD-ROM, DVD or Blu-ray disc can be archived in ISO format as a true digital copy of the original. Unlike a physical optical disc, an image can be transferred over any data link or removable storage medium. An ISO image can be opened with almost every multi-format file archiver. Native support for handling ISO images varies from operating system to operating system.

Hybrid disc formats include the ability to be read by different devices, operating systems, or hardware. In the past, one example of this use was for a disc that supported both Microsoft Windows and Macintosh installations from a single disk image (by containing several file systems).

An ISO can be "mounted" with suitable driver software, i.e. treated by the operating system as if it were a physical optical disc. Most Unix-based operating systems, including Linux and Mac OS X, have built-in capability to mount an ISO. Windows 8 also has such capability.[2] For other operating systems software drivers can be installed to achieve the same objective.

Since there is no standard defining the ISO disc image file format, the term "ISO image" is sometimes used in a broader sense to refer to any disc image file of an optical disc, independent of the format it uses.

Limitations

A CD can have multiple tracks, which can contain computer data, audio, or video. File systems such as ISO 9660 are stored inside one of these tracks. Since ISO images are expected to contain a binary copy of the file system and its contents, there is no concept of a "track" inside an ISO image, since a track is a container for the contents of an ISO image. This means that CDs with multiple tracks can't be stored inside a single ISO image; at most, an ISO image will contain the data inside one of those multiple tracks, and only if it is stored inside a standard file system.

This also means that audio CDs, which are usually composed of multiple tracks, can't be stored inside an ISO image. Furthermore, not even a single track of an audio CD can be stored as an ISO image, since audio tracks do not contain a file system inside them, but only a continuous stream of encoded audio data. This audio is stored on sectors of 2352 bytes different than those that store a file system and it is not stored inside files; it is addressed with track numbers, index points and a CD time code that are encoded into the lead-in of each session of the CD-Audio disc.

Video CDs and Super Video CDs require at least two tracks on a CD, so it is also not possible to store an image of one of these discs inside an ISO image file.

Formats such as CUE/BIN, CCD/IMG and MDS/MDF formats can be used to store multi-track disc images, including audio CDs. These formats store a raw disc image of the complete disc, including information from all tracks, along with a companion file describing the multiple tracks and the characteristics of each of those tracks. This would allow an optical media burning tool to have all the information required to correctly burn the image on a new disc. For audio CDs, one can also transfer the audio data into uncompressed audio files like WAV or AIFF, optionally reserving the metadata (see CD ripping).

Most software that is capable of writing from ISO images to hard disks or recordable media (CD / DVD / BD) is generally not able to write from ISO disk images to flash drives. This limitation is more related to the availability of software tools able to perform this task, than to problems in the format itself. However, since 2011, various software has existed to write raw image files to USB flash drives.[3][4]

See also

References

  1. Fisher, Tim. "ISO File". About.com Tech. Retrieved 13 February 2015. Definition: An ISO file, often called an ISO image, is in fact an "image" of an entire CD or DVD. The entire contents of a disc can be represented in a single ISO file.
  2. "Windows 8 Explorer will support native mounting of ISO and VHD". ExtremeTech. Retrieved 2012-05-21.
  3. "ISO image to USB conversion". ISO to USB burning tool. Retrieved 15 February 2015.
  4. "How to Setup Windows 7 or Windows 8 from USB drive?". PowerISO. Retrieved 15 February 2015.

External links

This article is issued from Wikipedia - version of the 11/30/2016. The text is available under the Creative Commons Attribution/Share Alike but additional terms may apply for the media files.