Updated: January 5, 2011
Applies To: Windows Server 2008, Windows Server 2008 R2
This section describes the storage configuration options that a server running Hyper-V supports. It also provides information that will help you plan your storage requirements. For step-by-step procedures that explain how to create virtual hard disks, attach physical disks, and configure iSCSI-based storage, see Configuring Disks and Storage.
You can use the following types of physical storage with a server that runs Hyper-V:
For more information about the requirements and other considerations about hardware, see Hardware Considerations.
On the management operating system, you can select to use either virtual hard disks or physical disks that are directly attached to a virtual machine. Virtual hard disks can have a capacity of up to 2040 gigabytes and include the following types:
With virtual hard disks, each virtual machine supports up to 512 TB of storage. Physical disks that are directly attached to a virtual machine have no size limit other than what is supported by the guest operating system.
You can select either integrated device electronics (IDE) or SCSI devices on virtual machines:
The following table describes the various storage configuration options available with IDE devices:
Storage type
Direct-attached storage
SAN, Fibre Channel/iSCSI
Type of disk that is exposed to the management operating system
Virtual hard disk on NTFS
Physical disk directly attached to a virtual machine
Maximum supported disk size on virtual machine
2040 gigabytes
No size limit other than what is supported by the guest operating system
Virtual hard disk snapshots are supported
Yes
No
Dynamically expanding virtual hard disk
Differencing virtual hard disk
Add or remove storage while the virtual machine is running
The following table describes the various storage configuration options available with SCSI devices:
Yes in Windows Server 2008 R2. No in Windows Server 2008.
The maximum VHD size for a local or remote IDE or SCSI drive is 2040GB which is 8GB short of 2TB.
Noted, as well as lots of other good info at http://blogs.technet.com/josebda/archive/2008/02/14/storage-options-for-windows-server-2008-s-hyper-v.aspxEdit: The reason for the 2040G limit is the length of each Block Allocation Table entry is set to 4 Bytes and the maximum valid value is 0xFFFFFFFE (0xFFFFFFFF means an unused entry). If you multiply that value by 512B sector size and then subtract the overhead of on disk meta-data structures, 2040G will be the maximum size of dynamically or differencing VHDs.
will performance increase if i install a guest os on a lan passthrough volume and boot from it(compare to if i enable the volume on the host and share it as VHD)?
I've read that with lan passthrough approach, some VHD features are not usable such as snapshot. i'm planning to use DPM2007 to backup my virtual server. I know that dpm2007 can backup virtual server from the host(no agent is needed on guest os). if i'm using lun passthrough approach, does this mean dpm2007 won't be able to backup my virtual server from the host?