Two-Node Hyper-V Failover Cluster Part 5 of 15: Add 500GB VHDX to the iSCSI VM
The iSCSI VM has its OS disk (40 GB) but nothing to share yet. This part adds a 500 GB Fixed VHDX as the storage pool, attaches it to the…
The iSCSI VM has its OS disk (40 GB) but nothing to share yet. This part adds a 500 GB Fixed VHDX as the storage pool, attaches it to the…
You have a Hyper-V VM with a legacy VHD-format disk. Maybe it migrated from an old Server 2008 R2 host, maybe someone created it manually before VHDX became the default…
Part 1 covered creating, applying, and managing snapshots. This post is the consolidation half — what happens when you delete a snapshot and the differencing-disk overlay has to be merged…
VHDX disks come in two allocation modes. Pre-allocated reserves the full configured size on the host filesystem at creation time; on-demand allocates space as the guest writes. Each has a…
Post 139 covered creating a Win11 VM from scratch via PowerShell. Doing that for one VM is fine; doing it for ten is tedious; doing it for a hundred is…