Skip to content

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
pvcreate /dev/sd*
vgextend turnkey /dev/sd*
vgdisplay
lvextend -l+100%free /dev/turnkey/root
resize2fs /dev/turnkey/root