Convert the image of Huawei or other brands in Eve_ng? to vmdk and open it directly in vwm
Moderator: mike
-
- Posts: 3
- Joined: Thu Mar 27, 2025 9:13 am
Convert the image of Huawei or other brands in Eve_ng? to vmdk and open it directly in vwm
Can someone convert a single device qcow2 image in eveng into vmdk format to open and run the device in vmw? Because three layers of nesting is inefficient in some ways.
-
- Posts: 360
- Joined: Thu Mar 29, 2018 4:19 pm
Re: Convert the image of Huawei or other brands in Eve_ng? to vmdk and open it directly in vwm
what image are you talking about ?
-
- Posts: 3
- Joined: Thu Mar 27, 2025 9:13 am
-
- Posts: 360
- Joined: Thu Mar 29, 2018 4:19 pm
Re: Convert the image of Huawei or other brands in Eve_ng? to vmdk and open it directly in vwm
here's an example
qemu-img convert -f qcow2 -O vmdk quassel.qcow2 quasselog.vmdk
can't guarantee it will work
qemu-img convert -f qcow2 -O vmdk quassel.qcow2 quasselog.vmdk
can't guarantee it will work
-
- Posts: 3
- Joined: Thu Mar 27, 2025 9:13 am
Re: Convert the image of Huawei or other brands in Eve_ng? to vmdk and open it directly in vwm
Thanks for your reply, I have successfully started the device in vmdk.