From e7e79a147e57a816bb8245886b3ef71990c894a7 Mon Sep 17 00:00:00 2001 From: Marten <43725244+Tiyn@users.noreply.github.com> Date: Tue, 22 Dec 2020 17:31:50 +0100 Subject: [PATCH 1/2] proxmox: example for size operator --- wiki/linux/proxmox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/linux/proxmox.md b/wiki/linux/proxmox.md index 312822a..18e957e 100644 --- a/wiki/linux/proxmox.md +++ b/wiki/linux/proxmox.md @@ -13,7 +13,7 @@ Enlarge a disk by using: qm resize ``` -For example: +For example (100G is 100GibiByte): ```shell qm resize 100 ide0 +100G From 760b42f6fbacd4dd2766ace225a3a6dff5dd4121 Mon Sep 17 00:00:00 2001 From: Marten <43725244+Tiyn@users.noreply.github.com> Date: Tue, 22 Dec 2020 17:32:26 +0100 Subject: [PATCH 2/2] proxmox/bugfix: link to disk-management is broken --- wiki/linux/proxmox.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wiki/linux/proxmox.md b/wiki/linux/proxmox.md index 18e957e..532572c 100644 --- a/wiki/linux/proxmox.md +++ b/wiki/linux/proxmox.md @@ -19,7 +19,7 @@ For example (100G is 100GibiByte): qm resize 100 ide0 +100G ``` -After that grow the filesystem as described in [the disk-management article](linux/disk-management.md). +After that grow the filesystem as described in [the disk-management article](disk-management.md). ## VM passthrough