Proxmox - steps to Direct-attached storage
Check in the GUI the serial number of the HDD (navigation: Proxmox URL > Notes > Disks > copy Serial) Check in the GUI the VM number (e.g. 107) (navigation: Proxmox URL > Virtual Machi…
Check in the GUI the serial number of the HDD (navigation: Proxmox URL > Notes > Disks > copy Serial) Check in the GUI the VM number (e.g. 107) (navigation: Proxmox URL > Virtual Machi…
This small post shows my Bash script to direct attach a HDD of SSD in Proxmox to a VM Don't like scrips? This are the manual steps: link #!/bin/bash # Function to list available disks list_disks() { …
Direct Attach HDD / SSD to VM by id Steps to attach DISK Open NODE (e.g. WARP) > Open DISKS > Copy Serial to a notepad or write it down Open shell on the NODE (eg. warp) and check for correspon…
Add directory to ZFS Pool: Open shell in NODE (eg. warp) Create folder on existing ZFS pool (eg. platterpool) zfs create platterpool/platter -o mountpoint=/platter Open Datacenter > Storage and…