Block Based and WIM Based Images in Winclone 7 and later

You are here:

Winclone 7 (and later) has the ability to create Winclone images in either file-based (WIM) or block-based mode. This article explains the difference between the two and provides information on selecting the correct format.

File-Based (WIM) Image Format

WIM format creates a Winclone image by creating an archive of all the files on a Windows volume. All of metadata (e.g., security descriptors and permissions) are archived with the file data as well. If you have a large number of files on your Boot Camp partition, it can take a long time to create and restore WIM images, since the drive must operate on each file.  Also, if there is any file corruption (either in the files or in the metadata), the image creation may fail. CHKDSK does not check all files on the disk, so these errors might not be caught when checking the disk.

One distinct advantage of the file-based image format is that images can be restored regardless of the physical block size of the disk. In block-based imaging, the image must be restored on to a drive with the same physical block size as the drive from which it was created. With file-based imaging, you can restore the image to any drive regardless of the physical block size.

With Winclone 7 and later, WIM images also allow incremental updates, which can save time and space when making periodic images of the same device.

Block-Based Image Format

The block-based image format creates a Winclone image by creating an archive of all used blocks of the Windows volume. This can be much faster than file-based (WIM) image format, but the image can only be restored onto a drive that has the same physical block size as the drive of the original Windows partition.

Checking Block Size

To check the physical block size, follow these steps:

1.  Open Disk Utility and select the drive (not the volume) of the disk you want to determine the block size. Then, click the Info button:

diskU.png

2.  In the Info dialog, find the BSD Device Node:

info.png

3.  Open Terminal, and enter in “diskutil info <BSD device node>” using the BSD Node from step 2. For instance, if the BSD device node is disk0, you would enter in:

diskutil info disk0

The Device Block Size is shown in the output:

term.png