It has two nvme drives (Micron_3400_MTFDKBA1T0TFH). When purchased, with Windows, the two drives were mirrored (raid 0). Since then, trying to install linux, only one drive can be seen at a time.
Here is an excerpt from dmesg using the livecd:
Code: Select all
livecd / # dmesg |grep nvme
[ 1.746864] nvme nvme0: pci function 0000:6c:00.0
[ 1.746952] nvme nvme1: pci function 0000:6e:00.0
[ 1.783143] nvme nvme1: Duplicate cntlid 0 with nvme0, rejecting
[ 1.783150] nvme nvme1: Removing after probe failure status: -22
[ 1.802536] nvme nvme0: 24/0/0 default/read/poll queues
[ 1.807437] nvme0n1: p1 p2 p3
Here is the relevant info from lspci -k:
Code: Select all
6c:00.0 Non-Volatile memory controller: Micron Technology Inc Device 5407
Subsystem: Micron Technology Inc Device 0100
Kernel driver in use: nvme
6e:00.0 Non-Volatile memory controller: Micron Technology Inc Device 5407
Subsystem: Micron Technology Inc Device 0100
Has anyone else gotten this problem? And how did you solve it? Or, do you have any suggestions to point me in a direction?
Thanks very much.


