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] 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