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