2025.04.14-08:40

This commit is contained in:
2025-04-14 08:48:54 +02:00
parent 3994f68c38
commit 055304df00
4 changed files with 59 additions and 4 deletions

View File

@ -0,0 +1,10 @@
On fresh install of Proxmox VE i like to remove local-lvm storage as i don't use it. And combine local-lvm storage to main local storage.
More info
**Video: 10+ YEARS OLD laptop is my PROXMOX server**
https://youtu.be/5ybXCED83ww?si=pWsyFhD4-AFBO5DG&t=485
**Command:**
```bash
lvremove /dev/pve/data -y && lvresize -l +100%FREE /dev/pve/root && resize2fs /dev/mapper/pve-root
```