Printer Friendly
The Free Library
21,446,310 articles and books
Member login
User name  
Password 
 
Join us Forgot password?

Disk imaging in Windows: increases user productivity and permits broader range of backup devices. (Storage Networking).

The aftermath of the 9/11 terrorist attack sent an earthquake-sized wakeup call Wakeup Call is a morning radio program produced in New York City by the WBAI station of the Pacifica Radio Network. The program is hosted by Deepa Fernandes and airs Monday through Friday.  to IT managers and users who discovered that backup meant more than just having tapes of the corporate servers off site. Today IT managers for companies of all sizes and individual users alike realize that having a mirror image of each PC can save hours of time -- maybe even days -- restoring a system should the PC hard disk drive fail.

Companies and individuals that had mirror images of disk drives found that they were able to get back up far more quickly than their counterparts who had only data backups. The massive hard drives in current retail PCs are changing the way some IT managers and individuals look at their backup strategy.

Hard Drive Duplicates Needed to Ensure Backup

Today, simply backing up data files is no longer adequate. Users of Microsoft Windows See Windows.

(operating system) Microsoft Windows - Microsoft's proprietary window system and user interface software released in 1985 to run on top of MS-DOS. Widely criticised for being too slow (hence "Windoze", "Microsloth Windows") on the machines available then.
 and Office applications recognize that along with the basic program disks, there are a multitude of patches and updates to reinstall To go through the installation process once again, because files have become corrupted. See reload.  before the software is back to its "current" status. Additionally, many of today's retail PCs are sold with the programs preinstalled; often the user doesn't even get the original program disks. In cases like this, a simply copy of visible programs to a backup medium is inadequate. Additionally, data-only incremental backups are only useful if you have a base backup of the entire disk so that you can then add the incremental backups.

Users need exact duplicates of their entire hard disk drive, including the primary boot partition -- where all system files and settings are stored -- as well as data partitions in order to ensure they have a complete backup that can restore the drive to working order. The obvious choice is to create a mirror image of the disk -- a starting place that gives you an exact copy of your disk on a CD, DVD DVD: see digital versatile disc.
DVD
 in full digital video disc or digital versatile disc

Type of optical disc. The DVD represents the second generation of compact-disc (CD) technology.
, network drive or tape so that in the event of a hard disk failure, you can recreate exactly where you were the moment you made the backup.

From a productivity standpoint, IT managers and users alike want to be able to create this image without taking the system offline -- they want to create the image while the user is still doing productive work. However, traditional backup programs that cannot copy open Windows programs are unable to accomplish this, since they forced the user to reboot To reload the operating system, which restarts the computer. See boot.

(operating system) reboot - (From boot) A boot with the implication that the computer has not been down for long, or that the boot is a bounce intended to clear some state of wedgitude.

See warm boot.
 to DOS in order to make an image of their system partition. From this DOS environment The DOS environment is a reserved area in DOS for holding values used by DOS and other applications. The values stored in this area are called "environment variables" and are created with the Set command (see DOS Set). , the system being imaged cannot access any Windows applications, and therefore the user's productivity is zero. New technology makes lost productivity a thing of the past.

IT managers and individual users alike now can image their hard disk drives -- including the all-important system partition -- while the system is up and running in the Windows environment (1) (upper case "W") Refers to computers running under a Microsoft Windows operating system.

(2) (lower case "w") Also called a "windowing environment," it refers to any software that provides multiple windows on screen such as Windows, Mac, Motif and X Window.
 using Acronis True Image Acronis True Image is a disk imaging and disaster recovery applications program for computers produced by Acronis. True Image can create an image of a disk while it is running Microsoft Windows or Linux, or offline, and can restore the image to another disk, resizing partitions if  6.0. And because the user is running Windows, they have access to all Windows-supported backup media, including DVD, CDRW See CD-RW. , network drives and tape. The package also fully supports the latest USB USB
 in full Universal Serial Bus

Type of serial bus that allows peripheral devices (disks, modems, printers, digitizers, data gloves, etc.) to be easily connected to a computer.
 2.0 and FireWire devices.

This is a critical distinction because by forcing the user down to DOS, the software severely limits the number and kinds of supported storage devices.

Typically, Windows applications cannot copy the system partition because they are unable to copy open files. In cases where the user's hard disk is partitioned only as one drive, that meant the user could not image their system at all from within Windows. If the disk is large enough, it could mean that the user is out of commission for hours at a time while the program chugged away at creating an image.

Leading-Edge Technology

Acronis overcomes this issue of coping open Windows files by effectively freezing a moment of time. A special filter driver layers between file system drivers and volume drivers, allowing the software to create and backup consistent views of all files, including open files. The driver is installed above the volume drivers so it can see all the read and write requests passing to a volume--or partition.

When the IT manager or user initiates imaging of the hard disk drive containing the system volume, the filter driver flushes the file system mounted to that volume; then all the operations on the system volume are temporarily frozen. Immediately thereafter, the filter driver creates a point-in-time view of the system volume and a bitmap describing the used sectors on this volume. Once the bitmap is created, the filter driver unfreezes the I/O (Input/Output) The transfer of data between the CPU and a peripheral device. Every transfer is an output from one device and an input to another. See PC input/output.

I/O - Input/Output
 operations on the system volume. It generally takes just several seconds to create a point-in-time view of the volume. After that, the operating system operating system (OS)

Software that controls the operation of a computer, directs the input and output of data, keeps track of files, and controls the processing of computer programs.
 continues working as usual and the software can start imaging of the system volume.

Acronis True Image reads the sectors on the system volume according to according to
prep.
1. As stated or indicated by; on the authority of: according to historians.

2. In keeping with: according to instructions.

3.
 the created bitmap. Once a sector is read, the appropriate bit in the bitmap is reset. In its turn, the filter driver continues working to hold the point-in-time view of the system volume. Whenever the filter driver sees a write operation directed at the system volume, it checks whether these sectors are not backed-up yet, if they are not, the filter driver reads a copy of the sectors that will be overwritten into a special buffer created by the software, then it allows the sectors to be overwritten. Acronis True Image backups the sectors from the special buffer so that all the sectors of the point-in-time view of the system volume will be backed up intact. Meanwhile, the operating system continues working and the user will not notice anything unusual in their operating system functionality.

Since Windows XP The previous client version of Windows. XP was a major upgrade to the client version of Windows 2000 with numerous changes to the user interface. XP improved support for gaming, digital photography, instant messaging, wireless networking and sharing connections to the Internet.  supports the Universal Disk Format (storage, standard) Universal Disk Format - (UDF) A CD-ROM file system standard that is required for DVD ROMs. UDF is the OSTA's replacement for the ISO 9660 file system used on CD-ROMs, but will be mostly used on DVD.  (UDF (1) (Universal Disk Format) A file system for optical media developed by the Optical Storage Technology Association (OSTA), www.osta.org, based on the ECMA 167/ISO 13346 standard. ) file system, Acronis True Image can take advantage of this file system and create images via the UDF. Once the file system is mounted in the read/write mode, the software detects it and writes the image to a file created on this file system. If the UDF is not available in the operating system, then the backup software See backup program.

(tool, software) backup software - Software for doing a backup, often included as part of the operating system.

Backup software should provide ways to specify what files get backed up and to where.
 will burn the image directly to blank CDs. All of the popular imaging applications have at least some support for writing to CDs -- although the DOS-based applications might not have support for the latest CD-RW (CD-ReWritable) The only rewritable CD technology. CD-RW disks look like other CD media, but with close inspection, they have a more polished surface with a very dark blue-gray cast.  devices. However, only programs that can call Windows-based drivers can write to DVD drives DVD drives come in a variety of speeds and options. The original drive (1x) transferred data at 1.35MB per second. By doubling the spindle speed (RPMs) for 2x drives, the transfer rate increased to 2.7MB/sec and has been increasing ever since. .

All products have to reboot the imaged system in order to restore an image. Again, many of the popular products reboot to DOS, just as they did when they imaged the disk in the first place. Acronis True Image, however, reboots into a customized version of Linux and presents the user with a Windows-like interface. By booting to Linux, the software is able to support the latest storage devices, such as CD-RW and writable DVD devices. After all, it wouldn't make much sense to save the image to DVD if the software couldn't restore it from it as well.

To give you an idea of the capacity differences between CD and DVD technology, popular CD-R (CD-Recordable) A writable CD technology using a type of compact disc that can be recorded, but not erased (CD-Rs are "write once" discs). CD-R discs are used to master CD-ROMs, to back up data and to make copies of data for distribution.  disks today boast 700MB of capacity. A DVD-18 drive (double-sided/double-layered) supports 16GB, or nearly 23 times more capacity than the poplar blank CDs today. That's an extremely significant difference when you need to image a large disk and do not want multiple disks per volume.

Key Is in Approach to Disk Imaging

The advanced technology in leading-edge imaging products is not how they create a partition, but rather, how they image the disk. As noted above, the Acronis offering takes a bitmapped image of the disk while still in Windows and then monitors subsequent write operations. As files are written or updated, those portions of the disk are re-imaged so that a complete and up-to-date image is maintained. Products that force the user to reboot back to DOS do so because they are unable to image open files, particularly files on the system partition. Remember, when a computer is running, it has open system files even if all of the applications are closed. Being unable to image those files means that the product cannot work in the Windows environment. As a result, the user needs to use the slower, more cumbersome DOS approach.

Additionally, products in this category are differentiated by the file systems they support. All disk imaging products support the Windows file systems -- File Allocation Table (file system) File Allocation Table - (FAT) The component of an MS-DOS or Windows 95 file system which describes the files, directories, and free space on a hard disk or floppy disk.

A disk is divided into partitions.
 (FAT) 16, FAT 32, and NT File System (NTFS (NT File System) An optional file system for Windows NT, 2000 and XP operating systems. NTFS is the more advanced file system, compared to FAT32. It improves performance and is required in order to implement numerous security and administrative features in the OS. )--and some provided limited support for Linux file systems Ext2, Ext3 and Linux Swap, but today only Acronis supports ReiserFS, the default file system used by SuSE Linux.

To review, creating a full and complete disk image is the best way to create a backup of a system disk, be it on a Windows 2000 server or on a Windows 95/95/XP/2000 desktop. From a performance standpoint, operating in Windows is not only the fastest method, but it also allows the user to continue to be productive while the disk image is being made. A Windows/ Linux backup and restore strategy is faster than simply booting down to DOS for all backup and restore operations.

It was bad enough when IT managers had to worry about their systems being hit by pernicious viruses, such as Nimda; today they realized that other catastrophic events could cause systems to crash. And consumers too realize that their systems are not immune from damage, even if they are not connected to the Internet. Backup traditionally has been thought of an insurance policy. Today, it's also part of corporate security and productivity plans.

Max Lyadvinsky is director of engineering at Acronis (San Francisco)

www.acronis.com
COPYRIGHT 2003 West World Productions, Inc.
No portion of this article can be reproduced without the express written permission from the copyright holder.
Copyright 2003, Gale Group. All rights reserved. Gale Group is a Thomson Corporation Company.

 Reader Opinion

Title:

Comment:



 

Article Details
Printer friendly Cite/link Email Feedback
Author:Lyadvinsky, Max
Publication:Computer Technology Review
Geographic Code:1USA
Date:Jan 1, 2003
Words:1598
Previous Article:The best of both worlds: high-end storage functionality meets low-end efficiency at the mid-range. (Storage Networking).
Next Article:Tape pipeline for BC/DR planning: new considerations in backup and recovery. (Storage Networking).
Topics:



Related Articles
Rutilus Pockets Digital Wallet With SmartBack 2000.
Shared SAN Cluster Configurations Get A Firm Foundation.
Tape and Backup Issues In Storage Area Networks.
The state of storage: demand for digital assets greater than ever. (Storage Networking).
Cradle-to-grave storage management now a reality: and not a moment too soon.
Laptop tape: portable USB tape drives offer new mobile disaster recovery options. (Storage Networking).
Panasonic propels DVD-RAM adoption in storage market with new software support for DVD back-up and restore.
Image backup & disaster recovery.
"Best of the Best" products of 2003 will make 2004 a better year!
Adic expands Pathlight VX disk-to-tape solutions.

Terms of use | Copyright © 2013 Farlex, Inc. | Feedback | For webmasters | Submit articles