在 Linux 中创建和修改 VDI 磁盘映像的内容

发布于 2024-12-09 12:18:42 字数 97 浏览 1 评论 0原文

有什么方法可以创建 NTFS 格式的 Virtual Box 磁盘映像 (.vdi) 并复制一组文件到其中,然后使用 VBoxManage 将其作为第二个磁盘附加到已配置的实例吗?

Is there any way I can create a Virtual Box disk image (.vdi) that is NTFS formatted and copy a set of files to it prior to attaching it to an already configured instance as a second disk using VBoxManage?

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

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

发布评论

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

评论(1

娇女薄笑 2024-12-16 12:18:42

是的,您必须:

  1. 将 VDI 文件“附加”为另一个磁盘设备
  2. 在该 VDI 文件中“安装”NTFS 分区

本文描述了执行此操作的方法:

https://serverfault.com/questions/210684/how-do- you-mount-a-vdi-image-on-linux

Yes, you will have to:

  1. "Aattch" the VDI file as another disk device
  2. "Mount" NTFS partitions in that VDI file

Ways of doing that are described in this post:

https://serverfault.com/questions/210684/how-do-you-mount-a-vdi-image-on-linux

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文