如何检查 virtualbox vdi 的 uuid?

发布于 2024-10-24 00:42:52 字数 163 浏览 3 评论 0原文

如何检查 vdivmdkuuid

VBoxManage 上应该有一些命令行来显示它。

我知道我在文档中的某个地方读过它,但现在由于某种原因我找不到它......

How can I check the uuid of a vdi or vmdk?

There should be some command line on VBoxManage to show it.

I know I read it some place in the docs, but now for some reason I can't find it...

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(3

高跟鞋的旋律 2024-10-31 00:42:52

运行 VBoxManage 并传递它 showhdinfo< /a> 和您的 VDI:

VBoxManage.exe showhdinfo "c:\MyMachine.vdi"

Run VBoxManage and pass it showhdinfo and your VDI:

VBoxManage.exe showhdinfo "c:\MyMachine.vdi"
败给现实 2024-10-31 00:42:52

VBoxManage list vms 将列出虚拟机及其 uuid,而无需知道特定 vdi 的路径。

VBoxManage list vms will list the virtual machines and their uuids without having to know the path to the particular vdi.

暮倦 2024-10-31 00:42:52

您可以打开 C:\Users\username\.VirtualBox\VirtualBox.xml 来获取 .vbox 文件:

<VirtualBox>
  <Global>
    <MachineRegistry>
      <MachineEntry uuid="{11111111-1111-1111-1111-111111111111}" src="C:/mybox.vbox"/>
    </MachineRegistry>
  </Global>
</VirtualBox>

You can open C:\Users\username\.VirtualBox\VirtualBox.xml for .vbox files:

<VirtualBox>
  <Global>
    <MachineRegistry>
      <MachineEntry uuid="{11111111-1111-1111-1111-111111111111}" src="C:/mybox.vbox"/>
    </MachineRegistry>
  </Global>
</VirtualBox>
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文