Q. Are there any things to consider when using fixed-size virtual hard disk (VHD) files and virtual machine (VM) snapshots?

John Savill

October 7, 2008

1 Min Read
ITPro Today logo in a gray background | ITPro Today

A. Very much so. Consider what happens when you take a snapshot of a VM. You save the memory, configuration, supporting process information, then create a differencing disk, to which all future writes are written instead of the original volume. The creation of the differencing disk for future writes is the issue. Let's say you create a fixed virtual hard disk. The instant you create a snapshot, that fixed size virtual hard disk is no longer written to. Instead all future writes will be made to the new dynamically expanding differencing virtual hard disk. The use of this dynamically expanding differencing disk removes the advantage of the fixed virtual hard disk and all the unused space in the fixed virtual hard disk will never be used unless you delete the snapshots (which causes data to be merged into the original virtual hard disk).

About the Author

Sign up for the ITPro Today newsletter
Stay on top of the IT universe with commentary, news analysis, how-to's, and tips delivered to your inbox daily.

You May Also Like