简体   繁体   中英

Error by converting qcow2 to vdi with qemu-img

I'm trying to convert.qcow2 to.vdi on my Ubuntu VM with a command qemu-img convert -f qcow2 qcow2_file_name.qcow2 -O vdi vdi_file_name.vdi

But I'm getting the following message: qemu-img: Could not open 'qcow2_file_name.qcow2': No such file or directory

The file is in a Downloads folder, and I tried to move it to Home, but it didn't help. Any ideas what could be wrong here?

The command must be like this: qemu-img convert -f qcow2 -O vdi file.qcow2 file.vdi

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM