I wanted to add a disk, and primarily use it as a Thinpool, and I also wanted some directory storage for images and templates on the same disk.
The guide here shows how to do it: https://pve.proxmox.com/pve-docs/chapter-sysadmin.html#chapter_lvm
However its not as simple as copy and paste. You have to read between the lines, and understand what your doing.
![screenshot_30.png screenshot_30.png]()
Here is my copy/paste to setup a New 600gb /dev/sdb drive:
Read more
The guide here shows how to do it: https://pve.proxmox.com/pve-docs/chapter-sysadmin.html#chapter_lvm
However its not as simple as copy and paste. You have to read between the lines, and understand what your doing.

Here is my copy/paste to setup a New 600gb /dev/sdb drive:
Code:
#wipe the drive:
parted /dev/sdb mklabel gpt...
Read more