From f20d864f868d99963ae2870fadd497bbfcb78d63 Mon Sep 17 00:00:00 2001 From: Marten <43725244+Tiyn@users.noreply.github.com> Date: Mon, 30 Nov 2020 10:55:20 +0100 Subject: [PATCH 1/4] Update proxmox.md --- wiki/proxmox.md | 1 + 1 file changed, 1 insertion(+) diff --git a/wiki/proxmox.md b/wiki/proxmox.md index 156c464..cd24d9c 100644 --- a/wiki/proxmox.md +++ b/wiki/proxmox.md @@ -11,6 +11,7 @@ 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]. ## PCI/GPU passthrough 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 2/4] 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. From 9dcd6af587623f0f2e5ed2fda2da565599a6281d Mon Sep 17 00:00:00 2001 From: Marten <43725244+Tiyn@users.noreply.github.com> Date: Mon, 30 Nov 2020 10:56:49 +0100 Subject: [PATCH 3/4] Update proxmox.md --- wiki/proxmox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/proxmox.md b/wiki/proxmox.md index 3202043..bad1bbd 100644 --- a/wiki/proxmox.md +++ b/wiki/proxmox.md @@ -11,7 +11,7 @@ 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 [the disk-management article](linux/disk-management.md). ## PCI/GPU passthrough From cfbe872e866cc4c9b65ad6bd0232f7489bc135eb Mon Sep 17 00:00:00 2001 From: Marten <43725244+Tiyn@users.noreply.github.com> Date: Mon, 30 Nov 2020 10:57:16 +0100 Subject: [PATCH 4/4] Update disk-management.md --- wiki/linux/disk-management.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/linux/disk-management.md b/wiki/linux/disk-management.md index bdea838..7209536 100644 --- a/wiki/linux/disk-management.md +++ b/wiki/linux/disk-management.md @@ -8,7 +8,7 @@ the free space after it. SSH into the VM. - run `lsblk` check if the disk size has changed -- if not `reboot` the virtual machine +- if not `reboot` the machine In the following it is assumed that the partition to enlarge is `/dev/sda2`