2023-07-16 23:31:34
This commit is contained in:
@@ -2,7 +2,8 @@
|
|||||||
# First install parted
|
# First install parted
|
||||||
# After + rezise of the ext4 HD use this script
|
# After + rezise of the ext4 HD use this script
|
||||||
# Change the resizepart 1 or to the other part
|
# 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)
|
PART=1 # 1 for debian12 (cloudimage) 3 for ubuntu (cloudimage)
|
||||||
parted /dev/sda resizepart ${PART} 100%
|
parted /dev/sda resizepart ${PART} 100%
|
||||||
resize2fs /dev/sda1
|
resize2fs /dev/sda1
|
||||||
|
|||||||
Reference in New Issue
Block a user