From d3ce33c305bbf0a484c922db49a66b5e5a2b6eba Mon Sep 17 00:00:00 2001 From: ralfk Date: Tue, 5 Nov 2024 19:03:27 +0100 Subject: [PATCH] Surface8: 2024-11-05 19:03:27 --- Technik/Proxmox-Server.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/Technik/Proxmox-Server.md b/Technik/Proxmox-Server.md index 1b1f393..8b8d8b1 100644 --- a/Technik/Proxmox-Server.md +++ b/Technik/Proxmox-Server.md @@ -178,6 +178,16 @@ Windows musste neu aktiviert werden Siehe hierzu auch https://forum.proxmox.com/threads/vma-archive-restore-outside-of-proxmox.14226/#post-76387 +### Importing VHDX Files into Proxmox +```bash +qemu-img convert -f vhdx -O qcow2 source.vhdx destination.qcow2 +``` + + + + + + ### Cronjobs