kxuan@xuan-code:/tmp/deb$ lsb_release -a No LSB modules are available. Distributor ID: Ubuntu Description: Ubuntu 22.04.3 LTS Release: 22.04 Codename: jammy kxuan@xuan-code:/tmp/deb$ uname -a Linux xuan-code 6.5.0-14-generic #14~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Mon Nov 20 18:15:30 UTC 2 x86_64 x86_64 x86_64 GNU/Linux kxuan@xuan-code:/tmp/deb$ kxuan@xuan-code:/tmp/deb$ wget https://launchpad.net/ubuntu/+source/smartmontools/7.2-1ubuntu0.1/+build/27633074/+files/smartmontools_7.2-1ubuntu0.1_amd64.deb --2024-02-01 09:53:13-- https://launchpad.net/ubuntu/+source/smartmontools/7.2-1ubuntu0.1/+build/27633074/+files/smartmontools_7.2-1ubuntu0.1_amd64.deb Resolving launchpad.net (launchpad.net)... 2620:2d:4000:1009::f3, 2620:2d:4000:1009::3ba, 185.125.189.222, ... 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/708806862/smartmontools_7.2-1ubuntu0.1_amd64.deb [following] --2024-02-01 09:53:15-- https://launchpadlibrarian.net/708806862/smartmontools_7.2-1ubuntu0.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: 582790 (569K) [application/x-debian-package] Saving to: ‘smartmontools_7.2-1ubuntu0.1_amd64.deb’ smartmontools_7.2-1ubuntu0.1_amd64.deb 100%[==========================================================================================================>] 569.13K 168KB/s in 3.4s 2024-02-01 09:53:21 (168 KB/s) - ‘smartmontools_7.2-1ubuntu0.1_amd64.deb’ saved [582790/582790] kxuan@xuan-code:/tmp/deb$ smartctl Command 'smartctl' not found, but can be installed with: sudo apt install smartmontools kxuan@xuan-code:/tmp/deb$ sudo dpkg -i ./smartmontools_7.2-1ubuntu0.1_amd64.deb Selecting previously unselected package smartmontools. (Reading database ... 304189 files and directories currently installed.) Preparing to unpack .../smartmontools_7.2-1ubuntu0.1_amd64.deb ... Unpacking smartmontools (7.2-1ubuntu0.1) ... Setting up smartmontools (7.2-1ubuntu0.1) ... Processing triggers for man-db (2.10.2-1) ... kxuan@xuan-code:/tmp/deb$ sudo smartctl -a /dev/nvme0n1 smartctl 7.2 2020-12-30 r5155 [x86_64-linux-6.5.0-14-generic] (local build) Copyright (C) 2002-20, 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 09:53:46 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: 28 Celsius Available Spare: 100% Available Spare Threshold: 10% Percentage Used: 0% Data Units Read: 3,290,382 [1.68 TB] Data Units Written: 4,097,710 [2.09 TB] Host Read Commands: 21,404,717 Host Write Commands: 48,884,417 Controller Busy Time: 519 Power Cycles: 640 Power On Hours: 2,014 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: 24 Celsius Temperature Sensor 2: 28 Celsius Error Information (NVMe Log 0x01, 16 of 64 entries) No Errors Logged kxuan@xuan-code:/tmp/deb$