1 | | Linux kernel ticket created: https://bugzilla.kernel.org/show_bug.cgi?id=217445 |
| 1 | = Linux Kernel Ticket = |
| 2 | Created: https://bugzilla.kernel.org/show_bug.cgi?id=217445 |
| 3 | [[BR]] |
| 4 | [[BR]] |
| 5 | [[BR]] |
| 6 | |
| 7 | = nvme error-log = |
| 8 | Uploaded the output of `nvme error-log /dev/nvme0`: |
| 9 | attachment:nvme-error-log_Seagate-FireCuda-510-SSD_HP-EliteBook-735-G6-Ryzen3500U-Debian-12.txt |
| 10 | |
| 11 | Excerpt: |
| 12 | `error_count : 447` |
| 13 | `status_field : 0x2002(Invalid Field in Command: A reserved coded value or an unsupported value in a defined field)` |
| 14 | |
| 15 | So Christians suggestion in ticket:1222#comment:5 to look at this values probably won't help here. |
| 16 | [[BR]] |
| 17 | [[BR]] |
| 18 | [[BR]] |
| 19 | |
| 20 | = some notes = |
| 21 | {{{ |
| 22 | # show more log entries |
| 23 | smartctl --log=error,256 /dev/nvme0n1 |
| 24 | |
| 25 | # Print more details about log entries. |
| 26 | # See: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900244#50 |
| 27 | nvme error-log /dev/nvme0 |
| 28 | }}} |
| 29 | |
| 30 | Copied from #1222: |
| 31 | [https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=900244 Debian Bug 900244] |
| 32 | [https://bugs.launchpad.net/ubuntu/+source/smartmontools/+bug/1878264 Ubuntu Bug 1878264] |