Hi all,
I've got a strange phenomenon where a SATA disk is connected to my mcomputer, but Proxmox is not able to see it, however, a Debian live installation disk can see it fine.
Here's what I tried in Proxmox:
I think a HW issue can be excluded, what can be misconfigured in Proxmox that it cannot see the disk?
BTW, two USB sticks that I can see in live Debian (there I have /dev/sda, sdb and sdc) are invisible in Proxmox, too.
This is a mystery to me, has anbody got an idea?
I've got a strange phenomenon where a SATA disk is connected to my mcomputer, but Proxmox is not able to see it, however, a Debian live installation disk can see it fine.
Here's what I tried in Proxmox:
- it's not listed with lsblk
- neither it is with fdisk -l
- ls /dev/sd* -> "ls: cannot access '/dev/sd*': No such file or directory"
- "smartctl --scan" results in only the NVME drive
- interestingly, there's a one hint that it can see something somehow (I've got only the one invisible SATA drive in the system):
dmesg | grep -i sata
ata1: SATA link up 6.0 Gbps (SStatus 133 SControl 300) - to assure that the disk is not assigned to a VM, I checked them all manually and additionly I had script where this
"qm config $vm_id | grep -E '(scsi|sata|ide|virtio|pci)'"
loops through all VMs, disk is not assigned
- lsblk listed the drive right away
- the partition manager would see it, there I could partition it etc.
I think a HW issue can be excluded, what can be misconfigured in Proxmox that it cannot see the disk?
BTW, two USB sticks that I can see in live Debian (there I have /dev/sda, sdb and sdc) are invisible in Proxmox, too.
This is a mystery to me, has anbody got an idea?