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