I've created a new VM with SCSI controller drive as know SCSI is faster and better then IDE and SATA and selected the 2nd drive attached the server /dev/sdb instead of /dev/sda then loaded the server to install Windows server 2016 however on initial setup the windows can't locate and load the drive at all.
SCSI controller was default (LSI 53C895A) then changed it to VirtIO SCSI didn't resolve the issue.
The first drive shows as following
The second drive which I'm using for the VMs shows as following
I'm not sure if the type unknown is the issue although Proxmox was able to locate it and add it to the Storage of the Node.
Any way had such issue before what's your suggestion? Thank you!
SCSI controller was default (LSI 53C895A) then changed it to VirtIO SCSI didn't resolve the issue.
The first drive shows as following
Code:
root@pvps:~# fdisk -l /dev/sda
Disk /dev/sda: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 5183ECAC-4E97-4E44-9EB1-FEBF2641A55F
Device Start End Sectors Size Type
/dev/sda1 34 2047 2014 1007K BIOS boot
/dev/sda2 2048 1050623 1048576 512M EFI System
/dev/sda3 1050624 1953525134 1952474511 931G Linux LVM
The second drive which I'm using for the VMs shows as following
Code:
Disk /dev/sdb: 931.5 GiB, 1000204886016 bytes, 1953525168 sectors
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes
Disklabel type: gpt
Disk identifier: 957616B1-836D-4F25-B7FF-18882A23CA64
Device Start End Sectors Size Type
/dev/sdb1 2048 1953520064 1953518017 931.5G unknown
I'm not sure if the type unknown is the issue although Proxmox was able to locate it and add it to the Storage of the Node.
Any way had such issue before what's your suggestion? Thank you!