Group: Forum Members
Posts: 14K,
Visits: 82K
|
When you create a viBoot VM, you can attach other Reflect images as additional disks. After the VM is created, it's a Hyper-V VM, so at that point you can use Hyper-V Manager to add even more disks. The options there depend on whether you're using a Hyper-V Gen 1 VM (Legacy BIOS) or Gen 2 VM (UEFI). Note that this is based on how the guest OS is designed to boot, not the host OS. Reflect chooses the VM generation based on the layout of the disk you chose to use as the boot disk, but Hyper-V itself has some differences in terms of what's supported on Gen 1 vs. Gen 2 VMs. Only Gen 1 VMs support virtual disks that are mapped to physical disks on the host, and when you have a physical disk attached to a VM, it's not available within the host OS.
But if you just want to get files from your host to your guest VM, you can just enable file sharing on your host system and make sure your VM has a network interface active, and then your guest will be able to access your host just like any other real system on your network. Or even easier than that, if your guest is running a Pro or better version of Windows 8 or newer, you can enable "Enhanced Session Mode" in the Virtual Machine Connection application that you use to view your VM, and at that point you can copy paste content, including files, between your host and guest. Just use keyboard shortcuts or use the "right-click, select Ctrl, right-click, select Paste" method.
|