Hi all,
I'm having an issue with Proxmox reading a second 2TB SSD.
I have 2 M2 drives:
When i run command below, it seems Proxmox isn't recognizing the new hardware.
The BIOS recognizes the new hard drive fine.
lsblk |awk 'NR==1{print $0" DEVICE-ID(S)"}NR>1{dev=$1;printf $0" ";system("find /dev/disk/by-id -lname \"*"dev"\" -printf \" %p\"");print "";}'|grep -v -E 'part|lvm'
I have read a few forums, but none have really solved my issue.
I basically want to create a new VM and use this entire drive for this purpose.
Any assistance appreciated
I'm having an issue with Proxmox reading a second 2TB SSD.
I have 2 M2 drives:
- 1 x 2tb Crucial SSD and
- 1 x 2tb SanDisk Extreme SSD
When i run command below, it seems Proxmox isn't recognizing the new hardware.
The BIOS recognizes the new hard drive fine.
lsblk |awk 'NR==1{print $0" DEVICE-ID(S)"}NR>1{dev=$1;printf $0" ";system("find /dev/disk/by-id -lname \"*"dev"\" -printf \" %p\"");print "";}'|grep -v -E 'part|lvm'
I have read a few forums, but none have really solved my issue.
I basically want to create a new VM and use this entire drive for this purpose.
Any assistance appreciated