User Tools

Site Tools


docu:csheet:sysadm:disks:physical_disk_resize

This is an old revision of the document!


Resize virtual disk (vdX) to match it's new size (growpart, resize2fs)


Given that the device is /dev/vda and the system partition (/) is at /dev/vda1, we run this commands:

growpart /dev/vda 1
resize2fs /dev/vda1


The code on LVM changes a bit

growpart /dev/vda 1
pvresize /dev/vda1
lvextend -l +100%FREE /dev/mapper/loquesea
resize2fs /dev/mapper/loquesea
docu/csheet/sysadm/disks/physical_disk_resize.1640189018.txt.gz · Last modified: 2021/12/22 16:03 by admin