From 24be00d7bfb96c136e48c34572ce1535e7781a6a Mon Sep 17 00:00:00 2001 From: tiyn Date: Thu, 26 Jan 2023 02:07:27 +0100 Subject: [PATCH] proxmox: added partition enlargement to disk enlarging --- wiki/linux/proxmox.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/wiki/linux/proxmox.md b/wiki/linux/proxmox.md index bf762d0..6b1a1cf 100644 --- a/wiki/linux/proxmox.md +++ b/wiki/linux/proxmox.md @@ -30,8 +30,14 @@ For example if you want to the disk 100 by 100G (100GibiByte): qm resize 100 ide0 +100G ``` +Afterwards the partition of the VM needs to be enlarged. +For that +[the disk management article](/wiki/linux/disk-management.md#grow-non-lvm-partition) +can be used for non-LVM paritions. +Alternatively [the LVM article](/wiki/linux/lvm.md#increase-size-of-a-logical-volume) +can be referenced for LVM systems. After that grow the filesystem in the vm as described in -[the disk management article](./disk-management.md). +[the disk management article](/wiki/linux/disk-management.md#growing-a-file-system). ## Remove local-lvm and add its size to local