- disk image software



disk image

This Day in History

Today's Birthday

Quotation of the Day

Optical disc authoring
  • Optical disc
  • Optical disc image
  • Recorder hardware
  • Authoring software
  • Recording technologies
    • Recording modes
    • Packet writing
Optical media types
  • Laserdisc
  • Compact Disc/CD-ROM: CD-R, CD-RW
  • Digital Versatile Disc: DVD-R, DVD+R, DVD+R DL,
    DVD-RW, DVD+RW, DVD-RAM
  • Blu-ray Disc: BD-R, BD-RE
  • HD DVD: HD DVD-R
Standards
  • Rainbow Books
  • File systems
    • ISO 9660
      • Joliet
      • Rock Ridge
        • Amiga extensions to Rock Ridge
      • El Torito
      • Apple ISO9660 Extensions
    • Universal Disk Format
      • Mount Rainier

A disk image is a computer file containing the complete contents and structure of a data storage medium or device. The term has been generalized to cover any such file, whether taken from an actual physical storage device or not.

One of the most popular and commonly encountered types of disk images is a CD/DVD image. In simple terms, a CD/DVD-image is an exact digital replica of a CD/DVD, whereby all of the data is stored in one file to completely preserve the data structure and integrity of the CD/DVD. CD/DVD images are essential for retaining copy-protection data and multi-track data/audio.

Images of CD-ROMs are usually .ISO files, referring to the ISO 9660 file system commonly used on such disks. The .ISO format is the most common format for software disk images, but does not support multi-track data or audio CDs, a disadvantage.

Macintosh computers are able to create and mount disk images in the .DMG format.

Other common disk image formats include: .BIN/.CUE, .IMG, .NRG[1], .MDF/.MDS[2], .DAA used by PowerISO[3], and .CCD/.IMG/.SUB[4].

Contents

  • 1 Usage
    • 1.1 Data Storage
    • 1.2 Software Distribution
    • 1.3 Virtual Disks
  • 2 Formats
    • 2.1 .ISO
    • 2.2 .BIN/.CUE
    • 2.3 .IMG
    • 2.4 Apple Disk Image
  • 3 See also
  • 4 Reference

Usage

Creating a CD/DVD-image is actually very easy and not as complicated as one might think, all that is required is an appropriate CD/DVD-imaging program and enough disk space to save the image onto. Some common disk-imaging programs are Alcohol 120%, CDRWin, CloneCD/DVD and Nero Burning ROM for Windows, Disk Utility and Roxio Toast for Macintosh, K3B and x-CD roast for Linux.

For audio CDs, known as multi-track CDs (data or audio on the first track, data or audio on any subsequent tracks), a CD image is required, as CD audio cannot be copied directly via the standard Windows, Macintosh or Linux interfaces. This is because CD-audio is physically stored in the dips and pits on the surface of the disc, much like the grooves on a vinyl record.

Data Storage

An ordinary backup program only backs up the files it can access; boot information and files locked by the operating system (such as those in use at the time of the backup) may not be saved. A full disk image contains all these, faithfully replicating all data. For this reason, it is commonly used for backing up disks with operating systems, or bootable CDs and DVDs.

As most operating systems allow disk images to be mounted as if they were physical discs, formats such as .ISO may be used as a universal archive format.

Software Distribution

A common use of disk images is for distribution of large programs or software systems over the internet. Installation disks and LiveCDs for operating systems such as Linux or BSD systems are typically available as .ISO images. Installation floppy disks or CD-ROMs are stored as disk image files, transferred over the internet, and burned or copied onto actual disks by end users.

Disk images, most often .ISO or .BIN/.CUE files, are also popular for peer-to-peer file sharing of software.

Virtual Disks

Another common use is to provide virtual disk drive space to be used by emulators (e.g. QEMU) and virtual machines. This can prevent the CD from getting damaged. It can also reduce bulk when one wishes to carry the contents of the CD along with oneself: one can store disk images to a relatively lightweight and bootable storage device which has a higher storage capacity than that of a CD (i.e. a USB keydrive).

Emulation also provides a performance boost, as hard disks transfer data at exponentially higher rates than optical disk drives. Console emulators, such as ePSXe, and many other emulators that read from CD/DVD, are able to read ISO/BIN (and other similar formats) instead of running directly from the CD drive, obtaining better performance.

As most operating systems allow these images to be mounted as if they were physical discs, formats such as .ISO may be used as a universal archive format.

Formats

An image is saved as a file, which for a full CD or system disk may be quite large (600 MB to several GB). This file can be saved onto a hard drive, CD, DVD or other media, for later use.

Images of CD-ROMs most often carry the filename extension .ISO, referring to the ISO 9660 file system commonly used on such disks. The .ISO format is the most common format for Linux distributions and other disk images distributed over the internet, but it is not a multi-track image format and thus cannot be used for Audio CDs. Other common CD image formats are .NRG (Nero Burning ROM's proprietary format), .BIN/.CUE, .MDF/.MDS (Alcohol 120%'s proprietary format) and .CCD/.IMG/.SUB (CloneCD's proprietary format). All of these support multi-track CDs.

Disk images can either be compressed using some type of compression algorithm like LZW, or uncompressed ("raw").

.ISO

Main article: ISO image

A .ISO file is a disk image of an ISO 9660 file system. The term ISO image is also used informally to refer to any optical disk image, even if the disk uses another file system, such as UDF. The format is used by most CD/DVD authoring utilities. .ISO files may be created from existing physical media or from files and folders on a computer. .ISO images can be mounted in "virtual drives" which emulate physical hardware, or burned to CDs or DVDs.

.ISO files are often used to distribute large programs or software systems over the internet. Operating systems such as Linux or BSD systems installation disks and LiveCDs are typically available as .ISO images. The format is also popular for peer-to-peer file sharing of pirated commercial software.

On Mac OS X, ISO images often have the .cdr extension.

.BIN/.CUE

The .BIN/.CUE image file format, developed by Jeff Arnold for the CDRWin program,citation needed] consists of two files which contain binary data and metadata, respectively. The filenames typically match (e.g. image.bin and image.cue).

The .BIN file contains an exact copy of all data stored on an optical disk in raw, unprocessed form. For this reason, some programs use the .RAW suffix for these files. The file contains all data stored on the original disk - not only its files and folders, but also system-specific information such as boot loaders, volume attributes, error correction codes and other metadata on the disk itself. Of the 2352 bytes in each CD sector, only 2048 contain user data; the additional 304 bytes per sector primarily contain error correction information. Other formats, such as .ISO, do not store all this (mostly redundant) information, resulting in a smaller file. The .BIN format is useful for exotic disks, such as those containing multiple tracks or mixed track types (Audio+Data or Data+Audio), and for non-PC CDs (e.g. PSX, VCD, Mac).

The .CUE file is a "cue sheet" that describes the data stored in the .BIN file. The .CUE file is a plain text file. A typical .CUE file is as follows:

FILE "IMAGE.BIN" BINARY
  TRACK 01 MODE1/2352
  INDEX 01 00:00:00

The file would be saved as IMAGE.CUE to match the file name prefix of IMAGE.BIN.

.IMG

.IMG is the filename extension usually used for the disk image of floppy disks, and sometimes, hard disks. A .IMG file contains a raw dump of the content of a disk. First popularized by the DOS-based programs HD-Copy (for hard drives) and DiskDupe (for floppy disks) and now utilized by WinRaWrite, the .IMG format is a handy way to archive a floppy disk completely, including bootable ones.

The img extension was also used by the Macintosh application ShrinkWrap by Aladdin Systems (now Allume Systems), for Mac OS 9 and older.

Some newer software, like WinImage, supports a zipped version of the format, which uses the .IMZ extension.

Apple Disk Image

Main article: .dmg

For Macintosh computers, disk images have been available as a feature of the operating system since before System 7. Mounting a compatible disk image is achieved by double-clicking (opening) the image file. The archived volume is then available as a normal disk volume, indistinguishable at first glance from a physical volume. Modern Apple Disk Images for Mac OS X typically end in .DMG. Using NetBoot, client computers can start up over a network from a server-based disk image that contains system software. The default handler for disk images in Mac OS X is DiskImageMounter. Images may be created with Disk Utility in Mac OS X and with Disk Copy in older versions of the Mac OS.

See also

  • Archive formats
  • Bootloader
  • Disk cloning
  • ISO image
  • Loop device
  • ROM image
  • Mini Image

Reference

  • http://forums.afterdawn.com/thread_view.cfm/19244
Forms of pirated movie releases
Cam | Telesync (TS) | Telecine (TC) | Workprint (WP) | Screener (SCR) | DVD-Rip | DVDR Image | HDTV-Rip
Search Term: "Disk_image"

disk image news and disk image articles

Here's our top rated disk image links for the day:

Photocopiers with disk drives may hang onto sensitive data 

KGET 17 Bakersfield - Mar 13 3:56 PM
Experts are warning that it's not just lost laptops and hackers that are to blame for identity theft. Photocopiers apparently pose a threat, too.
Save

Photocopiers with disk drives may hang onto sensitive data 
KESQ - Mar 13 2:20 PM
SAN JOSE, Calif. Experts are warning that it's not just lost laptops and hackers that are to blame for identity theft. Photocopiers apparently pose a threat, too.
Save

NASA New Horizons Image of Io: A Midnight Plume 
SpaceRef - Mar 13 11:27 AM
The Long Range Reconnaissance Imager (LORRI) on New Horizons captured another dramatic picture of Jupiter's moon Io and its volcanic plumes, 19 hours after the spacecraft's closest approach to Jupiter on Feb. 28, 2007. LORRI took this 75 millisecond exposure at 0035 Universal Time on March 1, 2007, when Io was 2.3 million kilometers (1.4 million miles) from the spacecraft.
Save

Apples iPhoto consumes an unbelievable amount of disk space 
Mac Daily News - Mar 13 10:06 PM
This is absolutely true. Worst program out of the iBunch. Uhhhh... my 4500 photos averaging 1.24mb's apiece is gonna take some space. Let alone keeping track of edits, thumbnails and photo information. I never thought it took that much space.
Save

Acronis Drive Cleanser Adds Support for Vista 
[Press Release] PR Newswire via Yahoo! Finance - Mar 14 7:57 AM
Acronis, Inc. , a technological leader in storage management software, announced that award-winning Acronis Disk Cleanser 6.0, a disk wiping and security application, now supports Microsoft Vista.
Save

Image Entertainment and Graymark Productions Bring Sci-Fi Thriller ''The Hunt'' to DVD March 20 
[Press Release] Business Wire via Yahoo! Finance - Mar 12 6:00 AM
CHATSWORTH, Calif.----Image Entertainment, Inc. , a leading independent licensee, producer and distributor of home entertainment programming in North America, and Graymark Productions , an independent motion picture and television production company, today announced the March 20 North American DVD release of the feature film The Hunt.
Save

Mac OS X 10.4.9 fixes 30 security flaws 
MacNN - Mar 13 3:06 PM
Apple's latest update to Mac OS X 10.4.9 (PPC, Intel) contains 30 security fixes to repair vulnerabilities related to numerous portions of the operating system. Security Update 2007-003 includes fixes for ColorSync, CoreGraphics, Crash Reporter, CUPS, disk images, DS plug-ins, flash player, GNU Tar, HFS, HID family, ImageIO, the kernel, MySQL Serve...
Save

Giant Remnants of Cosmic Collision Found Beyond Neptune 
SPACE.com via Yahoo! News - 2 hours, 51 minutes ago
Shiny, gray space boulders floating in the outskirts of the solar system are the remnants of an ancient fiery collision involving two massive objects, the larger of which was nearly the size of Pluto, scientists say.
Save

Apple Patches, Microsoft Passes 
NewsFactor via Yahoo! News - Mar 14 8:43 AM
If Microsoft's monthly Patch Tuesday failed to grab I.T.'s attention, Apple Computer added some excitement to the security world on the notorious day.
Save

StorageCraft Announces ShadowProtect IT Edition 3.0 
[Press Release] Business Wire via Yahoo! Finance - Mar 13 8:00 AM
DRAPER, Utah----StorageCraft Technology Corporation, a provider of innovative disk-based backup, disaster recovery, data protection, migration and security solutions for servers, desktops and laptops, today announced the upcoming release of the latest version of its ShadowProtect line of disk-based backup and disaster recovery software, StorageCraft ShadowProtect IT Edition 3.0.
Save

Last Update: 2007-03-14 13:36:52

Thank you for reading the disk image page - disk image. 

1. diskimage

As an extra bonus here are the top searched terms over the past month for disk image. Now you can see what everyone else is searching for in regards to disk image.

1. disk image
2. disk image software
3. microsoft visio 2003 iso disk image
4. disk recovery image
5. boot disk image
6. disaster recovery disk image software
7. mac os disk image
8. tiger bootable dvd disk image mac
9. free disk image software
10. mac disk image
11. apple 2 disk images
12. disk image backup
13. disk image freeware
14. diy irecover fat disk image
15. free clone image of your entire hard disk
16. irecover fat disk image
17. server disk image
18. create disk image
19. disk express self-extracting diskette image
20. drive image pro and disk free imaging software
21. free disk image
22. how do i make a disk image
23. linux disk image
24. windows xp disk image
25. amiga disk image
26. apple emulator disk images
27. cd disk image
28. creating a disk image
29. disk image linux
30. disk image to cd
31. disk image utility
32. floppy disk image
33. ghost disk image
34. san disk image mate
35. a disk read error occured norton ghost image
36. apple  images disk emulator
37. disk image creator
38. disk image file
39. disk image recovery
40. disk image restore
41. disk image windows
42. diy irecover disk image
43. how to make a disk image
44. image to disk
45. legacy of the ancients disk image
46. ntfs disk image file
47. open source disk image
48. os x disk image
49. scooby doo jinx at the sphinx disk image
50. scooby doo jinx at the sphinx free disk image
51. sparse disk image
52. what is a disk image
53. windows 95 disk images
54. windows 98 boot disk image
55. active disk image
56. amiga disk image download
57. apple ii disk image
58. backup disk image
59. bochs disk image
60. boot disk cd image
61. bootable disk image
62. cd disk images
63. clone image of your entire hard disk
64. create a disk image
65. database disk image is malformed
66. disk copy image
67. disk express image
68. disk image clone
69. disk image copy
70. disk image dmg
71. disk image floppy
72. disk image format
73. disk image iso
74. disk image os x
75. disk image pro
76. disk image v2.30 win
77. disk image xp
78. disk to image
79. freeware disk image
80. helix linux disk image copy
81. how do you make a bootable disk image of xp
82. image disk linux
83. macintosh disk image
84. mount disk image
85. qemu disk image
86. tivo disk images
87. vmware disk image
88. win98 boot disk image
89. windows disk image
90. xp disk image for virtual pc
91. 95 disk image
92. 98 boot disk image
93. 98 disk image
94. 98 startup disk image
95. acronis disk image
96. acronis true image dynamic disk
97. adfs disk image
98. amiga flopy disk image
99. appletrek disk image
100. atari st disk image
101. best disk image
102. bin disk image
103. boot disk image download
104. boot image disk
105. burn a disk image
106. burn disk image
107. burn image to disk
108. burning disk image
109. classis os 8 can't open disk images
110. clone disk image
111. commodore disk images
112. compressed disk disk extension file format image shrinkit
113. copy disk image
114. couldn t find valid ram disk image
115. create disk image os
116. creating floppy diskettes from disk images xp
117. current image format is not supported by the disk
118. dd disk image
119. disk format image
120. disk image bin
121. disk image burn
122. disk image cd
123. disk image create
124. disk image creation
125. disk image dd
126. disk image download
127. disk image dvd
128. disk image editor
129. disk image failed
130. disk image failed to mount
131. disk image from
132. disk image ghost
133. disk image img
134. disk image mac
135. disk image mac os x
136. disk image mount
137. disk image mounter
138. disk image osx
139. disk image program
140. disk image software review
141. disk image starting
142. disk image tiger
143. disk image to dvd
144. disk image tool
145. disk image tools
146. disk image undelete
147. disk image usb
148. disk image viewer
149. disk image virtual
150. disk image windows xp
151. disk image writer
152. disk utility image
153. dmg disk image
154. download disk image
155. dvd disk image
156. encrypted disk image
157. extract a powerquest disk image
158. free software to extract a powerquest disk image
159. ghost image disk
160. grub disk image
161. how to create a disk image
162. how to create a image disk with ghost
163. how to create disk image
164. how to maek a disk image in windows
165. idvd disk image
166. image disk
167. image disk software
168. image disk utility
169. image floppy disk
170. image format is not supported by the disk
171. image from disk
172. image has not found any hard disk
173. image mate san disk
174. install disk image
175. iso disk image
176. iso image disk
177. mac emulator disk images
178. mac os x create disk image
179. mac os x disk image
180. make a disk image
181. make disk image
182. mount a disk image
183. mounting disk image
184. ndif disk image
185. nero disk image
186. ntfs disk image
187. open disk image
188. os disk image
189. os x create disk image
190. osx disk image
191. pc disk image
192. powerquest disk image
193. r disk image
194. ram disk image
195. raw disk image
196. repair disk image
197. rescue disk image
198. restore disk image
199. source disk image
200. startup disk image
201. system disk image
202. the current image format is not supported by the disk
203. tiger disk image
204. toast disk image
205. true image has not found any hard disk
206. virtual disk image
207. virtual pc disk image
208. win 98 boot disk image
209. windows 95 boot disk image
210. windows 98 disk image
211. windows 98 startup disk image
212. windows boot disk image
213. write sql image to disk in c
214. xp disk image
215. amiga workbench 3.x disk image downloads
216. apple  dos 3.3 system disk image
217. apple 2 disk image
218. apple2 disk images
219. best winxp disk image scheduler
220. copy floppy disk to image free
221. creating a disk image on windows xp
222. disk doubler image
223. disk image imgmaker
224. disk image mounting software
225. disk image os x cd
226. disk image raid
227. disk image screen
228. disk image tucows review
229. disk image up
230. disk wipe image
231. drive image error 91 disk manager detected
232. floppy disk image tool
233. format of dvd video disk image
234. free fan film movies .iso disk image
235. frewaree disk image
236. how do you make a disk image of xp
237. how to create a floppy disk image
238. how to make a mountable disk image
239. images of posterior disk ridging
240. mac os 8.6 on disk image
241. mac quadra disk image
242. msdos disk image
243. os x 10.3 installation disk image
244. photoshop disk image
245. windows 2000 boot disk iso image
246. windows98 disk image downloads with key
247. winxp disk image scheduler
248. xp disk image freezes on boot
249. xp encrypted disk image