Hi there, I would like to extend xxx-root LVM, that is mounted on /.
I had extended the physical volume using the PVE UI, so the sda shows size of 450GB, so there is 200GB available, which I want to allocate to sda2 and then use to extend the xxx-root to use all of the available free space.
Any way to achieve it safely without deleting and re-creating the partition (from obivous reason - data loss)?
Thanks in advance!
tom.+
I had extended the physical volume using the PVE UI, so the sda shows size of 450GB, so there is 200GB available, which I want to allocate to sda2 and then use to extend the xxx-root to use all of the available free space.
Any way to achieve it safely without deleting and re-creating the partition (from obivous reason - data loss)?
Thanks in advance!
tom.+
Bash:
NAME MAJ:MIN RM SIZE RO TYPE MOUNTPOINT
sda 8:0 0 450G 0 disk
├─sda1 8:1 0 1G 0 part /boot
└─sda2 8:2 0 249G 0 part
├─xxx-root 253:0 0 50G 0 lvm /
├─xxx-swap 253:1 0 3.9G 0 lvm [SWAP]
└─xxx-home 253:2 0 195.1G 0 lvm /home