在qemu/kvm中,我可以将主机分区挂载为虚拟磁盘驱动器吗?
我有一台新笔记本电脑,有一个 Windows 分区和一个 Linux 分区。我想在 Linux 下运行 qemu/kvm,并在该虚拟机上运行 Windows XP 实例。所需的设置是将虚拟磁盘(在 Linux 主机文件中)作为虚拟机上的 C: 驱动器,并将底层主机 Windows 分区作为虚拟机上的 D: 驱动器。这是我在另一台笔记本电脑上的 VirtualBox 下使用了一段时间的设置。可以用 qemu/kvm 做到这一点吗?
需要注意的是,我没有在 Linux 下安装 Windows 分区,因此虚拟机实例将拥有全部 Windows 分区。我希望 Windows 分区能够读/写,但这并不是绝对必要的。
提前致谢,
格雷格·约翰逊
I have a new laptop with a Windows partition and a Linux partition. I want to run qemu/kvm under Linux, and run an instance of Windows XP on that virtual machine. The desired setup is to have a virtual disk (in a Linux host file) as the C: drive on the virtual machine, and the underlying host Windows partition as the D: drive on the virtual machine. This is the setup I have been using for a while under VirtualBox on another laptop. Is it possible to do this with qemu/kvm?
One note - I don't have the Windows partition mounted under Linux, so the virtual machine instance would have the Windows partition all to itself. I would prefer the Windows partition to be read/write, but that is not absolutely necessary.
Thanks in advance,
Greg Johnson
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我非常确定您想做的事情可以完成。您需要...
然后使用 RAID 设备作为“-hdc”启动 QEMU驱动器 C: 或“-hdd”驱动器 D:。该驱动器将是可读写的。
您可以在 Arch Linux QEMU wiki 页面 找到详细说明。
I am pretty sure what you want to do can be done. You would need to ...
Then start QEMU using the RAID device as "-hdc" for drive C: or "-hdd" for drive D:. The drive would be read-write.
You can find detailed instructions at the Arch Linux QEMU wiki page.