I wanted to expand the pve-root partition, I deleted the /dev/pve/data partition:
lvremove /dev/pve/data
lvresize -l +100%FREE /dev/pve/root
resize2fs /dev/mapper/pve-root
The section was deleted, but when the system boots, I get messages "volume group pve not found cannot process volume group pve"
Is it possible to do this, if so, how to fix the error "volume group pve not found cannot process volume group pve" ?
lvremove /dev/pve/data
lvresize -l +100%FREE /dev/pve/root
resize2fs /dev/mapper/pve-root
The section was deleted, but when the system boots, I get messages "volume group pve not found cannot process volume group pve"
Is it possible to do this, if so, how to fix the error "volume group pve not found cannot process volume group pve" ?