Created
April 26, 2019 10:01
-
-
Save ntzyz/f7f9e221d7c38a85a9635fc305b0d6f8 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ntzyz@ntzyz-7060 ~ % df -h | grep nvme | |
/dev/nvme0n1p3 155G 108G 39G 74% / | |
/dev/nvme0n1p1 300M 76M 225M 26% /boot | |
ntzyz@ntzyz-7060 ~ % sudo smartctl -x /dev/nvme0 | |
smartctl 7.0 2018-12-30 r4883 [x86_64-linux-5.0.9-arch1-1-ARCH] (local build) | |
Copyright (C) 2002-18, Bruce Allen, Christian Franke, www.smartmontools.org | |
=== START OF INFORMATION SECTION === | |
Model Number: CA3-8D256-Q11 NVMe LITEON 256GB | |
Serial Number: TW0546VPLOH0081R00HJ | |
Firmware Version: C48110A | |
PCI Vendor ID: 0x14a4 | |
PCI Vendor Subsystem ID: 0x1b4b | |
IEEE OUI Identifier: 0x002303 | |
Total NVM Capacity: 256,060,514,304 [256 GB] | |
Unallocated NVM Capacity: 0 | |
Controller ID: 1 | |
Number of Namespaces: 1 | |
Namespace 1 Size/Capacity: 256,060,514,304 [256 GB] | |
Namespace 1 Formatted LBA Size: 512 | |
Namespace 1 IEEE EUI-64: 002303 5610069fe3 | |
Local Time is: Fri Apr 26 17:19:20 2019 CST | |
Firmware Updates (0x14): 2 Slots, no Reset required | |
Optional Admin Commands (0x001f): Security Format Frmw_DL NS_Mngmt Self_Test | |
Optional NVM Commands (0x001f): Comp Wr_Unc DS_Mngmt Wr_Zero Sav/Sel_Feat | |
Maximum Data Transfer Size: 32 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 + 8.00W - - 0 0 0 0 0 0 | |
1 + 4.50W - - 1 1 1 1 5 5 | |
2 + 3.00W - - 2 2 2 2 5 5 | |
3 - 0.0700W - - 3 3 3 3 1000 5000 | |
4 - 0.0100W - - 4 4 4 4 5000 50000 | |
Supported LBA Sizes (NSID 0x1) | |
Id Fmt Data Metadt Rel_Perf | |
0 - 512 0 1 | |
1 - 4096 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: 47 Celsius | |
Available Spare: 100% | |
Available Spare Threshold: 50% | |
Percentage Used: 2% | |
Data Units Read: 3,076,213 [1.57 TB] | |
Data Units Written: 6,179,393 [3.16 TB] | |
Host Read Commands: 55,515,096 | |
Host Write Commands: 120,068,446 | |
Controller Busy Time: 17 | |
Power Cycles: 80 | |
Power On Hours: 0 | |
Unsafe Shutdowns: 43 | |
Media and Data Integrity Errors: 0 | |
Error Information Log Entries: 0 | |
Warning Comp. Temperature Time: 0 | |
Critical Comp. Temperature Time: 0 | |
Temperature Sensor 1: 47 Celsius | |
Error Information (NVMe Log 0x01, max 64 entries) | |
No Errors Logged |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment