You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1.0 KiB
1.0 KiB
Resize disk
-
Expand volume
-
grow disk df -h
-
list partitions
$ sudo lsblk
$ sudo growpart /dev/sda 3
$ sudo pvresize /dev/sda3
$ sudo lvextend -l +100%FREE /dev/mapper/ubuntu--vg-ubuntu--lv
$ sudo resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv