6.4TB INTEL P4608 SSD only 1 disk detected (not firmware issue???)

Notice: Page may contain affiliate links for which we may earn a small commission through services like Amazon Affiliates or Skimlinks.

Damo

Active Member
Sep 7, 2022
111
30
28
Got an issue with one of these currently don't think it's a Linux firmware issue I did not upgrade. Since last reboot I am getting error, just to be sure I did upgrade to latest Promxox pve-manager/8.1.4 which should detect both. Booting gparted ISO also does not detect it.

Code:
Jan 31 15:57:03 HOMELAB kernel: [    0.698507] nvme nvme2: Shutdown timeout set to 10 seconds
Jan 31 15:57:03 HOMELAB kernel: [    0.698521] nvme nvme2: Failed to read smart log (error 16390)
Jan 31 15:57:03 HOMELAB kernel: [    0.698612] nvme nvme2: IO queues not created


fdisk -l
Code:
Disk /dev/nvme3n1: 2.91 TiB, 3200631791616 bytes, 6251233968 sectors
Disk model: 7335943:ICDPC5ED2ORA6.4T
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: 0C46371C-F17D-C245-B34D-4EB79BE4FEA4

Device              Start        End    Sectors  Size Type
/dev/nvme3n1p1       2048 6251216895 6251214848  2.9T Solaris /usr & Apple ZFS
/dev/nvme3n1p9 6251216896 6251233279      16384    8M Solaris reserved 1


Disk /dev/nvme0n1: 119.24 GiB, 128035676160 bytes, 250069680 sectors
Disk model: SAMSUNG MZVLW128HEGR-000L1
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: 0x14cd6331

Device         Boot     Start       End   Sectors   Size Id Type
/dev/nvme0n1p1           2048 248068095 248066048 118.3G 83 Linux
/dev/nvme0n1p2      248070142 250068991   1998850   976M  5 Extended
/dev/nvme0n1p5      248070144 250068991   1998848   976M 82 Linux swap / Solaris


Disk /dev/nvme1n1: 238.47 GiB, 256060514304 bytes, 500118192 sectors
Disk model: SAMSUNG MZVPW256HEGL-000H1
Units: sectors of 1 * 512 = 512 bytes
Sector size (logical/physical): 512 bytes / 512 bytes
I/O size (minimum/optimal): 512 bytes / 512 bytes

smartctl -x /dev/nvme2
Code:
smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.5.11-7-pve] (local build)
Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Model Number:                       7335943:ICDPC5ED2ORA6.4T
Serial Number:                      PHLE742201ST6P4BGN-1
Firmware Version:                   QDV1RF30
PCI Vendor ID:                      0x8086
PCI Vendor Subsystem ID:            0x108e
IEEE OUI Identifier:                0x5cd2e4
Total NVM Capacity:                 69,793,218,560 [69.7 GB]
Unallocated NVM Capacity:           0
Controller ID:                      0
NVMe Version:                       1.2
Number of Namespaces:               0
Local Time is:                      Wed Jan 31 19:17:30 2024 GMT
Firmware Updates (0x02):            1 Slot
Optional Admin Commands (0x0006):   Format Frmw_DL
Optional NVM Commands (0x0002):     Wr_Unc
Log Page Attributes (0x02):         Cmd_Eff_Lg
Maximum Data Transfer Size:         32 Pages
Warning  Comp. Temp. Threshold:     70 Celsius
Critical Comp. Temp. Threshold:     75 Celsius

Supported Power States
St Op     Max   Active     Idle   RL RT WL WT  Ent_Lat  Ex_Lat
 0 +    13.50W       -        -    0  0  0  0        0       0

=== START OF SMART DATA SECTION ===
Read NVMe SMART/Health Information failed: NVMe Status 0x4006
 

Damo

Active Member
Sep 7, 2022
111
30
28
Anyone? Few more commands

nvme list
Code:
Node                  Generic               SN                   Model                                    Namespace Usage                      Format           FW Rev
--------------------- --------------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- --------
/dev/nvme3n1          /dev/ng3n1            PHLE742201ST6P4BGN-2 7335943:ICDPC5ED2ORA6.4T                 1           3.20  TB /   3.20  TB    512   B +  0 B   QDV1RF35
/dev/nvme1n1          /dev/ng1n1            S34ENB0K205443       SAMSUNG MZVPW256HEGL-000H1               1          57.07  GB / 256.06  GB    512   B +  0 B   CXZ74H0Q
/dev/nvme0n1          /dev/ng0n1            S341NX0J600307       SAMSUNG MZVLW128HEGR-000L1               1          24.58  GB / 128.04  GB    512   B +  0 B   4L1QCXB7
nvme create-ns /dev/nvme2 --nsze=4096 --ncap=4096 --flbas=0 --dps=0
Code:
NVMe status: Invalid Command Opcode: A reserved coded value or an unsupported value in the command opcode field(0x4001)
nvme id-ns /dev/nvme2 --namespace-id=1 -H
Code:
NVMe status: Invalid Namespace or Format: The namespace or the format of that namespace is invalid(0x400b)
nvme create-ns /dev/nvme2 --block-size 512
Code:
identify failed
NVMe status: Invalid Namespace or Format: The namespace or the format of that namespace is invalid(0x400b)