From e39e22372a023dc4720955c764df19e75b6bc794 Mon Sep 17 00:00:00 2001 From: ralfk Date: Fri, 25 Oct 2024 15:49:29 +0200 Subject: [PATCH] Surface8: 2024-10-25 15:49:29 --- Technik/Proxmox-Server.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/Technik/Proxmox-Server.md b/Technik/Proxmox-Server.md index 82be098..0f0138f 100644 --- a/Technik/Proxmox-Server.md +++ b/Technik/Proxmox-Server.md @@ -108,8 +108,14 @@ Start VM again ### Import OVA VM to Proxmox -Import Disk +**Import ganze VM** qm importovf {vmid} {VM name}.ovf {target storage} ```bash qm importovf 100 Server.ovf local-zfs -``` \ No newline at end of file +``` +**Import only Disk** +qm disk import {target VMID} {vmdk file} {target storage} +```bash +qm disk import 104 Server.vmdk local-zfs +``` +