Tip of the Day: VHDx is AWESOME!

Today’s Tip…

One of my favorite changes in Win8/WS2012 is the new .VHDx file format, sometimes referred to as VHD 2.0 format.

  1. Overcoming the VHD limitation of 2TB, VHDx can be as large as 64TB
  2. The improved internal alignment lends itself well to being stored on disk with 4KB sector size
  3. Can be configured to have 4KB sectors even if the physical storage has a standard 512byte sector size
  4. Far better performance for dynamic and differencing disks
  5. Supports TRIM for sector reclamation (can give back space when not in use by unmapping virtual sectors from the physical sectors that were backing them)

You can use Windows PowerShell to convert from one format to another (Convert-VHD).