kxuan@xuan-code:/tmp/deb$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 23.10 Release: 23.10 Codename: mantic kxuan@xuan-code:/tmp/deb$ uname -a Linux xuan-code 6.5.0-15-generic #15-Ubuntu SMP PREEMPT_DYNAMIC Tue Jan 9 17:03:36 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux kxuan@xuan-code:/tmp/deb$ wget https://launchpad.net/ubuntu/+source/smartmontools/7.3-1ubuntu0.23.10.1/+build/27657459/+files/smartmontools_7.3-1ubuntu0.23.10.1_amd64.deb --2024-02-01 11:59:45-- https://launchpad.net/ubuntu/+source/smartmontools/7.3-1ubuntu0.23.10.1/+build/27657459/+files/smartmontools_7.3-1ubuntu0.23.10.1_amd64.deb Resolving launchpad.net (launchpad.net)... 2620:2d:4000:1009::f3, 2620:2d:4000:1009::3ba, 185.125.189.223, ... Connecting to launchpad.net (launchpad.net)|2620:2d:4000:1009::f3|:443... connected. HTTP request sent, awaiting response... 303 See Other Location: https://launchpadlibrarian.net/709992209/smartmontools_7.3-1ubuntu0.23.10.1_amd64.deb [following] --2024-02-01 11:59:49-- https://launchpadlibrarian.net/709992209/smartmontools_7.3-1ubuntu0.23.10.1_amd64.deb Resolving launchpadlibrarian.net (launchpadlibrarian.net)... 2620:2d:4000:1009::3b8, 2620:2d:4000:1009::13e, 185.125.189.229, ... Connecting to launchpadlibrarian.net (launchpadlibrarian.net)|2620:2d:4000:1009::3b8|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 608626 (594K) [application/x-debian-package] Saving to: ‘smartmontools_7.3-1ubuntu0.23.10.1_amd64.deb’ smartmontools_7.3-1ubuntu0.23.10.1_amd64.deb 100%[==========================================================================================================>] 594.36K 16.3KB/s in 25s 2024-02-01 12:00:16 (24.1 KB/s) - ‘smartmontools_7.3-1ubuntu0.23.10.1_amd64.deb’ saved [608626/608626] kxuan@xuan-code:/tmp/deb$ sudo dpkg -i ./smartmontools_7.3-1ubuntu0.23.10.1_amd64.deb [sudo] password for kxuan: (Reading database ... 277212 files and directories currently installed.) Preparing to unpack .../smartmontools_7.3-1ubuntu0.23.10.1_amd64.deb ... Unpacking smartmontools (7.3-1ubuntu0.23.10.1) over (7.3-1) ... Setting up smartmontools (7.3-1ubuntu0.23.10.1) ... Processing triggers for man-db (2.11.2-3) ... kxuan@xuan-code:/tmp/deb$ sudo smartctl -a /dev/nvme0n1 smartctl 7.3 2022-02-28 r5338 [x86_64-linux-6.5.0-15-generic] (local build) Copyright (C) 2002-22, Bruce Allen, Christian Franke, www.smartmontools.org === START OF INFORMATION SECTION === Model Number: YMTC PC300-1TB-B Serial Number: YMA21T0JA2327409L5 Firmware Version: YM0500C6 PCI Vendor/Subsystem ID: 0x1e49 IEEE OUI Identifier: 0xa428b7 Total NVM Capacity: 1,024,209,543,168 [1.02 TB] Unallocated NVM Capacity: 0 Controller ID: 1 NVMe Version: 1.4 Number of Namespaces: 1 Namespace 1 Size/Capacity: 1,024,209,543,168 [1.02 TB] Namespace 1 Formatted LBA Size: 512 Namespace 1 IEEE EUI-64: a428b7 2a64ce004a Local Time is: Thu Feb 1 12:00:47 2024 CST Firmware Updates (0x16): 3 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 Log Page Attributes (0x0b): S/H_per_NS Cmd_Eff_Lg Telmtry_Lg Maximum Data Transfer Size: 64 Pages Warning Comp. Temp. Threshold: 83 Celsius Critical Comp. Temp. Threshold: 90 Celsius Supported Power States St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat 0 + 5.00W - - 0 0 0 0 0 0 1 + 3.00W - - 1 1 1 1 0 0 2 + 2.00W - - 2 2 2 2 0 0 3 - 0.0500W - - 3 3 3 3 5000 5000 4 - 0.0030W - - 4 4 4 4 15000 30000 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: 30 Celsius Available Spare: 100% Available Spare Threshold: 10% Percentage Used: 0% Data Units Read: 3,305,723 [1.69 TB] Data Units Written: 4,218,638 [2.15 TB] Host Read Commands: 21,543,622 Host Write Commands: 51,849,855 Controller Busy Time: 532 Power Cycles: 640 Power On Hours: 2,016 Unsafe Shutdowns: 7 Media and Data Integrity Errors: 0 Error Information Log Entries: 0 Warning Comp. Temperature Time: 0 Critical Comp. Temperature Time: 0 Temperature Sensor 1: 25 Celsius Temperature Sensor 2: 30 Celsius Error Information (NVMe Log 0x01, 16 of 64 entries) No Errors Logged kxuan@xuan-code:/tmp/deb$