All Topics  
Disk image

 

   Email Print
   Bookmark   Link






 

Disk image



 
 
A disk image is a single file
File

File or filing may refer to:Tools:* File * Filing * Nail filePaper or computer records:* File folder, a folder for holding loose papers...
 containing the complete contents and structure representing a data storage medium or device, such as a hard drive, CD, or DVD
DVD

DVD, also known as "Digital Versatile Disc" or "Digital Video Disc,"is a popular optical disc data storage device media format. Its main uses are video and data storage....
. A disk image file is usually created by creating a sector
Disk sector

In the context of computer disk storage, a sector is a subdivision of a Track on a magnetic disk or optical disc. Each sector stores a fixed amount of data....
-by-sector copy of the source media, ignoring its file system
File system

In computing, a file system is a method for store and organize computer files and the data they contain to make it easy to find and access them....
, and thereby perfectly replicating the structure and contents of a storage device.

Some disk imaging utilities omit unused file space from the source media, or compress the disk they represent to reduce storage requirements, though these are typically referred to as archive file
Archive file

An archive file is a file that is composed of one or more files along with metadata that can include source volume and medium information, file directory structure, error detection and recovery information, file comments, and usually employs some form of lossless compression....
s, as they are not literally disk images.

inally disk images were used for backup
Backup

In information technology, backup refers to making copies of data so that these additional copies may be used to restore the original after a data loss event....
 and disk cloning
Disk cloning

Disk cloning is a category of software which copies the contents of one computer hard disk to another or into an "image" . Often, the contents of the first disk are written to an disk image computer file as an intermediate step, and the second disk is loaded with the contents of the image....
 of floppy media, where replication or storage of an exact structure was necessary and efficient.

rdinary backup program only backs up the files it can access; boot
Booting

In computing, booting is a Bootstrapping process that starts operating systems when the user turns on a computer system. A boot sequence is the initial set of operations that the computer performs when it is switched on....
 information and files locked by the operating system (such as those in use at the time of the backup) may not be saved.






Discussion
Ask a question about 'Disk image'
Start a new discussion about 'Disk image'
Answer questions from other users
Full Discussion Forum



Recent Posts









Encyclopedia


A disk image is a single file
File

File or filing may refer to:Tools:* File * Filing * Nail filePaper or computer records:* File folder, a folder for holding loose papers...
 containing the complete contents and structure representing a data storage medium or device, such as a hard drive, CD, or DVD
DVD

DVD, also known as "Digital Versatile Disc" or "Digital Video Disc,"is a popular optical disc data storage device media format. Its main uses are video and data storage....
. A disk image file is usually created by creating a sector
Disk sector

In the context of computer disk storage, a sector is a subdivision of a Track on a magnetic disk or optical disc. Each sector stores a fixed amount of data....
-by-sector copy of the source media, ignoring its file system
File system

In computing, a file system is a method for store and organize computer files and the data they contain to make it easy to find and access them....
, and thereby perfectly replicating the structure and contents of a storage device.

Some disk imaging utilities omit unused file space from the source media, or compress the disk they represent to reduce storage requirements, though these are typically referred to as archive file
Archive file

An archive file is a file that is composed of one or more files along with metadata that can include source volume and medium information, file directory structure, error detection and recovery information, file comments, and usually employs some form of lossless compression....
s, as they are not literally disk images.

Use


Historically

Originally disk images were used for backup
Backup

In information technology, backup refers to making copies of data so that these additional copies may be used to restore the original after a data loss event....
 and disk cloning
Disk cloning

Disk cloning is a category of software which copies the contents of one computer hard disk to another or into an "image" . Often, the contents of the first disk are written to an disk image computer file as an intermediate step, and the second disk is loaded with the contents of the image....
 of floppy media, where replication or storage of an exact structure was necessary and efficient.

System Backup

An ordinary backup program only backs up the files it can access; boot
Booting

In computing, booting is a Bootstrapping process that starts operating systems when the user turns on a computer system. A boot sequence is the initial set of operations that the computer performs when it is switched on....
 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 DVD
DVD

DVD, also known as "Digital Versatile Disc" or "Digital Video Disc,"is a popular optical disc data storage device media format. Its main uses are video and data storage....
s.

Rapid Deployment of Clone Systems

Large enterprises often need to buy or replace new computer systems in large numbers. Installing operating system and programs in to each of them one by one requires a lot of time and effort and has a significant possibility of human error. Therefore, system administrators use disk imaging to quickly clone the fully-prepared software environment of a reference system. This method saves time and effort and allows administrators to focus on unique distinctions that each system must bear.

Imaging process

Creating a disk image is achieved through a suitable program. Different imaging software as a rule focus on either hard drive imaging (including hard drive backup
Backup

In information technology, backup refers to making copies of data so that these additional copies may be used to restore the original after a data loss event....
, restore and rollout), or optical media imaging (CD/DVD images).

Hard drive imaging

In hard drive imaging, there are three main areas of focus.

  1. Forensic imaging is the process where the entire drive contents are imaged to a file and checksum values are calculated to verify the integrity (in court cases) of the image file (often referred to as a “hash value”). Forensic images are acquired with the use of software tools. (Some hardware cloning tools have added forensic functionality.)
  2. Drive cloning, as previously mentioned, is typically used to replicate the contents of the hard drive for use in another system. This can typically be done by software-only programs as it typically only requires the cloning of file structure and files themselves.
  3. Data recovery imaging (like forensic imaging) is the process of imaging every single sector on the source drive to another medium from which required files can be retrieved. In data recovery situations, one cannot rely on the integrity of the file structure and therefore a complete sector copy is mandatory (also similar to forensic imaging). The similarities to forensic imaging end there though. Forensic images are typically acquired using software tools such as EnCase
    EnCase

    EnCase is a series of proprietary forensic software products produced by Guidance Software . It is used by many law enforcement agency and corporations around the world to support civil/criminal investigations, network investigations, data compliance and electronic Discovery....
     and FTK. However, forensic imaging software tools have significantly limited ability to deal with drives that have hard errors (which is often the case in data recovery and why the drive was submitted for recovery in the first place).
Data recovery imaging must have the ability to pre-configure drives by disabling certain attributes (such as SMART and G-List re-mapping) and the ability to work with unstable drives (drive instability/read instability can be caused by minute mechanical wear and other issues). Data recovery imaging must have the ability to read data from “bad sectors.” Read instability is a major factor when working with drives in operating systems such as Windows. A typical operating system
Operating system

An operating system is an interface between hardware and applications; it is responsible for the management and coordination of activities and the sharing of the limited resources of the computer....
 is limited in its ability to deal with drives that take a long time to read. For these reasons, software that relies on the BIOS and operating system to communicate with the hard drive is often unsuccessful in data recovery imaging; separate hardware control of the source hard drive is required to achieve the full spectrum of data recovery imaging. This is due to the fact that the operating system (through the BIOS) has a certain set of protocols or rules for communication with the drive that cannot be violated (such as when the hard drive detects a bad sector). A hard drive’s protocols may not allow “bad” data to be propagated through to the operating system; firmware on the drive may compensate by rereading sectors until checksums, CRCs, or ECCs pass, or use ECC data to recreate damaged data.
Data recovery images may or may not make use of any type of image file. Typically, a data recovery image is performed drive to drive and therefore no image file is required.


File formats

In most cases, a file format is tied to a particular software package. The software defines and uses its own proprietary image format, though some formats are widely supported by competing products. An exception to proprietary image formats is the ISO image
ISO image

An ISO image is an archive file of an optical disc in a format defined by the International Organization for Standardization . This format is supported by many software vendors....
 for optical discs, which collectively includes the ISO 9660
ISO 9660

ISO 9660, also called CDFS by some manufacturers, a standard published by the International Organization for Standardization , defines a file system for CD-ROM media....
 and UDF
Universal Disk Format

The Universal Disk Format is a format specification of a file system for storing files on Optical disc. It is an implementation of the ISO/IEC 13346 standard ....
 formats, both defined by open standards. These formats are supported by nearly all optical disc software packages.

See also

  • Boot image
    Boot image

    A boot image is a type of disk image . When it is transferred onto a boot device it allows the associated hardware to Booting.This usually includes the operating system, utilities and diagnostics, as well as boot and data recovery information....
  • Disk cloning
    Disk cloning

    Disk cloning is a category of software which copies the contents of one computer hard disk to another or into an "image" . Often, the contents of the first disk are written to an disk image computer file as an intermediate step, and the second disk is loaded with the contents of the image....
  • List of disk imaging software
    List of disk imaging software

    This is a list of disk image software and their associated file formats....
  • Disk image emulator
  • Loop device
    Loop device

    In Unix-like operating systems, a loop device, vnd , or lofi is a device node that makes a computer file accessible as a device file system....
  • Mini Image
  • ROM image
    ROM image

    A ROM image, or simply ROM, is a computer file which contains a copy of the data from a read-only memory chip, often from a ROM cartridge, a computer's firmware, or from an arcade game's arcade system board....
  • SDI image
    System Deployment Image

    A System Deployment Image is a file format used primarily with Microsoft products to contain an arbitrary disk image, including boot sector information....


External Links