Movatterモバイル変換


[0]ホーム

URL:


Jump to content
WikipediaThe Free Encyclopedia
Search

Optical disc image

From Wikipedia, the free encyclopedia
(Redirected fromISO image)
Archive file of an optical disc
This article has multiple issues. Please helpimprove it or discuss these issues on thetalk page.(Learn how and when to remove these messages)
This articleneeds additional citations forverification. Please helpimprove this article byadding citations to reliable sources. Unsourced material may be challenged and removed.
Find sources: "Optical disc image" – news ·newspapers ·books ·scholar ·JSTOR
(August 2011) (Learn how and when to remove this message)
This articlepossibly containsoriginal research. Pleaseimprove it byverifying the claims made and addinginline citations. Statements consisting only of original research should be removed.(November 2020) (Learn how and when to remove this message)
This articleis written like apersonal reflection, personal essay, or argumentative essay that states a Wikipedia editor's personal feelings or presents an original argument about a topic. Pleasehelp improve it by rewriting it in anencyclopedic style.(November 2020) (Learn how and when to remove this message)
(Learn how and when to remove this message)
ISO 9660 image
Filename extensions
.iso, .udf
Internet media type
application/vnd.efi.iso[1]
Uniform Type Identifier (UTI)public.iso-image
Magic numberVolume descriptor:CD001 at 32769.NSR0 at 38913 or 32769 for UDF.[2]
Type of formatDisk image
StandardISO 9660,UDF

Anoptical disc image (orISO image, from theISO 9660 file system used withCD-ROM media) is adisk image that contains everything that would be written to anoptical disc,disk sector by disc sector, including the optical discfile system.[3] ISO images contain the binary image of an optical mediafile system (usuallyISO 9660 and its extensions orUDF), 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 images can be created from optical discs bydisk imaging software, or from a collection offiles byoptical disc authoring software, or from a differentdisk image file by means ofconversion. Software distributed on bootable discs is often available for download in ISO image format; like any other ISO image, it may be written to an optical disc such as CD, DVD and Blu-Ray.

Description

[edit]

Optical-disc images are uncompressed and do not use a particular container format; they are asector-by-sector copy of the data on an optical disc, stored inside a binary file. Other than ISO 9660 media, an ISO image might also contain aUDF (ISO/IEC 13346) file system (commonly used byDVDs andBlu-ray Discs), 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 thefile system that was used on the optical disc from which it was created.

The.isofile 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 MicrosoftDreamSpark; 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.

ISO files store only the user data from each sector on an optical disc, ignoring thecontrol 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.

Any single-trackCD-ROM,DVD orBlu-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-formatfile archiver. Native support for handling ISO images varies from operating system to operating system.

With a suitabledriver software, an ISO can be "mounted" – allowing the operating system to interface with it, just as if the ISO were a physical optical disc. MostUnix-based operating systems, includingLinux andmacOS, have this built-in capability to mount an ISO. Versions of Windows, beginning withWindows 8, also have such a capability.[4] For other operating systems, separately available software drivers can be installed to achieve the same objective.

Multiple-track images

[edit]

A CD can have multipletracks, which can contain computer data, audio, or video.File systems such asISO 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 not 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 thataudio CDs, which are usually composed of multiple tracks, can not 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 onsectors of 2352 bytes different from those that store a file system and it is not stored inside files; it is addressed withtrack numbers,index points and aCD time code that are encoded into thelead-in of each session of the CD-Audio disc.

Video CDs andSuper 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, however an .IMG file can achieve this.

Formats such asCUE/BIN,CCD/IMG andMDS/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 likeWAV orAIFF, optionally reserving the metadata (seeCD 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 toflash 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.[5][6]

Uses

[edit]

.ISO files are commonly used inemulators to replicate aCD image. Emulators such asDolphin andPCSX2 use .iso files to emulateWii andGameCube games, andPlayStation 2 games, respectively.[7][8] They can also be used as virtual CD-ROMs for hypervisors such asVMware Workstation orVirtualBox. Other uses are burning disk images of operating systems to physical install media.

See also

[edit]

References

[edit]
  1. ^Siyuan, Fu (24 January 2017)."application/vnd.efi.iso".IANA. Retrieved18 July 2023.
  2. ^"File Signatures".www.garykessler.net.Archived from the original on 2020-07-03. Retrieved2020-07-01.
  3. ^Fisher, Tim (24 April 2018)."What Is an ISO File?".Lifewire.Archived from the original on 23 June 2018. Retrieved23 June 2018.
  4. ^"Windows 8 Explorer will support native mounting of ISO and VHD".ExtremeTech.Archived from the original on 2012-05-31. Retrieved2012-05-21.
  5. ^"ISO image to USB conversion". ISO to USB burning tool. Archived fromthe original on 15 February 2015. Retrieved15 February 2015.
  6. ^"How to Setup Windows 7 or Windows 8 from USB drive?". PowerISO.Archived from the original on 20 June 2016. Retrieved15 February 2015.
  7. ^"What dump formats are supported by Dolphin?". Dolphin Emulator Project.Archived from the original on 4 March 2017. Retrieved11 March 2021.
  8. ^"So how do I use it? - PCSX2". PCSX2 Team.Archived from the original on 9 March 2021. Retrieved11 March 2021.

External links

[edit]
Optical discs
Hard disks
Floppy disks
CDDA
Convention: Any item in this table that has the form of "A+B" or "A+B+C" indicates a disk format that spans multiple files, where A contains the bulk of the data, and B and C aresidecar files.
Retrieved from "https://en.wikipedia.org/w/index.php?title=Optical_disc_image&oldid=1269748690"
Categories:
Hidden categories:

[8]ページ先頭

©2009-2025 Movatter.jp