作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
尝试将 .img 文件转换为 .vdi 文件时出现以下错误。
VBoxManage convertfromraw file.img file.vdi
Converting from raw image file="file.img" to file="file.vdi"...
Creating dynamic image with size 814188811483 bytes (776471MB)...
VBoxManage: error: VD: The given disk size 814188811483 is not aligned on a sector boundary (512 bytes)
VBoxManage: error: Error code VERR_VD_INVALID_SIZE at /home/vbox/vbox-6.0.10/src/VBox/Storage/VD.cpp(6231) in function int VDCreateBase(PVDISK, const char*, const char*, uint64_t, unsigned int, const char*, PCVDGEOMETRY, PCVDGEOMETRY, PCRTUUID, unsigned int, PVDINTERFACE, PVDINTERFACE)
VBoxManage: error: Cannot create the disk image "file.vdi": VERR_VD_INVALID_SIZE
我使用“dd”命令获得了 .img。
我在 Ubuntu 14.04 上使用 VB 6.0.10。
最佳答案
根据此链接,https://forum.openwrt.org/t/error-convert-img-to-vdi/1521 .终于找到解决办法了
您需要使用类似
的东西来填充图像dd if=original.squashfs.combined.img of=padded.img bs=100m conv=sync
在将其转换为 vm 镜像之前。
关于virtualbox - 试图从 .img 转换为 .vdi : VERR_VD_INVALID_SIZE,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/57808610/
尝试将 .img 文件转换为 .vdi 文件时出现以下错误。 VBoxManage convertfromraw file.img file.vdi Converting from raw image
我是一名优秀的程序员,十分优秀!