I have a Dell Optiplex 5070 running Proxmox. I thought I'd try a dual pci-e nvme adapter (
https://www.amazon.com/dp/B08ZHNTWNG?ref=ppx_yo2ov_dt_b_product_details&th=1)(ULANSeN M.2 NVMe PCIe Adapter using ASM2812 chipset) in the only x16 slot.
lspci shows:
01:00.0 PCI bridge: ASMedia Technology Inc. Device 2812 (rev 01)
02:00.0 PCI bridge: ASMedia Technology Inc. Device 2812 (rev 01)
02:08.0 PCI bridge: ASMedia Technology Inc. Device 2812 (rev 01)
03:00.0 Non-Volatile memory controller: Realtek Semiconductor Co., Ltd. Device 5765 (rev 01)
04:00.0 Non-Volatile memory controller: Realtek Semiconductor Co., Ltd. Device 5765 (rev 01)
05:00.0 Non-Volatile memory controller: Sandisk Corp WD Blue SN570 NVMe SSD 1TB <----- this is the nvme boot drive on the mb
But fdisk -l only sees one of the two nvme drives on the adapter:
root@pve:~# fdisk -l
Disk /dev/nvme2n1: 931.51 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: WD Blue SN570 1TB
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: 0A3C6157-EA95-4FC5-AFE1-83916573B63A
Device Start End Sectors Size Type
/dev/nvme2n1p1 34 2047 2014 1007K BIOS boot
/dev/nvme2n1p2 2048 2099199 2097152 1G EFI System
/dev/nvme2n1p3 2099200 1953525134 1951425935 930.5G Linux LVM
Disk /dev/mapper/pve-swap: 8 GiB, 8589934592 bytes, 16777216 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
Disk /dev/mapper/pve-root: 96 GiB, 103079215104 bytes, 201326592 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
Disk /dev/nvme1n1: 3.73 TiB, 4096805658624 bytes, 8001573552 sectors
Disk model: JAJP600M4TB
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: dos
Disk identifier: 0x01aa5354
Is there any way to get proxmox / debian to see the second drive?