8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
This is a SSK USB to M.2 adapter, device ID 152d:0562
Bus 003 Device 011: ID 152d:0562 JMicron Technology Corp. / JMicron USA Technology Corp. JMS567 SATA 6Gb/s bridge
if you use the following command, the correct data is returned.
sudo smartctl -a -d sntjmicron /dev/sda smartctl 7.2 2020-12-30 r5155 [x86_64-linux-6.8.0-45-generic] (local build) Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Model Number: TS128GMTE110S Serial Number: [REDACTED] Firmware Version: S1111B1L PCI Vendor/Subsystem ID: 0x126f IEEE OUI Identifier: 0x000000 Total NVM Capacity: 128,035,676,160 [128 GB] Unallocated NVM Capacity: 0 Controller ID: 1 NVMe Version: 1.3 Number of Namespaces: 1 Namespace 1 Size/Capacity: 128,035,676,160 [128 GB] Namespace 1 Formatted LBA Size: 512 Local Time is: Mon Sep 30 14:48:23 2024 BST Firmware Updates (0x12): 1 Slot, no Reset required Optional Admin Commands (0x0007): Security Format Frmw_DL Optional NVM Commands (0x0015): Comp DS_Mngmt Sav/Sel_Feat Log Page Attributes (0x03): S/H_per_NS Cmd_Eff_Lg Maximum Data Transfer Size: 64 Pages Warning Comp. Temp. Threshold: 83 Celsius Critical Comp. Temp. Threshold: 85 Celsius Supported Power States St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat 0 + 9.00W - - 0 0 0 0 0 0 Supported LBA Sizes (NSID 0x1) Id Fmt Data Metadt Rel_Perf 0 + 512 0 0 === START OF SMART DATA SECTION === SMART overall-health self-assessment test result: PASSED SMART/Health Information (NVMe Log 0x02) Critical Warning: 0x00 Temperature: 33 Celsius Available Spare: 100% Available Spare Threshold: 10% Percentage Used: 0% Data Units Read: 788,209 [403 GB] Data Units Written: 612,444 [313 GB] Host Read Commands: 6,108,287 Host Write Commands: 13,377,865 Controller Busy Time: 255 Power Cycles: 102 Power On Hours: 23 Unsafe Shutdowns: 49 Media and Data Integrity Errors: 0 Error Information Log Entries: 0 Warning Comp. Temperature Time: 0 Critical Comp. Temperature Time: 0 Error Information (NVMe Log 0x01, 16 of 64 entries) No Errors Logged
Just for reference, the command sudo smartctl -d sntjmicron -x -a /dev/sda provides the exact same output as above.
sudo smartctl -d sntjmicron -x -a /dev/sda
and if you use sudo smartctl -a /dev/sda you get the unknown device message as shown below
sudo smartctl -a /dev/sda
smartctl 7.2 2020-12-30 r5155 [x86_64-linux-6.8.0-45-generic] (local build) Copyright (C) 2002-20, Bruce Allen, Christian Franke, www.smartmontools.org Read Device Identity failed: scsi error unsupported scsi opcode A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
If you could add this to the list of known devices, thanks.
The text was updated successfully, but these errors were encountered:
Normally Unknown USB bridge ... should be reported instead of this:
Unknown USB bridge ...
Read Device Identity failed: scsi error unsupported scsi opcode
The above happens because this Id is already mapped to -d sat, see ticket 966. This was the default Id for the JMicron JMS562 USB to 3xSATA bridge.
-d sat
We cannot easily change this to -d sntjmicron without breaking backward compatibility. Leaving issue open as undecided for now.
-d sntjmicron
Sorry, something went wrong.
No branches or pull requests
This is a SSK USB to M.2 adapter, device ID 152d:0562
if you use the following command, the correct data is returned.
Just for reference, the command
sudo smartctl -d sntjmicron -x -a /dev/sda
provides the exact same output as above.and if you use
sudo smartctl -a /dev/sda
you get the unknown device message as shown belowIf you could add this to the list of known devices, thanks.
The text was updated successfully, but these errors were encountered: