From 92b9156c3e89f579392f588c042a6da046a8188a Mon Sep 17 00:00:00 2001 From: henk Date: Sun, 16 Jul 2023 23:31:34 +0200 Subject: [PATCH] 2023-07-16 23:31:34 --- virtualisatie/proxmox/parted.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/virtualisatie/proxmox/parted.sh b/virtualisatie/proxmox/parted.sh index 6d8f107..417fc94 100755 --- a/virtualisatie/proxmox/parted.sh +++ b/virtualisatie/proxmox/parted.sh @@ -2,7 +2,8 @@ # First install parted # After + rezise of the ext4 HD use this script # Change the resizepart 1 or to the other part -# +# apt install parted +# parted -l for the current disk PART=1 # 1 for debian12 (cloudimage) 3 for ubuntu (cloudimage) parted /dev/sda resizepart ${PART} 100% resize2fs /dev/sda1