When I run smartctl -Ai -d megaraid,0 /dev/sda
I only get the following output:
smartctl 6.5 2016-05-07 r4318 [x86_64-linux-4.19.0+1] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Vendor: NVMe
Product: SAMSUNG MZQLB7T6
Revision: 502Q
Compliance: SPC-5
User Capacity: 7,681,501,126,656 bytes [7.68 TB]
Logical block size: 512 bytes
LU is resource provisioned, LBPRZ=0
Rotation Rate: Solid State Device
Logical Unit id: REDACTED
Serial number: REDACTED
Device type: disk
Transport protocol: SAS (SPL-3)
Local Time is: Wed Oct 26 REDACTED
SMART support is: Available - device has SMART capability.
SMART support is: Enabled
Temperature Warning: Enabled
=== START OF READ SMART DATA SECTION ===
Current Drive Temperature: 33 C
Drive Trip Temperature: 86 C
I expected to see stuff like Total_Writes_GiB (TBW) or other “Vendor Specific SMART Attributes” I get on other systems, including the SMART log.
How can I get the complete SMART data here? Is it possible to use nvme
to show the statistics as it seems to be an NVMe-attached drive? nvme list
only shows me the disks not connected through the MegaRAID controller…
You must log in or # to comment.