Skip to content

Instantly share code, notes, and snippets.

@noahbleau
Last active August 10, 2025 01:20
Show Gist options
  • Select an option

  • Save noahbleau/21726cd28231dbdf726e62881ab12cd1 to your computer and use it in GitHub Desktop.

Select an option

Save noahbleau/21726cd28231dbdf726e62881ab12cd1 to your computer and use it in GitHub Desktop.
ProxmoxVE 7 : Remove Local-LVM and Increase Storage

ProxmoxVE 7 : Remove Local-LVM and Increase Storage

  1. Remove local-lvm : Datacenter > Storage > local-lvm

  2. Access the shell : Datacenter > node > Shell

    a) lvremove /dev/pve/data

    b) lvresize -l +100%FREE /dev/pve/root

    c) resize2fs /dev/mapper/pve-root

  3. If needed, change content of the storage to your needs : Datacenter > Storage > "Edit" local > Content

Credits to NetworkChuck from YouTube

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment