SSD Samsung roste wear-leveling-count

SSD Samsung roste wear-leveling-count
« kdy: 11. 07. 2019, 11:06:14 »
V skdump se mění hodnota wear-leveling-count. Před cca půl rokem, možná rokem, byla pod 50, teď už je na 74.

Kód: [Vybrat]
177 wear-leveling-count          98    98     0   74          0x4a0000000000 prefail online  n/a  n/a
Co se stane, až bude 98? Počítám, že tak za půl roku až rok se dostanu na 98. Je to problém?

Disk jsem koupil v srpnu 2015. Skoro to odpovídá pěti letům. Značkuje si tak disk záruční dobu?

Když zkusím zjistit kolik dat bylo na disk zapsáno, tak dostanu toto

Kód: [Vybrat]
$ sudo smartctl -A /dev/sda | awk '/^241/ { print "TBW: "($10 * 512) * 1.0e-12, "TB" } '
TBW: 12.4754 TB

Disk používám prakticky každý den ale jak realistické to číslo je si netroufám ani odhadnout.
Zkoušel jsem používat každý den  iostat /dev/sda -m, ale to mi po uspání a probuzení notebooku dává úplně ulítnutý hodnoty. Takže jaká může být realita zápisu dat za několik dní nevím.

celý skdump:

Kód: [Vybrat]
$ sudo skdump /dev/sda
Device: sat16:/dev/sda
Type: 16 Byte SCSI ATA SAT Passthru
Size: 488386 MiB
Model: [Samsung SSD 850 PRO 512GB]
Serial: [S250NSAG502297E]
Firmware: [EXM02B6Q]
SMART Available: yes
Quirks:
Awake: yes
SMART Disk Health Good: yes
Off-line Data Collection Status: [Off-line data collection activity was never started.]
Total Time To Complete Off-Line Data Collection: 0 s
Self-Test Execution Status: [The previous self-test routine completed without error or no self-test has ever been run.]
Percent Self-Test Remaining: 0%
Conveyance Self-Test Available: no
Short/Extended Self-Test Available: yes
Start Self-Test Available: yes
Abort Self-Test Available: yes
Short Self-Test Polling Time: 2 min
Extended Self-Test Polling Time: 272 min
Conveyance Self-Test Polling Time: 0 min
Bad Sectors: 0 sectors
Powered On: 1.1 years
Power Cycles: 2399
Average Powered On Per Power Cycle: 4.2 h
Temperature: 41.0 C
Attribute Parsing Verification: Good
Overall Status: GOOD
ID# Name                        Value Worst Thres Pretty      Raw            Type    Updates Good Good/Past
  5 reallocated-sector-count    100   100    10   0 sectors   0x000000000000 prefail online  yes  yes
  9 power-on-hours               98    98     0   1.1 years   0x212700000000 old-age online  n/a  n/a
 12 power-cycle-count            97    97     0   2399        0x5f0900000000 old-age online  n/a  n/a
177 wear-leveling-count          98    98     0   74          0x4a0000000000 prefail online  n/a  n/a
179 used-reserved-blocks-total  100   100    10   0           0x000000000000 prefail online  yes  yes
181 program-fail-count-total    100   100    10   0           0x000000000000 old-age online  yes  yes
182 erase-fail-count-total      100   100    10   0           0x000000000000 old-age online  yes  yes
183 runtime-bad-block-total     100   100    10   0           0x000000000000 prefail online  yes  yes
187 reported-uncorrect          100   100     0   0 sectors   0x000000000000 old-age online  n/a  n/a
190 airflow-temperature-celsius  59    42     0   41.0 C      0x290000000000 old-age online  n/a  n/a
195 hardware-ecc-recovered      200   200     0   0           0x000000000000 old-age online  n/a  n/a
199 udma-crc-error-count        100   100     0   0           0x000000000000 old-age online  n/a  n/a
235 good-block-rate              99    99     0   n/a         0xbf0000000000 old-age online  n/a  n/a
241 total-lbas-written           99    99     0   817588.326 TB 0x132054ac0500 old-age online  n/a  n/a
« Poslední změna: 11. 07. 2019, 20:49:30 od Petr Krčmář »