I've installed Proxmox on a cloud VM with 200GB of space and I think I dedicated too much space to the `local` partition, rather than the `local-lvm` where it seems Proxmox prefers to install the VM disks.
This is sample output from `parted -l` and it seems the disks I want to resize are
and
. I want to shrink the `pve-root` partition and create more space for the `pve-data` partition.
Will it be safe to use GParted...
Read more
This is sample output from `parted -l` and it seems the disks I want to resize are
Code:
dev/mapper/pve-root: 64.2GB
Code:
Disk /dev/mapper/pve-data: 121GB
Will it be safe to use GParted...
Read more