Skip to content

Instantly share code, notes, and snippets.

@haroldcris
Created April 16, 2023 09:26
Show Gist options
  • Save haroldcris/9323b645fe8edb1f13b90baee56f8141 to your computer and use it in GitHub Desktop.
Save haroldcris/9323b645fe8edb1f13b90baee56f8141 to your computer and use it in GitHub Desktop.
Install this script right after fresh install of ProxMox
bash -c "$(wget -qLO - https://github.com/tteck/Proxmox/raw/main/misc/post-pve-install.sh)"
@haroldcris
Copy link
Author

haroldcris commented Aug 6, 2023

How to Increase Storage:
Click Data Center-> Storage -> remove local-lvm

lvremove /dev/pve/data

next

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

resize2fs /dev/mapper/pve-root

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