From 93e41e7982f4bbf4348a898807d316f5877d70cf Mon Sep 17 00:00:00 2001 From: Marten <43725244+Tiyn@users.noreply.github.com> Date: Mon, 30 Nov 2020 10:55:38 +0100 Subject: [PATCH] Update proxmox.md --- wiki/proxmox.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wiki/proxmox.md b/wiki/proxmox.md index cd24d9c..3202043 100644 --- a/wiki/proxmox.md +++ b/wiki/proxmox.md @@ -11,11 +11,11 @@ Enlarge a disk by using: `qm resize ` For example: `qm resize 100 ide0 +100G` -After that grow the filesystem as described in [linux/disk-management.md]. +After that grow the filesystem as described in [linux/disk-management.md] . ## PCI/GPU passthrough To use GPUs or other PCI devices you need to work with PCI passthrough. For documentation you can look in the [Proxmox wiki](https://pve.proxmox.com/wiki/Pci_passthrough). -There is also an[article](https://www.reddit.com/r/homelab/comments/b5xpua/the_ultimate_beginners_guide_to_gpu_passthrough) +There is also an [article](https://www.reddit.com/r/homelab/comments/b5xpua/the_ultimate_beginners_guide_to_gpu_passthrough) on reddit, that focusses especially on windows 10 VMs with GPU passthrough.