Knowledge Base
< Alle Themen
Drucken
How do I convert a .vmdk file to a .iso file?
Veröffentlicht4. Juli 2024
Aktualisiert17. Juli 2024
How to convert a VM into ISO file via QEMU-IMG command
1. Install and put both dd and qemu-img program in the system path. Open a Command Prompt window in the folder where the source VMDK file is, and run the following commands to convert the source VMDK file to raw image.
qemu-img convert -f vmdk filename.vmdk filename.raw
2. And then run the following command to convert the raw image to ISO file.
dd if=filename.raw of=filename.iso
-
Windows
-
Linux
-
iOS
- Artikel kommen bald
-
Android
-
- Artikel kommen bald
-
-
Virtualisierungen
-
- Wie kann ich Proxmox LCX Container mit dem PCT-Tool auf Fehler überprüfen?
- Ubuntu Server zu einer Proxmox Virtual Environment (PVE) Virtual Machine (VM) migrieren
- Proxmox Backup Server als VM auf Proxmox VE installieren
- Proxmox die wichtigsten Befehle, Pfade und Dateien
- Proxmox VM Qcow2 Festplatte verkleinern (Windows Version)
-
-
AVM
-
Sicherheit