现在分享在macOS上使用QEMU工具把.img镜像格式转为.vmdk格式
首先安装brew软件包管理器
在终端里面运行
代码:
/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
关于brew的介绍可以看这里
https://brew.sh/index_zh-cn.html
然后再安装QEMU
安装好了后开始转化格式
请注意目录
以20200215-plus-openwrt-x86-64-combined-squashfs.img为例
若我的文件放在/Volumes/DATA/tmp/目录下