Macguire's Docs
GitHubGitHub (opens in a new tab)
  • Setup
    • Install Proxmox
    • Get ISOs
      • pfSense
      • Create Vms
      • pfSense
      • Wireguard
  • macOS
  • Topics
  • Dotfiles
  • Index
  • Message Authentication Code Incorrect
  • Moving Proxmox to New Disk
  • Setup
  • Simplelogin
  • Symbolic Links
    • JavaScript
    • Nextra
    • TypeScript
      • Box Shadow
      • Motion
      • Mdx
    • Adguard Home
    • General
    • Home Assistant
    • Nginx Proxy Manager
    • Alpine
    • Linux
    • Red Hat Enterprise Linux
    • Ansible
    • Apache
    • Asdf
    • Borg
    • Find
    • Firewalld
    • Git
    • Host
    • Python
    • Rsync
    • Ssh
    • Stat
    • Resize VM Disk
    • Favicon
    • Htaccess
    • Mysql
    • PHP
    • Phpmyadmin
    • WordPress
Question? Give us feedback → (opens in a new tab)Edit this page
proxmox
Resize VM Disk

Resize VM disk

  1. Increase disk space from Proxmox GUI
  2. sudo fdisk -l
  3. sudo cfdisk
  4. pvdisplay
  5. sudo pvresize /dev/sda3
  6. pvdisplay
  7. lvdisplay
  8. sudo lvextend -l +100%FREE /dev/ubuntu-vg/ubuntu-lv
  9. lvdisplay
  10. resize2fs /dev/ubuntu-vg/ubuntu-lv
  11. fdisk -l

https://forum.proxmox.com/threads/resize-ubuntu-vm-disk.117810/#post-510089 (opens in a new tab)

StatFavicon

Macguire's docs