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
$ sudo ./crazy
Passwort:
No S.M.A.R.T readable devices.
If you are non-root user, please use sudo or become root.
At the moment, crazydiskinfo seems to not recognize my NVMe device (I'm using a Dell XPS 13 which comes with the SSD attached via NVMe). smartd does recognize it. Might be related to the fact that /dev/nvme0n1 is the "disk" and shows up that way in e.g. lsblk, but SMART data comes from /dev/nvme0 (at least that's where smartd gets its data from).
If NVMe support is out of scope for this project, no problem. I suspect you don't have a NVMe device and therefore probably aren't aware that NVMe doesn't work :-)
The text was updated successfully, but these errors were encountered:
At the moment, crazydiskinfo seems to not recognize my NVMe device (I'm using a Dell XPS 13 which comes with the SSD attached via NVMe).
smartd
does recognize it. Might be related to the fact that/dev/nvme0n1
is the "disk" and shows up that way in e.g.lsblk
, but SMART data comes from/dev/nvme0
(at least that's where smartd gets its data from).If NVMe support is out of scope for this project, no problem. I suspect you don't have a NVMe device and therefore probably aren't aware that NVMe doesn't work :-)
The text was updated successfully, but these errors were encountered: