【问题标题】:I have an .ova file that won't open in VirtualBox我有一个无法在 VirtualBox 中打开的 .ova 文件
【发布时间】:2019-12-27 18:03:32
【问题描述】:

当我尝试在 VirtualBox 5.1.8 中导入 .ova 文件时出现错误:

Error reading OVA '/filename.ova' (VERR_TAR_UNEXPECTED_EOS).


Result Code: VBOX_E_IPRT_ERROR (0x80BB0005)

我看到了一些我可能需要更新 VirtualBox 或 .ova 文件已损坏的信息。我希望是别的东西。我不想更新 VirtualBox 并且 .ova 文件非常大,我不想再次下载它。此错误可能暗示的任何其他可能性?

【问题讨论】:

    标签: virtual-machine virtualbox ovf ova


    【解决方案1】:

    因此,在我的情况下,答案是 .ova 文件基本上是 tar 格式的 .ovf 文件,正如Chris TD 在帖子中的评论中所总结的那样:OVA’s and OVF’s: What are they, and what’s the difference?

    所以我就这么做了

    $ tar -xvf filename.ova
    

    获取filename.ovf,我可以将其导入 VirtualBox。

    【讨论】:

      猜你喜欢
      • 2020-08-18
      • 1970-01-01
      • 2022-12-11
      • 2021-05-31
      • 1970-01-01
      • 2018-10-02
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      相关资源
      最近更新 更多