Skip to content

Delete the local-lvm directory from proxmox and resize the local to get the complete disk space

Delete the local-lvm directory from proxmox and resize the local to get the complete disk space

Section titled “Delete the local-lvm directory from proxmox and resize the local to get the complete disk space”

!!! note

You'll need to move all disks, isos, etc. from the `local-lvm` storage to the `local` storage before performing these steps.
  1. Delete local-lvm from CLI:
Terminal window
lvremove /dev/pve/data
  1. Reallocate the space
Terminal window
lvresize -l +100%FREE /dev/pve/root
resize2fs /dev/mapper/pve-root