Dans Dev Diary 2.0 Help

Resizing Proxmox Ubuntu Instance

Updating the Disk Size of VM in Proxmox

Increase Disk Space on Proxmox

Proxmox resize disk select vm
  1. Select the VM to resize

  2. Click on the Hardware tab

  3. Click on the Hard Disk

  4. Click on the Resize Disk button

  5. Select how much (GB) you want to increase the disk space by.

  6. Click on the Resize Disk button

  7. reboot the VM

Proxmox resize disk edit disk

Expand Disk Space on Ubuntu Desktop

  1. ssh onto the VM

  2. List the current disks sudo fdisk -l /dev/sda

  3. Identify the root partition, for example

  4. In this case the root partition was /dev/sda3, now to resize run sudo growpart /dev/sda 3

  5. Now reboot the VM

  6. Once restarted, check the size of the disk with df -h

Expand Disk Space on Ubuntu Server

  1. ssh onto the VM

  2. TODO

Last modified: 10 November 2023