Skip to content

Add storage to a Turnkey VM like Nextcloud

Add storage to a Turnkey VM like Nextcloud

Section titled “Add storage to a Turnkey VM like Nextcloud”

Managing LVM on Proxmox

  • Add additional disk to Turnkey VM in Proxmox
  • find /dev/sd* for the new disk inside the VM
Terminal window
pvcreate /dev/sd*
Terminal window
vgextend turnkey /dev/sd*
Terminal window
vgdisplay
Terminal window
lvextend -l+100%free /dev/turnkey/root
Terminal window
resize2fs /dev/turnkey/root