NVMe SSD가 장착된 노트북이 있습니다.
# nvme list
Node SN Model Namespace Usage Format FW Rev
---------------- -------------------- ---------------------------------------- --------- -------------------------- ---------------- --------
/dev/nvme0n1 <-CENSORED-> KXG50ZNV512G NVMe TOSHIBA 512GB 1 512.11 GB / 512.11 GB 512 B + 0 B AADA4107
SMART에서는 알려주지 않습니다.보통의~를 제외한 원시 값22TB 쓰기.
# smartctl -a /dev/nvme0n1
smartctl 7.1 2019-12-30 r5022 [x86_64-linux-5.4.0-74-generic] (local build)
Copyright (C) 2002-19, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Model Number: KXG50ZNV512G NVMe TOSHIBA 512GB
Serial Number: <-CENSORED->
Firmware Version: AADA4107
PCI Vendor/Subsystem ID: 0x1179
IEEE OUI Identifier: 0x00080d
Total NVM Capacity: 512,110,190,592 [512 GB]
Unallocated NVM Capacity: 0
Controller ID: 0
Number of Namespaces: 1
Namespace 1 Size/Capacity: 512,110,190,592 [512 GB]
Namespace 1 Formatted LBA Size: 512
Namespace 1 IEEE EUI-64: 00080d 0500023e1d
Local Time is: Thu Jun 3 14:12:35 2021 CEST
Firmware Updates (0x14): 2 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
Maximum Data Transfer Size: 512 Pages
Warning Comp. Temp. Threshold: 78 Celsius
Critical Comp. Temp. Threshold: 82 Celsius
Namespace 1 Features (0x02): NA_Fields
Supported Power States
St Op Max Active Idle RL RT WL WT Ent_Lat Ex_Lat
0 + 6.00W - - 0 0 0 0 0 0
1 + 2.40W - - 1 1 1 1 0 0
2 + 1.90W - - 2 2 2 2 0 0
3 - 0.0500W - - 3 3 3 3 1500 1500
4 - 0.0030W - - 4 4 4 4 50000 80000
Supported LBA Sizes (NSID 0x1)
Id Fmt Data Metadt Rel_Perf
0 + 512 0 2
1 - 4096 0 1
=== START OF SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED
SMART/Health Information (NVMe Log 0x02)
Critical Warning: 0x00
Temperature: 35 Celsius
Available Spare: 100%
Available Spare Threshold: 10%
Percentage Used: 9%
Data Units Read: 63,196,994 [32.3 TB]
Data Units Written: 43,370,182 [22.2 TB]
Host Read Commands: 549,038,974
Host Write Commands: 420,271,939
Controller Busy Time: 2,885
Power Cycles: 2,160
Power On Hours: 17,684
Unsafe Shutdowns: 211
Media and Data Integrity Errors: 0
Error Information Log Entries: 0
Warning Comp. Temperature Time: 0
Critical Comp. Temperature Time: 0
Temperature Sensor 1: 35 Celsius
Error Information (NVMe Log 0x01, max 128 entries)
No Errors Logged
또한 방금 살펴 본 내용은 다음과 같습니다.
# nvme error-log /dev/nvme0n1
여기에는 다음 항목 중 64개만 포함됩니다.
.................
error_count : 0
sqid : 0
cmdid : 0
status_field : 0(SUCCESS: The command completed successfully)
parm_err_loc : 0
lba : 0
nsid : 0
vs : 0
cs : 0
.................
질문: SSD의 마모 수준을 평가할 수 있습니까? 아마도 다음을 통해사용 가능한 예비태그?
답변1
마모 수준은 "사용된 백분율" 필드에 의해 지정됩니다.이는 다음과 같이 지정됩니다.(184페이지):
사용된 비율:실제 사용량과 제조업체의 NVM 수명 예측을 기반으로 사용된 NVM 하위 시스템 수명 비율에 대한 공급업체별 추정치가 포함되어 있습니다. 값 100은 NVM 하위 시스템에서 NVM의 예상 내구성이 소모되었음을 나타내지만 NVM 하위 시스템 오류를 나타내지는 않을 수 있습니다. 값은 100을 초과할 수 있습니다. 254보다 큰 백분율은 255로 표시됩니다. 이 값은 전원을 켤 때마다(컨트롤러가 절전 상태가 아닌 경우) 한 번 업데이트됩니다.