What are the different VHD file types?
There are three types of VHD files. You can create these files using the Hyper-V Manager or (in Windows 7) using the Windows disk-management tools: • Fixed VHD. A fixed VHD is a file with an allocated size that does not change. For example, if you create a VHD that is 2 gigabytes (GB), the system will create a file that is approximately 2 GB (with some space used for internal VHD structure) and the file will be 2 GB regardless of the data written to it. • Dynamic or expandable VHD. A dynamic or expandable VHD is a file that is as large as the data written to it at any given time. As more data is written, the file dynamically increases in size. For example, the size of a file for a 2 GB dynamic VHD is initially around 2 megabytes (MB) on the host file system. As data is written to the VHD, the file grows with a maximum size of 2 GB. • Differencing VHD. A differencing VHD is similar to a dynamic VHD, but contains only the modified disk blocks of an associated parent VHD. A differencing V