You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
check-smart.rb throws: CheckSMART UNKNOWN: No SMART capable devices found
And this is output from lsblk:
# lsblk -nro NAME,TYPE
nvme0n1 disk
nvme0n1p1 part
md0 raid1
nvme0n1p2 part
md1 raid1
nvme0n1p3 part
md2 raid1
nvme1n1 disk
nvme1n1p1 part
md0 raid1
nvme1n1p2 part
md1 raid1
nvme1n1p3 part
md2 raid1
The text was updated successfully, but these errors were encountered:
If I understand things correctly, NVMe drives have basic SMART capabilities. There just aren't optional ones that can be turned on/off.
Unlike ATA/SATA, NVMe drives have no optional SMART support which could be unavailable or disabled. The NVMe SMART/Health Information log is mandatory.
check-smart.rb
throws:CheckSMART UNKNOWN: No SMART capable devices found
And this is output from
lsblk
:The text was updated successfully, but these errors were encountered: