UbuntuをベースにしているBasixをインストールして使用しているThinkPad E440のHDDから異音がしたような気がしたので、HDDのSMART情報をチェックしてみた。
$ sudo smartctl -i /dev/sda
Command 'smartctl' not found, but can be installed with:
sudo apt install smartmontools
Basixにはsmartmontoolsが入っていないようなので以下のコマンドでsmartmontoolsをインストール。
$ sudo apt-get update
$ sudo apt install smartmontools
smartmontoolsのインストールが完了したのでHDDのSMART情報を表示してみる。
HDDがSMART対応かの確認。
$ sudo smartctl -i /dev/sda
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.15.0-34-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF INFORMATION SECTION ===
Device Model: TOSHIBA MQ01ABF032
Serial Number: 64FZC0000
LU WWN Device Id: 5 000039 594400000
Firmware Version: AM0P8E
User Capacity: 320,072,933,376 bytes [320 GB]
Sector Sizes: 512 bytes logical, 4096 bytes physical
Rotation Rate: 5400 rpm
Form Factor: 2.5 inches
Device is: Not in smartctl database [for details use: -P showall]
ATA Version is: ATA8-ACS (minor revision not indicated)
SATA Version is: SATA 3.0, 6.0 Gb/s (current: 6.0 Gb/s)
Local Time is: Sun Nov 18 14:51:09 2018 JST
SMART support is: Available - device has SMART capability.
SMART情報の表示。
$ sudo smartctl -A /dev/sda
smartctl 6.6 2016-05-31 r4324 [x86_64-linux-4.15.0-34-generic] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF READ SMART DATA SECTION ===
SMART Attributes Data Structure revision number: 16
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_FAILED RAW_VALUE
1 Raw_Read_Error_Rate 0x000b 100 100 050 Pre-fail Always - 0
2 Throughput_Performance 0x0005 100 100 050 Pre-fail Offline - 0
3 Spin_Up_Time 0x0027 100 100 001 Pre-fail Always - 1354
4 Start_Stop_Count 0x0032 100 100 000 Old_age Always - 615
5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always - 0
7 Seek_Error_Rate 0x000b 100 100 050 Pre-fail Always - 0
8 Seek_Time_Performance 0x0005 100 100 050 Pre-fail Offline - 0
9 Power_On_Hours 0x0032 082 082 000 Old_age Always - 7570
10 Spin_Retry_Count 0x0033 112 100 030 Pre-fail Always - 0
12 Power_Cycle_Count 0x0032 100 100 000 Old_age Always - 608
191 G-Sense_Error_Rate 0x0032 100 100 000 Old_age Always - 2
192 Power-Off_Retract_Count 0x0032 100 100 000 Old_age Always - 240
193 Load_Cycle_Count 0x0032 100 100 000 Old_age Always - 2173
194 Temperature_Celsius 0x0022 100 100 000 Old_age Always - 36 (Min/Max 7/50)
196 Reallocated_Event_Count 0x0032 100 100 000 Old_age Always - 0
197 Current_Pending_Sector 0x0032 100 100 000 Old_age Always - 0
198 Offline_Uncorrectable 0x0030 100 100 000 Old_age Offline - 0
199 UDMA_CRC_Error_Count 0x0032 200 200 000 Old_age Always - 0
220 Disk_Shift 0x0002 100 100 000 Old_age Always - 0
222 Loaded_Hours 0x0032 082 082 000 Old_age Always - 7539
223 Load_Retry_Count 0x0032 100 100 000 Old_age Always - 0
224 Load_Friction 0x0022 100 100 000 Old_age Always - 0
226 Load-in_Time 0x0026 100 100 000 Old_age Always - 253
240 Head_Flying_Hours 0x0001 100 100 001 Pre-fail Offline - 0
Reallocated_Sector_Ct, Reallocated_Event_Count, Current_Pending_Sector, Offline_Uncorrectableとも問題はなさそう。
Raw_Read_Error_Rate, Seek_Error_Rate も問題なし。
Power_On_Hours が7570時間。
とりあえず、必要なデータをバックアップして使い続けることにする。
0 件のコメント:
コメントを投稿