Helping people with computers... one answer at a time.

The word "imaging" when applied to disks is often misused and subject to some interpretation. Imaging can mean different things to different programs.

A utility I have offers two methods of saving a disk: imaging or copying. What's the difference?

When talking about backing up your hard drive we often throw around a lot of different terms. "Imaging" is one of them, and it's frequently misused.

Let's look at the differences, and when you might want to use one over the other.

In its strictest, most correct sense, a disk image is a perfect copy of everything on the disk. And in this case I do mean everything. A true disk image is a sector-by-sector copy of the contents of the disk, paying no attention to the contents of those sectors.

That means a couple of interesting things:

  • A true disk image includes "copies" of the contents of all of the unused areas on the hard disk as well as the areas that currently contain data.

  • A true disk image, when restored, puts data back in the exact same location on the disk as it was when the image was created. For example any fragmentation is unaffected and preserved.

"The bad thing about a true disk image is that it includes the entire disk, whether or not there's data."

The neat thing about this type of disk imaging is that the tool doesn't need to understand the contents of the disk that it's operating on. It simply operates on the disk at a level below the operating system or filesystem to simply copy the raw data.

The bad thing about a true disk image is that it includes the entire disk, whether or not there's data. If you have a hard drive with a capacity of 250gigabytes, then 250gigabytes is what the image will contain, no matter how much data you actually have on the drive. The actual image may be smaller, of course, due to compression, but the fact is all 250 gigabytes are present, whether you need them or not.

The other type of "disk image" is more correctly a "filesystem image". This approach is aware of the type of filesystem you have on your hard disk and what files are on it. A filesystem image would most likely be the "copy" your backup utility is referring to. (Though many backup utilities use the phrase "image" to refer to a filesystem image - Acronis TrueImage being one obvious example.)

When a utility makes a filesystem image, it effectively copies all the files and folders on your hard disk, not unlike a file copy you might perform, and then also includes all of the system information relating to the files and folders it copies as well as, presumably, special cases like the system boot sectors.

A filesystem image typically does not preserve the physical location of files on the hard drive, only the contents and attributes of the files.

Like a disk image, a filesystem image implies a couple of interesting things:

  • A filesystem image does not copy unused areas of your hard disk; it copies only existing data.

  • A filesystem image, when restored, does not necessarily put data back in the same physical locations on the hard drive (though I suppose it could). A restore from a filesystem image typically acts more like a regular series of file copies and will put data in the next available space by whatever rules the filesystem implements.

The good news here is that a filesystem image is only as big as the data that's on your drive. If you have 10 gigabytes of data on your 250 gigabyte drive, then your filesystem image will be only 10 gigabytes.

The bad news ... well, for most folks there really isn't any. There are rare cases where you might actually need a sector-by-sector disk image, but for the average user backing up data or even snapshotting or transferring systems from one drive to another, a filesystem image approach to backup is more than sufficient.

Article C3352 - April 16, 2008

Leo Leo A. Notenboom has been playing with computers since he was required to take a programming class in 1976. An 18 year career as a programmer at Microsoft soon followed. After "retiring" in 2001, Leo started Ask Leo! in 2003 as a place for answers to common computer and technical questions. More about Leo.

Not what you needed?

Recent Comments
13 Comments

And wich Software can i use, to make a disk image from a dynamic disk?

Posted by: Martin at October 26, 2010 5:09 AM

the content was very useful to me leo but still i have a query, that the question started with the what is the difference between 'Imaging' n 'Cloning', but in the entire explanation it talks only about imaging and its 2 types i.e. 'truedisk imaging' and 'file system image' but there is no clue/reference of which of these is called as cloning or there is no specification which defines cloning and how is it indifferent from imaging. i'd be gald if you could shed some some light on ma query.

thank you leo, you've always been a source of light when it comes to 'KNOWLEDGE'.

There is no hard-and-fast definition to either term. Imaging typically refers to a byte-for-byte copy of the data, while cloning often referes to a byte-for-byte copy of the sectors, including empty sectors. But there are many who define the terms in exactly the opposite way.
Leo
12-May-2011

Posted by: Vikas L Naik at May 11, 2011 8:33 PM

Hello Leo,

I would love to know some further details about how these work. First, let me say that I am specifically interested in the scenario of replacing a dead drive (a bootable one containing the OS). So, I have a SSD for boot, OS, and apps and a mechanical HDD for data. The SSD only has 1 partition. Let's say my SSD died and I'm replacing it with a brand new SSD.

1. Would both types of images have to be restored or written to the new, fresh drive by the same software that originally made either image? It seems to me that the full disk image might be somewhat of a more universal type of thing, kind of like how the .iso format is standard for making images of cds/dvds. So, if I created a true disk image, could I then have the flexibility of using any backup utility to write the image to a brand new SSD (or any drive)?

2. You say that creating a filesystem image does take care of things like system boot sectors, but can you elaborate on this? How does it work? I'm somehow a bit nervous that in my scenario of restoring to a brand new SSD something will be missing and the restore will not work quite right compared to having a full disk image...

3. What if I have not one but two partitions on my SSD. Then is it correct that I cannot just create and later restore a filesystem image of the whole drive? I could do this with a "true disk image," right? But with a filesystem image, would I only be able to create a separate image of each partition? Then I would have to restore both images of each partition to the new drive, right?

Thank you

1) typically, yes. There's sadly no standard image format.

2) Using Acronis there's a checkbox when making an image that says "include boot sector" (or something similar). Other programs will of course make different assumptions and make different options available.

3) Again, using Acronis as the model, when you create an image you simply select both partitions. And once again, other programs may do things differently.
Leo
06-Jun-2011

Posted by: Alex M at June 6, 2011 12:50 AM

Hi Leo,

Thank you for the reply to my previous comment. I just did my first ever backup using Acronis TI. But it's strange that there wasn't really that kind of option like you said. Instead, it showed two partitions on "Disk 1" (my ssd), with one of them called System Reserved and sized only 100MB (I never see this partition in Windows). The other partition matched what I was expecting to see: ~90GB, the same as what I see in Windows. So I checked both. Is the "System Reserved" partition which I otherwise never see the one that contains the boot sector?

It's an odd version of Acronis. It came bundled with my Kingston SSDNow V+100, but it seems to be crippled somehow. Some stuff described in the help files are not even present in the program itself, like some options items. It also cannot be installed--there was no setup program on the CD. It only works by booting off the CD.

Thanks

Posted by: Alex M at June 7, 2011 5:13 PM

@Alex
Often, in fact usually, software which comes free with hardware is a limited or trial version and not the full commercial version.

Posted by: Mark J at June 7, 2011 11:38 PM
Post a comment on "What's the difference between disk imaging and copying?":





Remember Me?

(You may use HTML tags for style)

Before commenting, please...

  • READ THE ARTICLE. A comment that shows you didn't will be deleted and ignored.

  • Comment only on the article. Use the search box at the top of the page if you have a question about something else.

  • NO PERSONAL INFORMATION in the comment. No email addresses. No phone numbers. No physical addresses.

  • Anything that looks the least bit like spam will be deleted. Links to unrelated sites or links that appear to be primarily promotional will be deleted, or the comment will be deleted.

  • Don't ask me to recover lost passwords or hacked accounts. I can't. Those comments will be deleted.

  • I can't respond to every comment. And I can't vouch for the accuracy of others who do.

Please wait. Your comment is being processed ...