hi,
I'm surprised that proxmox does not reognized my sata card when every other system recognyze it (esxi/debian,...)
from my research it should be working out of the box like for the others because of the linux kernel that support it.
But i wasn't able to make it work.
what can i do ?
some info, i don't know what you need:
Hope you can help me thanks
BTW: i use proxmox 5.1
I'm surprised that proxmox does not reognized my sata card when every other system recognyze it (esxi/debian,...)
from my research it should be working out of the box like for the others because of the linux kernel that support it.
But i wasn't able to make it work.
what can i do ?
some info, i don't know what you need:
Code:
# cat /usr/share/misc/pci.ids | grep -i "9230"
9230 88SE9230 PCIe SATA 6Gb/s Controller
# /sbin/modinfo /lib/modules/*/kernel/drivers/ata/ahci.ko | egrep -i "filename|9230"
filename: /lib/modules/4.13.4-1-pve/kernel/drivers/ata/ahci.ko
alias: pci:v00001B4Bd00009230sv*sd*bc*sc*i*
# lsmod | grep ahci
ahci 36864 2
libahci 32768 1 ahci
Hope you can help me thanks
BTW: i use proxmox 5.1
Last edited: