Hyper-V Pass-through Disks: Advantages, Disadvantages, and Limitations
Hyper-V Pass-through Disks may be the key for better performance; however, they come with their own disadvantages and limitations, too.
First of all the speed gain of using Hyper-V pass-through disks is probably overrated when compared to a fixed-sized VHDX. Estimates are that a pass-through disk may be around 15% faster due to a reduction of overhead.
Another great thing besides speed is you can run a VM using a physical partition with an OS already on it for a test.
The issue with pass-through disks in Hyper-V is that you can't easily move them around. You can't just copy them to another folder or host using a plain file copy, as you could with VHDs.
The second major issue has to do with backups. Backups can't run on the host when passthrough disks are involved. The VM has to run the backup instead because only it has exclusive access to its own file system.
When backing up from the host, VSS needs to have control over the file system; however, this is not the case when partitions are handed over directly to the Hyper-V VM.
If you had a couple of VMs running on pass-through disks, you'll need backup apps or backup agents inside each of them. In addition, this would be quite inefficient because you would be using virtualized CPUs to compress the backups. It's, hence, much more efficient to run backups from the host. Either way, we recommend using BackupChain Hyper-V Backup, whether on the host or inside a VM.
How to Convert a Pass-through Disk to a VHD / VHDX
run the following command from the PowerShell box:
New-VHD -Path "C:\MyVHDX_folder\Converted.VHDX" -Dynamic –SourceDisk 2
The above command takes drive #2 and converts it into a VHDX.
Alternatively you could use the New Virtual Disk Wizard in the Hyper-V Manager to create a new disk and then choose the option 'copy the contents of the specified disk' to select the source disk.
Backup Software Overview
The Best Backup Software in 2023 Download BackupChain®BackupChain is the all-in-one server backup software for:
Server Backup
Disk Image Backup
Drive Cloning and Disk Copy
VirtualBox Backup
VMware Backup
Image Backup
FTP Backup
Cloud Backup
File Server Backup
Virtual Machine Backup
Server Backup Solution
Hyper-V Backup
Popular
- Best Practices for Server Backups
- NAS Backup: Buffalo, Drobo, Synology
- How to use BackupChain for Cloud and Remote
- DriveMaker: Map FTP, SFTP, S3 Sites to a Drive Letter (Freeware)
Resources
- BackupChain
- VM Backup
- V4 Articles
- Knowledge Base
- FAQ
- Archive 2022
- Archive 2021
- Archive 2020
- Archive 2019
- Archive 2017
- Archive 2016
- Archive 2015
- Archive 2014
- Archive 2013
- BackupChain (German)
- German Help Pages
- BackupChain (Greek)
- BackupChain (Spanish)
- BackupChain (French)
- BackupChain (Dutch)
- BackupChain (Italian)
- BackupChain is an all-in-one, reliable backup solution for Windows and Hyper-V that is more affordable than Veeam, Acronis, and Altaro.
Other Backup How-To Guides
- Deduplication of Virtual Machine Backups in Hyper-V and VMware
- How to Fix: The semaphore timeout period has expired, Error 121
- Backup Software with VSS Support for Windows Server and Windows 11
- Things to Consider: General Characteristics of CSV
- VSS Crash and Application Consistency for Hyper-V and VMware Backups
- Gmail SMTP Configuration for Backup Alerts
- List of 12 Virtual Backup Software Vendors
- Discounts for Schools: Cloud Backup, Storage, Backup Solution
- How to Fix Event 1135 FailoverClustering: Cluster node was removed
- Convert VHD files to VHDX, VMDK, VDI, and Physical Disk
- 6 Common Cloud Backup Storage Pitfalls You Should Know
- Disk Backup Software for Image Backup and Full System Backup
- How to Set up a Free NAS with NTFS for Backups and Hyper-V
- Server 2012 Pulled into Saved State With Server 2008 R2 Host
- How to Delete All VSS Shadows and Orphaned Shadows
- Video Step-by-Step Restore VM from Hyper-V Backup on Windows Server 2022 and Windows 11
- Backup Software for Windows Server 2022, VMware, & Hyper-V
- Hyper-V Replica Pros and Cons
- How to Create A File-based Backup of Hyper-V
- Hyper-V Fixed Disks: Pros and Cons