My Hyper-V Server 2008 R2 box has 2 partitions, one for the OS and a second for data. Can I configure my guest virtual machines to have access to that data partition? Preferably so that the guest OS sees it as a physical drive, not a mounted network share.

link|improve this question

feedback

2 Answers

up vote 2 down vote accepted

No.

You can assign DRIVES (Physical) to machiens a drives, but not partitions.

link|improve this answer
feedback

You can create a "fixed" VHD that fills the entire volume. Then you can assign that to the VM. This will have the exact same behavior as passing the partition through to a VM.

link|improve this answer
Could I share that VHD across multiple guests or could only 1 guest mount it at a time? – qntmfred Jan 7 '11 at 16:02
Only one guest can mount it. If you want to share, you have to use an iSCSI target. – Jake Oshins Jan 11 '11 at 0:54
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.