Skip to content

Instantly share code, notes, and snippets.

@rugk
Last active June 7, 2020 20:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rugk/d17c88a7f78c986029c08426235217ed to your computer and use it in GitHub Desktop.
Save rugk/d17c88a7f78c986029c08426235217ed to your computer and use it in GitHub Desktop.
NVMe WDC WDS100T2B0C-00PXH0 aka WD Blue SN550 1TB

OS

Fedora 32 Silverblue (v 32.20200605.0)
x64
GNOME v3.36.2
Wayland
Linux kernel: Linux ***** 5.6.15-300.fc32.x86_64 #1 SMP Fri May 29 14:23:59 UTC 2020 x86_64 x86_64 x86_64 GNU/Linux

Hardware

device: IdeaPad 5 15ARE05 [81YQ (LENOVO_MT_81YQ_BU_idea_FM_IdeaPad 5 15ARE05)]
CPU: AMD Ryzen 7 4800U with radeon graphics x16
GPU: AMD Renoir
NVMe: WDC WDS100T2B0C-00PXH0 aka WD Blue SN550 1TB

$ lspci -vnn | grep VGA -A 12
03:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc. [AMD/ATI] Renoir [1002:1636] (rev c1) (prog-if 00 [VGA controller])
	Subsystem: Lenovo Device [17aa:381b]
	Flags: bus master, fast devsel, latency 0, IRQ 43
	Memory at 460000000 (64-bit, prefetchable) [size=256M]
	Memory at 470000000 (64-bit, prefetchable) [size=2M]
	I/O ports at 1000 [size=256]
	Memory at fc400000 (32-bit, non-prefetchable) [size=512K]
	Capabilities: <access denied>
	Kernel driver in use: amdgpu
	Kernel modules: amdgpu

03:00.1 Audio device [0403]: Advanced Micro Devices, Inc. [AMD/ATI] Device [1002:1637]
	Subsystem: Lenovo Device [17aa:381e]
$ glxinfo | grep OpenGL
OpenGL vendor string: X.Org
OpenGL renderer string: AMD RENOIR (DRM 3.36.0, 5.6.15-300.fc32.x86_64, LLVM 10.0.0)
OpenGL core profile version string: 4.6 (Core Profile) Mesa 20.0.7
OpenGL core profile shading language version string: 4.60
OpenGL core profile context flags: (none)
OpenGL core profile profile mask: core profile
OpenGL core profile extensions:
OpenGL version string: 4.6 (Compatibility Profile) Mesa 20.0.7
OpenGL shading language version string: 4.60
OpenGL context flags: (none)
OpenGL profile mask: compatibility profile
OpenGL extensions:
OpenGL ES profile version string: OpenGL ES 3.2 Mesa 20.0.7
OpenGL ES profile shading language version string: OpenGL ES GLSL ES 3.20
OpenGL ES profile extensions:
$ sudo lshw -C cpu
  *-cpu                     
       description: CPU
       product: AMD Ryzen 7 4800U with Radeon Graphics
       vendor: Advanced Micro Devices [AMD]
       physical id: 6
       bus info: cpu@0
       version: AMD Ryzen 7 4800U with Radeon Graphics
       serial: Null
       slot: FP6
       size: 1880MHz
       width: 64 bits
       clock: 100MHz
       capabilities: lm fpu fpu_exception wp vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 ht syscall nx mmxext fxsr_opt pdpe1gb rdtscp x86-64 constant_tsc rep_good nopl nonstop_tsc cpuid extd_apicid aperfmperf pni pclmulqdq monitor ssse3 fma cx16 sse4_1 sse4_2 movbe popcnt aes xsave avx f16c rdrand lahf_lm cmp_legacy svm extapic cr8_legacy abm sse4a misalignsse 3dnowprefetch osvw ibs skinit wdt tce topoext perfctr_core perfctr_nb bpext perfctr_llc mwaitx cpb cat_l3 cdp_l3 hw_pstate sme ssbd mba sev ibrs ibpb stibp vmmcall fsgsbase bmi1 avx2 smep bmi2 cqm rdt_a rdseed adx smap clflushopt clwb sha_ni xsaveopt xsavec xgetbv1 xsaves cqm_llc cqm_occup_llc cqm_mbm_total cqm_mbm_local clzero irperf xsaveerptr rdpru wbnoinvd arat npt lbrv svm_lock nrip_save tsc_scale vmcb_clean flushbyasid decodeassists pausefilter pfthreshold avic v_vmsave_vmload vgif umip rdpid overflow_recov succor smca cpufreq
       configuration: cores=8 enabledcores=8 threads=16
$ sudo lshw -C display
  *-display                 
       description: VGA compatible controller
       product: Renoir
       vendor: Advanced Micro Devices, Inc. [AMD/ATI]
       physical id: 0
       bus info: pci@0000:03:00.0
       logical name: /dev/fb0
       version: c1
       width: 64 bits
       clock: 33MHz
       capabilities: pm pciexpress msi msix vga_controller bus_master cap_list fb
       configuration: depth=32 driver=amdgpu latency=0 mode=1920x1080 visual=truecolor xres=1920 yres=1080
       resources: iomemory:40-3f iomemory:40-3f irq:43 memory:460000000-46fffffff memory:470000000-4701fffff ioport:1000(size=256) memory:fc400000-fc47ffff

# journalctl | grep nvme0 | head -100 > journal_grep_nvme0.txt
Jun 03 20:58:03 localhost kernel: nvme nvme0: pci function 0000:02:00.0
Jun 03 20:58:03 localhost kernel: nvme nvme0: allocated 32 MiB host memory buffer.
Jun 03 20:58:03 localhost kernel: nvme nvme0: 16/0/0 default/read/poll queues
Jun 03 20:58:03 localhost kernel: nvme0n1: p1 p2 p3
Jun 03 20:58:05 localhost dracut-initqueue[672]: Scanning devices nvme0n1p3 for LVM logical volumes fedora/root fedora/swap
Jun 03 20:58:19 ****** lvm[1189]: pvscan[1189] PV /dev/nvme0n1p3 online, VG fedora is complete.
Jun 03 20:58:21 ****** kernel: EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null)
Jun 03 20:58:21 ****** systemd-fsck[1251]: /dev/nvme0n1p1: 15 files, 2177/153296 clusters
Jun 03 20:58:21 ****** systemd-fsck[1252]: /dev/nvme0n1p2: Journal wird wiederhergestellt
Jun 03 20:58:21 ****** systemd-fsck[1252]: /dev/nvme0n1p2: sauber, 27/65536 Dateien, 32855/262144 Blöcke
Jun 03 20:58:32 localhost kernel: nvme nvme0: pci function 0000:02:00.0
Jun 03 20:58:32 localhost kernel: nvme nvme0: allocated 32 MiB host memory buffer.
Jun 03 20:58:32 localhost kernel: nvme nvme0: 16/0/0 default/read/poll queues
Jun 03 20:58:32 localhost kernel: nvme0n1: p1 p2 p3
Jun 03 20:58:34 localhost dracut-initqueue[676]: Scanning devices nvme0n1p3 for LVM logical volumes fedora/root fedora/swap
Jun 03 20:58:49 ****** lvm[1200]: pvscan[1200] PV /dev/nvme0n1p3 online, VG fedora is complete.
Jun 03 20:58:51 ****** kernel: EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null)
Jun 03 20:58:51 ****** systemd-fsck[1263]: /dev/nvme0n1p2: sauber, 27/65536 Dateien, 32855/262144 Blöcke
Jun 03 20:58:51 ****** systemd-fsck[1262]: /dev/nvme0n1p1: 15 files, 2177/153296 clusters
Jun 03 21:02:22 ****** lvm[5938]: pvscan[5938] PV /dev/nvme0n1p3 online.
Jun 03 21:02:43 localhost kernel: nvme nvme0: pci function 0000:02:00.0
Jun 03 21:02:43 localhost kernel: nvme nvme0: allocated 32 MiB host memory buffer.
Jun 03 21:02:43 localhost kernel: nvme nvme0: 16/0/0 default/read/poll queues
Jun 03 21:02:43 localhost kernel: nvme0n1: p1 p2 p3
Jun 03 21:02:45 localhost dracut-initqueue[675]: Scanning devices nvme0n1p3 for LVM logical volumes fedora/root fedora/swap
Jun 03 21:03:04 ****** lvm[1237]: pvscan[1237] PV /dev/nvme0n1p3 online, VG fedora is complete.
Jun 03 21:03:06 ****** kernel: EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null)
Jun 03 21:03:06 ****** systemd-fsck[1305]: /dev/nvme0n1p2: sauber, 27/65536 Dateien, 32855/262144 Blöcke
Jun 03 21:03:06 ****** systemd-fsck[1306]: /dev/nvme0n1p1: 15 files, 2177/153296 clusters
Jun 03 21:06:00 ****** lvm[7682]: pvscan[7682] PV /dev/nvme0n1p3 online.
Jun 03 21:06:06 ****** root[8183]: os-prober: debug: running /usr/libexec/os-probes/mounted/05efi on mounted /dev/nvme0n1p1
Jun 03 21:06:06 ****** root[8183]: 05efi: debug: /dev/nvme0n1p1 is a FAT32 partition
Jun 03 21:06:06 ****** root[8183]: 05efi: debug: /dev/nvme0n1p1 partition scheme is gpt
Jun 03 21:06:06 ****** root[8183]: 05efi: debug: /dev/nvme0n1p1 partition type is c12a7328-f81f-11d2-ba4b-00a0c93ec93b
Jun 03 21:06:06 ****** root[8183]: os-prober: debug: running /usr/libexec/os-probes/mounted/10freedos on mounted /dev/nvme0n1p1
Jun 03 21:06:06 ****** root[8183]: 10freedos: debug: /dev/nvme0n1p1 is a FAT32 partition
Jun 03 21:06:06 ****** root[8183]: os-prober: debug: running /usr/libexec/os-probes/mounted/10qnx on mounted /dev/nvme0n1p1
Jun 03 21:06:06 ****** root[8183]: 10qnx: debug: /dev/nvme0n1p1 is not a QNX4 partition: exiting
Jun 03 21:06:06 ****** root[8183]: os-prober: debug: running /usr/libexec/os-probes/mounted/20macosx on mounted /dev/nvme0n1p1
Jun 03 21:06:06 ****** macosx-prober[8264]: debug: /dev/nvme0n1p1 is not an HFS+ partition: exiting
Jun 03 21:06:06 ****** root[8183]: os-prober: debug: running /usr/libexec/os-probes/mounted/20microsoft on mounted /dev/nvme0n1p1
Jun 03 21:06:06 ****** root[8183]: os-prober: debug: running /usr/libexec/os-probes/mounted/30utility on mounted /dev/nvme0n1p1
Jun 03 21:06:06 ****** root[8183]: 30utility: debug: /dev/nvme0n1p1 is a FAT32 partition
Jun 03 21:06:06 ****** root[8183]: os-prober: debug: running /usr/libexec/os-probes/mounted/40lsb on mounted /dev/nvme0n1p1
Jun 03 21:06:06 ****** root[8183]: os-prober: debug: running /usr/libexec/os-probes/mounted/70hurd on mounted /dev/nvme0n1p1
Jun 03 21:06:06 ****** root[8183]: os-prober: debug: running /usr/libexec/os-probes/mounted/80minix on mounted /dev/nvme0n1p1
Jun 03 21:06:06 ****** root[8183]: os-prober: debug: running /usr/libexec/os-probes/mounted/83haiku on mounted /dev/nvme0n1p1
Jun 03 21:06:06 ****** root[8183]: 83haiku: debug: /dev/nvme0n1p1 is not a BeFS partition: exiting
Jun 03 21:06:06 ****** root[8183]: os-prober: debug: running /usr/libexec/os-probes/mounted/90linux-distro on mounted /dev/nvme0n1p1
Jun 03 21:06:06 ****** root[8183]: os-prober: debug: running /usr/libexec/os-probes/mounted/90solaris on mounted /dev/nvme0n1p1
Jun 03 21:06:07 ****** root[8183]: os-prober: debug: running /usr/libexec/os-probes/mounted/05efi on mounted /dev/nvme0n1p2
Jun 03 21:06:07 ****** root[8183]: 05efi: debug: /dev/nvme0n1p2 is ext4 partition: exiting
Jun 03 21:06:07 ****** root[8183]: os-prober: debug: running /usr/libexec/os-probes/mounted/10freedos on mounted /dev/nvme0n1p2
Jun 03 21:06:07 ****** root[8183]: 10freedos: debug: /dev/nvme0n1p2 is not a FAT partition: exiting
Jun 03 21:06:07 ****** root[8183]: os-prober: debug: running /usr/libexec/os-probes/mounted/10qnx on mounted /dev/nvme0n1p2
Jun 03 21:06:07 ****** root[8183]: 10qnx: debug: /dev/nvme0n1p2 is not a QNX4 partition: exiting
Jun 03 21:06:07 ****** root[8183]: os-prober: debug: running /usr/libexec/os-probes/mounted/20macosx on mounted /dev/nvme0n1p2
Jun 03 21:06:07 ****** macosx-prober[8314]: debug: /dev/nvme0n1p2 is not an HFS+ partition: exiting
Jun 03 21:06:07 ****** root[8183]: os-prober: debug: running /usr/libexec/os-probes/mounted/20microsoft on mounted /dev/nvme0n1p2
Jun 03 21:06:07 ****** root[8183]: os-prober: debug: running /usr/libexec/os-probes/mounted/30utility on mounted /dev/nvme0n1p2
Jun 03 21:06:07 ****** root[8183]: 30utility: debug: /dev/nvme0n1p2 is not a FAT partition: exiting
Jun 03 21:06:07 ****** root[8183]: os-prober: debug: running /usr/libexec/os-probes/mounted/40lsb on mounted /dev/nvme0n1p2
Jun 03 21:06:07 ****** root[8183]: os-prober: debug: running /usr/libexec/os-probes/mounted/70hurd on mounted /dev/nvme0n1p2
Jun 03 21:06:07 ****** root[8183]: os-prober: debug: running /usr/libexec/os-probes/mounted/80minix on mounted /dev/nvme0n1p2
Jun 03 21:06:07 ****** root[8183]: os-prober: debug: running /usr/libexec/os-probes/mounted/83haiku on mounted /dev/nvme0n1p2
Jun 03 21:06:07 ****** root[8183]: 83haiku: debug: /dev/nvme0n1p2 is not a BeFS partition: exiting
Jun 03 21:06:07 ****** root[8183]: os-prober: debug: running /usr/libexec/os-probes/mounted/90linux-distro on mounted /dev/nvme0n1p2
Jun 03 21:06:07 ****** root[8183]: os-prober: debug: running /usr/libexec/os-probes/mounted/90solaris on mounted /dev/nvme0n1p2
Jun 03 21:06:07 ****** root[8183]: os-prober: debug: running /usr/libexec/os-probes/50mounted-tests on /dev/nvme0n1p3
Jun 03 21:06:07 ****** root[8183]: 50mounted-tests: debug: /dev/nvme0n1p3 is an LVM member; skipping
Jun 03 21:06:30 localhost kernel: nvme nvme0: pci function 0000:02:00.0
Jun 03 21:06:30 localhost kernel: nvme nvme0: allocated 32 MiB host memory buffer.
Jun 03 21:06:30 localhost kernel: nvme nvme0: 16/0/0 default/read/poll queues
Jun 03 21:06:30 localhost kernel: nvme0n1: p1 p2 p3
Jun 03 21:06:32 localhost dracut-initqueue[678]: Scanning devices nvme0n1p3 for LVM logical volumes fedora/root fedora/swap
Jun 03 21:06:56 ****** lvm[1080]: pvscan[1080] PV /dev/nvme0n1p3 online, VG fedora is complete.
Jun 03 21:06:58 ****** kernel: EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null)
Jun 03 21:06:58 ****** systemd-fsck[1152]: /dev/nvme0n1p2: sauber, 32/65536 Dateien, 50952/262144 Blöcke
Jun 03 21:06:58 ****** systemd-fsck[1151]: /dev/nvme0n1p1: 15 files, 2178/153296 clusters
Jun 03 21:08:10 ****** lvm[8567]: pvscan[8567] PV /dev/nvme0n1p3 online.
Jun 03 21:08:38 localhost kernel: nvme nvme0: pci function 0000:02:00.0
Jun 03 21:08:38 localhost kernel: nvme nvme0: allocated 32 MiB host memory buffer.
Jun 03 21:08:38 localhost kernel: nvme nvme0: 16/0/0 default/read/poll queues
Jun 03 21:08:38 localhost kernel: nvme0n1: p1 p2 p3
Jun 03 21:08:40 localhost dracut-initqueue[683]: Scanning devices nvme0n1p3 for LVM logical volumes fedora/root fedora/swap
Jun 03 21:08:56 ****** lvm[1083]: pvscan[1083] PV /dev/nvme0n1p3 online, VG fedora is complete.
Jun 03 21:08:58 ****** kernel: EXT4-fs (nvme0n1p2): mounted filesystem with ordered data mode. Opts: (null)
Jun 03 21:08:58 ****** systemd-fsck[1157]: /dev/nvme0n1p2: sauber, 32/65536 Dateien, 50952/262144 Blöcke
Jun 03 21:08:58 ****** systemd-fsck[1156]: /dev/nvme0n1p1: 15 files, 2178/153296 clusters
Jun 03 22:23:55 ****** lvm[49171]: pvscan[49171] PV /dev/nvme0n1p3 online.
Jun 03 22:24:01 ****** root[49687]: os-prober: debug: running /usr/libexec/os-probes/mounted/05efi on mounted /dev/nvme0n1p1
Jun 03 22:24:01 ****** root[49687]: 05efi: debug: /dev/nvme0n1p1 is a FAT32 partition
Jun 03 22:24:01 ****** root[49687]: 05efi: debug: /dev/nvme0n1p1 partition scheme is gpt
Jun 03 22:24:01 ****** root[49687]: 05efi: debug: /dev/nvme0n1p1 partition type is c12a7328-f81f-11d2-ba4b-00a0c93ec93b
Jun 03 22:24:01 ****** root[49687]: os-prober: debug: running /usr/libexec/os-probes/mounted/10freedos on mounted /dev/nvme0n1p1
Jun 03 22:24:01 ****** root[49687]: 10freedos: debug: /dev/nvme0n1p1 is a FAT32 partition
Jun 03 22:24:01 ****** root[49687]: os-prober: debug: running /usr/libexec/os-probes/mounted/10qnx on mounted /dev/nvme0n1p1
Jun 03 22:24:01 ****** root[49687]: 10qnx: debug: /dev/nvme0n1p1 is not a QNX4 partition: exiting
Jun 03 22:24:01 ****** root[49687]: os-prober: debug: running /usr/libexec/os-probes/mounted/20macosx on mounted /dev/nvme0n1p1
Jun 03 22:24:01 ****** macosx-prober[49760]: debug: /dev/nvme0n1p1 is not an HFS+ partition: exiting
Error Log Entries for device:nvme0 entries:64
.................
Entry[ 0]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[ 1]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[ 2]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[ 3]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[ 4]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[ 5]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[ 6]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[ 7]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[ 8]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[ 9]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[10]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[11]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[12]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[13]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[14]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[15]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[16]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[17]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[18]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[19]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[20]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[21]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[22]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[23]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[24]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[25]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[26]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[27]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[28]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[29]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[30]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[31]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[32]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[33]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[34]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[35]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[36]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[37]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[38]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[39]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[40]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[41]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[42]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[43]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[44]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[45]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[46]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[47]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[48]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[49]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[50]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[51]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[52]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[53]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[54]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[55]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[56]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[57]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[58]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[59]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[60]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[61]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[62]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
Entry[63]
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
trtype : The transport type is not indicated or the error is not transport related.
cs : 0
trtype_spec_info: 0
.................
#################### LSHW / LSBLK / basics
# lshw -C storage -sanitize
*-nvme
description: NVMe device
product: WDC WDS100T2B0C-00PXH0
vendor: Sandisk Corp
physical id: 0
bus info: pci@0000:02:00.0
logical name: /dev/nvme0
version: 211070WD
serial: [REMOVED]
width: 64 bits
clock: 33MHz
capabilities: nvme pm msi msix pciexpress nvm_express bus_master cap_list
configuration: driver=nvme latency=0 nqn=nqn.2018-01.com.wdc:nguid:E8238FA6BF53-0001-001B444A4408EDC8 state=live
resources: irq:56 memory:fc500000-fc503fff memory:fc504000-fc5040ff
*-sata:0
description: SATA controller
product: FCH SATA Controller [AHCI mode]
vendor: Advanced Micro Devices, Inc. [AMD]
physical id: 0
bus info: pci@0000:04:00.0
version: 81
width: 32 bits
clock: 33MHz
capabilities: sata pm pciexpress msi ahci_1.0 bus_master cap_list
configuration: driver=ahci latency=0
resources: irq:31 memory:fc001000-fc0017ff
*-sata:1
description: SATA controller
product: FCH SATA Controller [AHCI mode]
vendor: Advanced Micro Devices, Inc. [AMD]
physical id: 0.1
bus info: pci@0000:04:00.1
version: 81
width: 32 bits
clock: 33MHz
capabilities: sata pm pciexpress msi ahci_1.0 bus_master cap_list
configuration: driver=ahci latency=0
resources: irq:33 memory:fc000000-fc0007ff
# lshw -C disk -sanitize
*-namespace
description: NVMe disk
physical id: 1
bus info: nvme@0:1
logical name: /dev/nvme0n1
size: 931GiB (1TB)
capabilities: gpt-1.00 partitioned partitioned:gpt
configuration: guid=ed3a594f-f09d-4363-acd7-14f31fa3e121 logicalsectorsize=512 sectorsize=512 wwid=eui.e8238fa6bf530001001b444a4408edc8
# lsblk -o NAME,FSTYPE,LABEL,MOUNTPOINT,SIZE,MODEL
# lsblk -o NAME,FSTYPE,LABEL,MOUNTPOINT,SIZE,MODEL
NAME FSTYPE LABEL MOUNTPOINT SIZE MODEL
nvme0n1 931.5G WDC WDS100T2B0C-00PXH0
├─nvme0n1p1 vfat /boot/efi 600M
├─nvme0n1p2 ext4 /boot 1G
└─nvme0n1p3 LVM2_member 827.6G
├─fedora-root crypto_LUKS 120G
│ └─luks-08a02aba-fa31-4fde-a334-55f9e48a5048
│ ext4 /sysroot 120G
├─fedora-swap swap [SWAP] 7.6G
└─fedora-home crypto_LUKS 700G
└─luks-306383ae-810a-4efd-9559-62a7901162f8
ext4 /var/home 700G
# fdisk -l /dev/nvme0n1
Disk /dev/nvme0n1: 931.53 GiB, 1000204886016 bytes, 1953525168 sectors
Disk model: WDC WDS100T2B0C-00PXH0
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: ED3A594F-F09D-4363-ACD7-14F31FA3E121
Device Start End Sectors Size Type
/dev/nvme0n1p1 2048 1230847 1228800 600M EFI System
/dev/nvme0n1p2 1230848 3327999 2097152 1G Linux filesystem
/dev/nvme0n1p3 3328000 1738942463 1735614464 827.6G Linux LVM
######################### smartmontools aka smartctl
# smartctl -a /dev/nvme0
smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.6.15-300.fc32.x86_64] (local build)
Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Number: WDC WDS100T2B0C-00PXH0
Serial Number: ***********
Firmware Version: 211070WD
PCI Vendor/Subsystem ID: 0x15b7
IEEE OUI Identifier: 0x001b44
Total NVM Capacity: 1.000.204.886.016 [1,00 TB]
Unallocated NVM Capacity: 0
Controller ID: 1
Number of Namespaces: 1
Namespace 1 Size/Capacity: 1.000.204.886.016 [1,00 TB]
Namespace 1 Formatted LBA Size: 512
Namespace 1 IEEE EUI-64: 001b44 4a4408edc8
Local Time is: Sun Jun 7 21:01:46 2020 CEST
Firmware Updates (0x14): 2 Slots, no Reset required
Optional Admin Commands (0x0017): Security Format Frmw_DL Self_Test
Optional NVM Commands (0x005f): Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat Timestmp
Maximum Data Transfer Size: 128 Pages
Warning Comp. Temp. Threshold: 80 Celsius
Critical Comp. Temp. Threshold: 85 Celsius
Namespace 1 Features (0x02): NA_Fields
Supported Power States
St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat
0 + 3.50W 2.90W - 0 0 0 0 0 0
1 + 2.70W 1.80W - 0 0 0 0 0 0
2 + 1.90W 1.50W - 0 0 0 0 0 0
3 - 0.0200W - - 3 3 3 3 3900 11000
4 - 0.0050W - - 4 4 4 4 5000 39000
Supported LBA Sizes (NSID 0x1)
Id Fmt Data Metadt Rel_Perf
0 + 512 0 2
1 - 4096 0 1
=== START OF SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
SMART/Health Information (NVMe Log 0x02)
Critical Warning: 0x00
Temperature: 29 Celsius
Available Spare: 100%
Available Spare Threshold: 10%
Percentage Used: 0%
Data Units Read: 94.837 [48,5 GB]
Data Units Written: 167.112 [85,5 GB]
Host Read Commands: 1.735.436
Host Write Commands: 890.205
Controller Busy Time: 5
Power Cycles: 37
Power On Hours: 35
Unsafe Shutdowns: 26
Media and Data Integrity Errors: 0
Error Information Log Entries: 1
Warning Comp. Temperature Time: 0
Critical Comp. Temperature Time: 0
Error Information (NVMe Log 0x01, max 256 entries)
No Errors Logged
[root@fedidea rugk]# smartctl -a /dev/nvme0
nvme0 nvme0n1 nvme0n1p1 nvme0n1p2 nvme0n1p3
[root@fedidea rugk]# smartctl -a /dev/nvme0n1
smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.6.15-300.fc32.x86_64] (local build)
Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Number: WDC WDS100T2B0C-00PXH0
Serial Number: ********
Firmware Version: 211070WD
PCI Vendor/Subsystem ID: 0x15b7
IEEE OUI Identifier: 0x001b44
Total NVM Capacity: 1.000.204.886.016 [1,00 TB]
Unallocated NVM Capacity: 0
Controller ID: 1
Number of Namespaces: 1
Namespace 1 Size/Capacity: 1.000.204.886.016 [1,00 TB]
Namespace 1 Formatted LBA Size: 512
Namespace 1 IEEE EUI-64: 001b44 4a4408edc8
Local Time is: Sun Jun 7 21:01:54 2020 CEST
Firmware Updates (0x14): 2 Slots, no Reset required
Optional Admin Commands (0x0017): Security Format Frmw_DL Self_Test
Optional NVM Commands (0x005f): Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat Timestmp
Maximum Data Transfer Size: 128 Pages
Warning Comp. Temp. Threshold: 80 Celsius
Critical Comp. Temp. Threshold: 85 Celsius
Namespace 1 Features (0x02): NA_Fields
Supported Power States
St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat
0 + 3.50W 2.90W - 0 0 0 0 0 0
1 + 2.70W 1.80W - 0 0 0 0 0 0
2 + 1.90W 1.50W - 0 0 0 0 0 0
3 - 0.0200W - - 3 3 3 3 3900 11000
4 - 0.0050W - - 4 4 4 4 5000 39000
Supported LBA Sizes (NSID 0x1)
Id Fmt Data Metadt Rel_Perf
0 + 512 0 2
1 - 4096 0 1
=== START OF SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
SMART/Health Information (NVMe Log 0x02)
Critical Warning: 0x00
Temperature: 29 Celsius
Available Spare: 100%
Available Spare Threshold: 10%
Percentage Used: 0%
Data Units Read: 94.837 [48,5 GB]
Data Units Written: 167.113 [85,5 GB]
Host Read Commands: 1.735.436
Host Write Commands: 890.216
Controller Busy Time: 5
Power Cycles: 37
Power On Hours: 35
Unsafe Shutdowns: 26
Media and Data Integrity Errors: 0
Error Information Log Entries: 1
Warning Comp. Temperature Time: 0
Critical Comp. Temperature Time: 0
Error Information (NVMe Log 0x01, max 256 entries)
No Errors Logged
######################### nvme-cli
# nvme version
nvme version 1.10.1
# nvme wdc version
nvme wdc version 1.10.1
# nvme list
Node SN Model Namespace Usage Format FW Rev
---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- --------
/dev/nvme0n1 ******* WDC WDS100T2B0C-00PXH0 1 1,00 TB / 1,00 TB 512 B + 0 B 211070WD
# nvme smart-log /dev/nvme0n1
Smart Log for NVME device:nvme0n1 namespace-id:ffffffff
critical_warning : 0
temperature : 29 C
available_spare : 100%
available_spare_threshold : 10%
percentage_used : 0%
endurance group critical warning summary: 0
data_units_read : 91.980
data_units_written : 164.638
host_read_commands : 1.659.251
host_write_commands : 864.589
controller_busy_time : 5
power_cycles : 37
power_on_hours : 35
unsafe_shutdowns : 26
media_errors : 0
num_err_log_entries : 1
Warning Temperature Time : 0
Critical Composite Temperature Time : 0
Thermal Management T1 Trans Count : 0
Thermal Management T2 Trans Count : 0
Thermal Management T1 Total Time : 0
Thermal Management T2 Total Time : 0
# nvme show-regs /dev/nvme0
nvme0 failed to map. Did your kernel enable CONFIG_IO_STRICT_DEVMEM?
# nvme fw-log /dev/nvme0
Firmware Log for device:nvme0
afi : 0x1
frs1 : 0x4457303730313132 (211070WD)
# nvme device-self-test /dev/nvme0
NVMe status: INVALID_FIELD: A reserved coded value or an unsupported value in a defined field(0x4002)
# nvme effects-log /dev/nvme0
Admin Command Set
ACS0 [Delete I/O Submission Queue ] 00000001
ACS1 [Create I/O Submission Queue ] 00000001
ACS2 [Get Log Page ] 00000001
ACS4 [Delete I/O Completion Queue ] 00000001
ACS5 [Create I/O Completion Queue ] 00000001
ACS6 [Identify ] 00000001
ACS8 [Abort ] 00000001
ACS9 [Set Features ] 00000001
ACS10 [Get Features ] 00000001
ACS12 [Asynchronous Event Request ] 00000001
ACS16 [Firmware Commit ] 00000011
ACS17 [Firmware Image Download ] 00000001
ACS20 [Device Self-test ] 00000001
ACS128 [Format NVM ] 00010007
ACS129 [Security Send ] 00020003
ACS130 [Security Receive ] 00020003
ACS132 [Sanitize ] 00020003
ACS192 [Unknown ] 00000001
ACS226 [Unknown ] 00000001
ACS228 [Unknown ] 00000001
ACS229 [Unknown ] 00000003
ACS230 [Unknown ] 00000001
ACS233 [Unknown ] 00000001
ACS234 [Unknown ] 00000001
ACS250 [Unknown ] 00000001
NVM Command Set
IOCS0 [Flush ] 00000001
IOCS1 [Write ] 00000003
IOCS2 [Read ] 00000001
IOCS4 [Write Uncorrectable ] 00000003
IOCS5 [Compare ] 00000001
IOCS8 [Write Zeroes ] 00000003
IOCS9 [Dataset Management ] 00010003
# nvme get-log /dev/nvme0
Invalid log identifier: -1. Valid range: 0-255
# # nvme error-log /dev/nvme0 # returns a big text file
# # nvme telemetry-log /dev/nvme0 # returns a binary file > 30 kB
# nvme id-ctrl /dev/nvme0
NVME Identify Controller:
vid : 0x15b7
ssvid : 0x15b7
sn : *****
mn : WDC WDS100T2B0C-00PXH0
fr : 211070WD
rab : 4
ieee : 001b44
cmic : 0
mdts : 7
cntlid : 0x1
ver : 0x10400
rtd3r : 0x7a120
rtd3e : 0xf4240
oaes : 0x200
ctratt : 0x2
rrls : 0
cntrltype : 1
fguid :
crdt1 : 0
crdt2 : 0
crdt3 : 0
oacs : 0x17
acl : 4
aerl : 7
frmw : 0x14
lpa : 0x1e
elpe : 255
npss : 4
avscc : 0x1
apsta : 0x1
wctemp : 353
cctemp : 358
mtfa : 50
hmpre : 51200
hmmin : 823
tnvmcap : 1000204886016
unvmcap : 0
rpmbs : 0
edstt : 70
dsto : 1
fwug : 1
kas : 0
hctma : 0x1
mntmt : 273
mxtmt : 358
sanicap : 0x60000002
hmminds : 0
hmmaxd : 8
nsetidmax : 0
endgidmax : 0
anatt : 0
anacap : 0
anagrpmax : 0
nanagrpid : 0
pels : 1
sqes : 0x66
cqes : 0x44
maxcmd : 0
nn : 1
oncs : 0x5f
fuses : 0
fna : 0
vwc : 0x7
awun : 0
awupf : 0
nvscc : 1
nwpc : 0
acwu : 0
sgls : 0
mnan : 0
subnqn : nqn.2018-01.com.wdc:nguid:E8238FA6BF53-0001-001B444A4408EDC8
ioccsz : 0
iorcsz : 0
icdoff : 0
ctrattr : 0
msdbd : 0
ps 0 : mp:3.50W operational enlat:0 exlat:0 rrt:0 rrl:0
rwt:0 rwl:0 idle_power:0.6300W active_power:2.02W
ps 1 : mp:2.70W operational enlat:0 exlat:0 rrt:0 rrl:0
rwt:0 rwl:0 idle_power:0.6300W active_power:1.02W
ps 2 : mp:1.90W operational enlat:0 exlat:0 rrt:0 rrl:0
rwt:0 rwl:0 idle_power:0.6300W active_power:1.02W
ps 3 : mp:0.0200W non-operational enlat:3900 exlat:11000 rrt:3 rrl:3
rwt:3 rwl:3 idle_power:0.0200W active_power:-
ps 4 : mp:0.0050W non-operational enlat:5000 exlat:39000 rrt:4 rrl:4
rwt:4 rwl:4 idle_power:0.0050W active_power:-
# nvme get-feature -f 0x0c -H /dev/nvme0
get-feature:0xc (Autonomous Power State Transition), Current value:0x000001
Autonomous Power State Transition Enable (APSTE): Enabled
Auto PST Entries .................
Entry[ 0]
.................
Idle Time Prior to Transition (ITPT): 745 ms
Idle Transition Power State (ITPS): 3
.................
Entry[ 1]
.................
Idle Time Prior to Transition (ITPT): 745 ms
Idle Transition Power State (ITPS): 3
.................
Entry[ 2]
.................
Idle Time Prior to Transition (ITPT): 745 ms
Idle Transition Power State (ITPS): 3
.................
Entry[ 3]
.................
Idle Time Prior to Transition (ITPT): 2200 ms
Idle Transition Power State (ITPS): 4
.................
Entry[ 4]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[ 5]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[ 6]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[ 7]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[ 8]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[ 9]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[10]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[11]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[12]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[13]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[14]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[15]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[16]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[17]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[18]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[19]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[20]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[21]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[22]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[23]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[24]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[25]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[26]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[27]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[28]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[29]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[30]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
Entry[31]
.................
Idle Time Prior to Transition (ITPT): 0 ms
Idle Transition Power State (ITPS): 0
.................
# # all nvm wdc commands fail
# nvme wdc get-drive-status /dev/nvme0
ERROR : WDC: unsupported device for this command
# nvme wdc cap-diag /dev/nvme0
ERROR : WDC: unsupported device for this command
# nvme wdc drive-log /dev/nvme0
ERROR : WDC: unsupported device for this command
# nvme wdc get-crash-dump /dev/nvme0
ERROR : WDC: unsupported device for this command
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment