差分
このページの2つのバージョン間の差分を表示します。
両方とも前のリビジョン 前のリビジョン | |||
linux:smartctl [2024/10/01 06:36] – 削除 - 外部編集 (Unknown date) 非ログインユーザー | linux:smartctl [2024/10/01 06:36] (現在) – ↷ linux:s.m.a.r.t から linux:smartctl へページを名称変更しました。 ともやん | ||
---|---|---|---|
行 1: | 行 1: | ||
+ | ====== Linux でハードディスクの S.M.A.R.T 情報の取得 ====== | ||
+ | < | ||
+ | <!-- a8net --> | ||
+ | <a href=" | ||
+ | <img border=" | ||
+ | <img border=" | ||
+ | </ | ||
+ | < | ||
+ | <!-- a8net --> | ||
+ | <a href=" | ||
+ | <img border=" | ||
+ | </ | ||
+ | |||
+ | ===== S.M.A.R.Tとは... ===== | ||
+ | S.M.A.R.Tは「Self Monitoring, Analysis, and Reporting Technology」の略で、HDDが自身の障害を自己診断して、ユーザに報告するインテリジェントな機能である。\\ | ||
+ | |||
+ | ===== smartmontoolsインストール ===== | ||
+ | smartctlを利用するためには、smartmontoolsパッケージをインストールする。\\ | ||
+ | <WRAP color_term> | ||
+ | <WRAP color_command>< | ||
+ | <b class=GRN> | ||
+ | </ | ||
+ | <WRAP color_result_long>< | ||
+ | メタデータの期限切れの最終確認: | ||
+ | 依存関係が解決しました。 | ||
+ | =============================================================================================================== | ||
+ | | ||
+ | =============================================================================================================== | ||
+ | インストール: | ||
+ | <b class=GRN> | ||
+ | 依存関係のインストール: | ||
+ | <b class=GRN> | ||
+ | |||
+ | トランザクションの概要 | ||
+ | =============================================================================================================== | ||
+ | インストール | ||
+ | |||
+ | ダウンロードサイズの合計: | ||
+ | インストール後のサイズ: | ||
+ | これでよろしいですか? | ||
+ | パッケージのダウンロード: | ||
+ | (1/2): smartmontools-selinux-7.3-2.fc36.noarch.rpm | ||
+ | (2/2): smartmontools-7.3-2.fc36.x86_64.rpm | ||
+ | --------------------------------------------------------------------------------------------------------------- | ||
+ | 合計 | ||
+ | トランザクションの確認を実行中 | ||
+ | トランザクションの確認に成功しました。 | ||
+ | トランザクションのテストを実行中 | ||
+ | トランザクションのテストに成功しました。 | ||
+ | トランザクションを実行中 | ||
+ | 準備 | ||
+ | scriptletの実行中: | ||
+ | インストール中 | ||
+ | scriptletの実行中: | ||
+ | libsemanage.semanage_direct_install_info: | ||
+ | Failed to set unit properties on smartd.service: | ||
+ | |||
+ | インストール中 | ||
+ | scriptletの実行中: | ||
+ | Created symlink / | ||
+ | |||
+ | 検証 | ||
+ | 検証 | ||
+ | |||
+ | インストール済み: | ||
+ | smartmontools-1: | ||
+ | |||
+ | 完了しました! | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | ===== S.M.A.R.T 情報の取得 ===== | ||
+ | S.M.A.R.T 情報を取得するには、以下のコマンドを実行する。\\ | ||
+ | <WRAP color_term> | ||
+ | <WRAP color_command>< | ||
+ | <b class=GRN> | ||
+ | </ | ||
+ | <WRAP color_result>< | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | SATAのRAIDカード経由の場合は、-d ata オプションを追加する。 | ||
+ | <WRAP color_term> | ||
+ | <WRAP color_command>< | ||
+ | <b class=GRN> | ||
+ | </ | ||
+ | <WRAP color_result>< | ||
+ | </ | ||
+ | </ | ||
+ | HighPoint RocketRAID カード経由の場合は、-d hpt,L/M または -d hpt,L/M/N オプションを追加する。\\ | ||
+ | L = コントローラID(1~4)\\ | ||
+ | M = チャネル番号(1~8)\\ | ||
+ | N = PMPort番号(1~5)\\ | ||
+ | |||
+ | <WRAP color_term> | ||
+ | <WRAP color_command>< | ||
+ | <b class=GRN> | ||
+ | </ | ||
+ | <WRAP color_result>< | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | このとき指定するデバイス名(/ | ||
+ | デバイス名を調べるには、以下のコマンドを実行する。 | ||
+ | <WRAP color_term> | ||
+ | <WRAP color_command>< | ||
+ | <b class=GRN> | ||
+ | </ | ||
+ | <WRAP color_result_long>< | ||
+ | モデル: HPT DISK_2_0 (scsi) | ||
+ | ディスク /dev/sdb: 128GB | ||
+ | セクタサイズ (論理/ | ||
+ | パーティションテーブル: | ||
+ | |||
+ | 番号 | ||
+ | | ||
+ | | ||
+ | |||
+ | |||
+ | モデル: HPT DISK_2_1 (scsi) | ||
+ | ディスク /dev/sdc: 2872GB | ||
+ | セクタサイズ (論理/ | ||
+ | パーティションテーブル: | ||
+ | |||
+ | 番号 | ||
+ | | ||
+ | |||
+ | |||
+ | モデル: Linux device-mapper (linear) (dm) | ||
+ | ディスク / | ||
+ | セクタサイズ (論理/ | ||
+ | パーティションテーブル: | ||
+ | |||
+ | 番号 | ||
+ | | ||
+ | |||
+ | |||
+ | モデル: Linux device-mapper (linear) (dm) | ||
+ | ディスク / | ||
+ | セクタサイズ (論理/ | ||
+ | パーティションテーブル: | ||
+ | |||
+ | 番号 | ||
+ | | ||
+ | </ | ||
+ | </ | ||
+ | /dev/sdb または /dev/sdc が HighPoint RocketRAID のアレイであることが分かる。\\ | ||
+ | |||
+ | ===== RAID 0,1,5 アレイを構成するディスクの S.M.A.R.T 情報の取得 ===== | ||
+ | 1つのコントローラに複数のチャネルが存在しハードウェアRAIDにて RAID0,1,5 などのアレイを構成している場合は、\\ | ||
+ | Linux上からは1つのアレイを1つデバイスとして認識している。\\ | ||
+ | \\ | ||
+ | 例えば、物理ディスク1~4を利用してRAID5のアレイを2つ構成している場合、 | ||
+ | <WRAP color_code>< | ||
+ | RAIDカードのチャネル | ||
+ | hpt チャネル1 | ||
+ | hpt チャネル2 | ||
+ | hpt チャネル3 | ||
+ | hpt チャネル4 | ||
+ | </ | ||
+ | |||
+ | コントローラID, | ||
+ | 物理ディスクの S.M.A.R.T 情報を取得できる。\\ | ||
+ | <WRAP color_term> | ||
+ | <WRAP color_command>< | ||
+ | <b class=GRN> | ||
+ | <b class=GRN> | ||
+ | <b class=GRN> | ||
+ | <b class=GRN> | ||
+ | </ | ||
+ | </ | ||
+ | <WRAP color_term> | ||
+ | <WRAP color_command>< | ||
+ | <b class=GRN> | ||
+ | <b class=GRN> | ||
+ | <b class=GRN> | ||
+ | <b class=GRN> | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | ===== 致命的なエラーを見極める ===== | ||
+ | 以下のサイトの文献が役に立つ。\\ | ||
+ | < | ||
+ | <!-- a8net --> | ||
+ | <a href=" | ||
+ | <img border=" | ||
+ | </ | ||
+ | [[http:// | ||
+ | [[https:// | ||
+ | |||
+ | ==== Vendor Specific SMART Attributes with Thresholds ==== | ||
+ | 注目すべき情報は、 | ||
+ | ^ ID# ^ ATTRIBUTE_NAME ^ 意味 ^ | ||
+ | | 5|Reallocated_Sector_Ct|ハードディスクが読み・書き・検証エラーを見つけ、代替させた不良セクタ数。通常、代替セクタが発生しても気が付かないが、より多くのセクタが代替されるほど、ディスクの読み書きに影響を及ぼす。| | ||
+ | |196|Reallocated_Event_Count|不良セクタから予備領域にデータを移した回数。データ移行に失敗した数も成功した数と同様にカウントアップされる。| | ||
+ | |197|Current_Pending_Sector|不安定なセクタ数。代替セクタに再配置されるのを待っているセクタの総数で、正しく読み取りできたばあいは除かれる。但し、エラーが発生する場合は代替セクタに移されて、不良セクタはマークされる。この値がゼロで残るならば、対応する領域の質が低いことを示す。| | ||
+ | |198|Offline_Uncorrectable|修復できないセクタの読み書き時のエラーの量を示す。この値が増えることは、ディスクの欠陥・機械的なサブシステムに問題があることを示す。| | ||
+ | <WRAP color_code>< | ||
+ | 5 Reallocated_Sector_Ct | ||
+ | </ | ||
+ | <WRAP color_code>< | ||
+ | 196 Reallocated_Event_Count 0x0008 | ||
+ | 197 Current_Pending_Sector | ||
+ | 198 Offline_Uncorrectable | ||
+ | </ | ||
+ | |||
+ | <WRAP color_code>< | ||
+ | Vendor Specific SMART Attributes with Thresholds: | ||
+ | ID# ATTRIBUTE_NAME | ||
+ | 3 Spin_Up_Time | ||
+ | 4 Start_Stop_Count | ||
+ | 5 Reallocated_Sector_Ct | ||
+ | 6 Read_Channel_Margin | ||
+ | 7 Seek_Error_Rate | ||
+ | 8 Seek_Time_Performance | ||
+ | 9 Power_On_Minutes | ||
+ | 10 Spin_Retry_Count | ||
+ | 11 Calibration_Retry_Count 0x002b | ||
+ | 12 Power_Cycle_Count | ||
+ | 192 Power-Off_Retract_Count 0x0032 | ||
+ | 193 Load_Cycle_Count | ||
+ | 194 Temperature_Celsius | ||
+ | 195 Hardware_ECC_Recovered | ||
+ | 196 Reallocated_Event_Count 0x0008 | ||
+ | 197 Current_Pending_Sector | ||
+ | 198 Offline_Uncorrectable | ||
+ | 199 UDMA_CRC_Error_Count | ||
+ | 200 Multi_Zone_Error_Rate | ||
+ | 201 Soft_Read_Error_Rate | ||
+ | 202 TA_Increase_Count | ||
+ | 203 Run_Out_Cancel | ||
+ | 204 Shock_Count_Write_Opern 0x000a | ||
+ | 205 Shock_Rate_Write_Opern | ||
+ | 207 Spin_High_Current | ||
+ | 208 Spin_Buzz | ||
+ | 209 Offline_Seek_Performnce 0x0024 | ||
+ | 99 Unknown_Attribute | ||
+ | 100 Unknown_Attribute | ||
+ | 101 Unknown_Attribute | ||
+ | </ | ||
+ | |||
+ | ===== S.M.A.R.T 情報の出力例 ===== | ||
+ | <WRAP color_term> | ||
+ | <WRAP color_command>< | ||
+ | <b class=GRN> | ||
+ | </ | ||
+ | <WRAP color_result_long>< | ||
+ | smartctl version 5.38 [x86_64-redhat-linux-gnu] Copyright (C) 2002-8 Bruce Allen | ||
+ | Home page is http:// | ||
+ | |||
+ | === START OF INFORMATION SECTION === | ||
+ | Model Family: | ||
+ | Device Model: | ||
+ | Serial Number: | ||
+ | Firmware Version: YAR51HW0 | ||
+ | User Capacity: | ||
+ | Device is: In smartctl database [for details use: -P show] | ||
+ | ATA Version is: 7 | ||
+ | ATA Standard is: ATA/ATAPI-7 T13 1532D revision 0 | ||
+ | Local Time is: Wed Nov 12 21:51:41 2008 JST | ||
+ | SMART support is: Available - device has SMART capability. | ||
+ | SMART support is: Enabled | ||
+ | |||
+ | === START OF READ SMART DATA SECTION === | ||
+ | SMART overall-health self-assessment test result: PASSED | ||
+ | |||
+ | General SMART Values: | ||
+ | Offline data collection status: | ||
+ | was never started. | ||
+ | Auto Offline Data Collection: Enabled. | ||
+ | Self-test execution status: | ||
+ | without error or no self-test has ever | ||
+ | been run. | ||
+ | Total time to complete Offline | ||
+ | data collection: ( 363) seconds. | ||
+ | Offline data collection | ||
+ | capabilities: | ||
+ | Auto Offline data collection on/off support. | ||
+ | Suspend Offline collection upon new | ||
+ | command. | ||
+ | Offline surface scan supported. | ||
+ | Self-test supported. | ||
+ | No Conveyance Self-test supported. | ||
+ | Selective Self-test supported. | ||
+ | SMART capabilities: | ||
+ | power-saving mode. | ||
+ | Supports SMART auto save timer. | ||
+ | Error logging capability: | ||
+ | No General Purpose Logging support. | ||
+ | Short self-test routine | ||
+ | recommended polling time: ( 2) minutes. | ||
+ | Extended self-test routine | ||
+ | recommended polling time: ( 106) minutes. | ||
+ | |||
+ | SMART Attributes Data Structure revision number: 16 | ||
+ | Vendor Specific SMART Attributes with Thresholds: | ||
+ | ID# ATTRIBUTE_NAME | ||
+ | 3 Spin_Up_Time | ||
+ | 4 Start_Stop_Count | ||
+ | 5 Reallocated_Sector_Ct | ||
+ | 6 Read_Channel_Margin | ||
+ | 7 Seek_Error_Rate | ||
+ | 8 Seek_Time_Performance | ||
+ | 9 Power_On_Minutes | ||
+ | 10 Spin_Retry_Count | ||
+ | 11 Calibration_Retry_Count 0x002b | ||
+ | 12 Power_Cycle_Count | ||
+ | 192 Power-Off_Retract_Count 0x0032 | ||
+ | 193 Load_Cycle_Count | ||
+ | 194 Temperature_Celsius | ||
+ | 195 Hardware_ECC_Recovered | ||
+ | 196 Reallocated_Event_Count 0x0008 | ||
+ | 197 Current_Pending_Sector | ||
+ | 198 Offline_Uncorrectable | ||
+ | 199 UDMA_CRC_Error_Count | ||
+ | 200 Multi_Zone_Error_Rate | ||
+ | 201 Soft_Read_Error_Rate | ||
+ | 202 TA_Increase_Count | ||
+ | 203 Run_Out_Cancel | ||
+ | 204 Shock_Count_Write_Opern 0x000a | ||
+ | 205 Shock_Rate_Write_Opern | ||
+ | 207 Spin_High_Current | ||
+ | 208 Spin_Buzz | ||
+ | 209 Offline_Seek_Performnce 0x0024 | ||
+ | 99 Unknown_Attribute | ||
+ | 100 Unknown_Attribute | ||
+ | 101 Unknown_Attribute | ||
+ | | ||
+ | SMART Error Log Version: 1 | ||
+ | Warning: ATA error count 77 inconsistent with error log pointer 5 | ||
+ | |||
+ | ATA Error Count: 77 (device log contains only the most recent five errors) | ||
+ | CR = Command Register [HEX] | ||
+ | FR = Features Register [HEX] | ||
+ | SC = Sector Count Register [HEX] | ||
+ | SN = Sector Number Register [HEX] | ||
+ | CL = Cylinder Low Register [HEX] | ||
+ | CH = Cylinder High Register [HEX] | ||
+ | DH = Device/Head Register [HEX] | ||
+ | DC = Device Command Register [HEX] | ||
+ | ER = Error register [HEX] | ||
+ | ST = Status register [HEX] | ||
+ | Powered_Up_Time is measured from power on, and printed as | ||
+ | DDd+hh: | ||
+ | SS=sec, and sss=millisec. It " | ||
+ | |||
+ | Error 77 occurred at disk power-on lifetime: 2026 hours (84 days + 10 hours) | ||
+ | When the command that caused the error occurred, the device was in an unknown state. | ||
+ | |||
+ | After command completion occurred, registers were: | ||
+ | ER ST SC SN CL CH DH | ||
+ | -- -- -- -- -- -- -- | ||
+ | 84 51 00 52 cf fa e2 Error: ICRC, ABRT at LBA = 0x02facf52 = 49991506 | ||
+ | |||
+ | Commands leading to the command that caused the error were: | ||
+ | CR FR SC SN CL CH DH DC | ||
+ | -- -- -- -- -- -- -- -- ---------------- | ||
+ | c8 00 58 52 cf fa e2 00 05: | ||
+ | c8 00 40 92 ce fa e2 00 05: | ||
+ | c8 00 40 4d a3 0e e0 00 05: | ||
+ | c8 00 08 3a 1b f9 e2 00 05: | ||
+ | c8 00 08 1a 1b f9 e2 00 05: | ||
+ | |||
+ | Error 76 occurred at disk power-on lifetime: 439 hours (18 days + 7 hours) | ||
+ | When the command that caused the error occurred, the device was in an unknown state. | ||
+ | |||
+ | After command completion occurred, registers were: | ||
+ | ER ST SC SN CL CH DH | ||
+ | -- -- -- -- -- -- -- | ||
+ | 84 51 00 e2 1f 39 ef Error: ICRC, ABRT at LBA = 0x0f391fe2 = 255401954 | ||
+ | |||
+ | Commands leading to the command that caused the error were: | ||
+ | CR FR SC SN CL CH DH DC | ||
+ | -- -- -- -- -- -- -- -- ---------------- | ||
+ | c8 00 b0 e2 1f 39 ef 00 01: | ||
+ | 25 00 50 92 1e 39 e0 00 01: | ||
+ | 25 00 30 92 16 39 e0 00 01: | ||
+ | c8 00 80 d2 0f 39 ef 00 01: | ||
+ | 25 00 18 92 0e 39 e0 00 01: | ||
+ | |||
+ | Error 75 occurred at disk power-on lifetime: 439 hours (18 days + 7 hours) | ||
+ | When the command that caused the error occurred, the device was in an unknown state. | ||
+ | |||
+ | After command completion occurred, registers were: | ||
+ | ER ST SC SN CL CH DH | ||
+ | -- -- -- -- -- -- -- | ||
+ | 84 51 d8 62 1d 0d e0 Error: ICRC, ABRT 216 sectors at LBA = 0x000d1d62 = 859490 | ||
+ | |||
+ | Commands leading to the command that caused the error were: | ||
+ | CR FR SC SN CL CH DH DC | ||
+ | -- -- -- -- -- -- -- -- ---------------- | ||
+ | 35 00 18 22 1d 0d e0 00 01: | ||
+ | ca 00 28 f2 1c 0d ed 00 01: | ||
+ | ca 00 08 b2 90 ff ec 00 01: | ||
+ | ca 00 18 6a e0 fe ec 00 01: | ||
+ | ca 00 08 e2 5c fe ec 00 01: | ||
+ | |||
+ | Error 74 occurred at disk power-on lifetime: 438 hours (18 days + 6 hours) | ||
+ | When the command that caused the error occurred, the device was in an unknown state. | ||
+ | |||
+ | After command completion occurred, registers were: | ||
+ | ER ST SC SN CL CH DH | ||
+ | -- -- -- -- -- -- -- | ||
+ | 84 51 08 1a 2f f5 e2 Error: ICRC, ABRT at LBA = 0x02f52f1a = 49622810 | ||
+ | |||
+ | Commands leading to the command that caused the error were: | ||
+ | CR FR SC SN CL CH DH DC | ||
+ | -- -- -- -- -- -- -- -- ---------------- | ||
+ | ca 00 08 1a 2f f5 e2 00 00: | ||
+ | ca 00 08 0a 2f f5 e2 00 00: | ||
+ | ca 00 10 d2 2e f5 e2 00 00: | ||
+ | ca 00 18 a2 2e f5 e2 00 00: | ||
+ | ca 00 10 8a 2e f5 e2 00 00: | ||
+ | |||
+ | Error 73 occurred at disk power-on lifetime: 438 hours (18 days + 6 hours) | ||
+ | When the command that caused the error occurred, the device was in an unknown state. | ||
+ | |||
+ | After command completion occurred, registers were: | ||
+ | ER ST SC SN CL CH DH | ||
+ | -- -- -- -- -- -- -- | ||
+ | 84 51 00 ca fb 27 ee Error: ICRC, ABRT at LBA = 0x0e27fbca = 237501386 | ||
+ | |||
+ | Commands leading to the command that caused the error were: | ||
+ | CR FR SC SN CL CH DH DC | ||
+ | -- -- -- -- -- -- -- -- ---------------- | ||
+ | c8 00 18 ca fb 27 ee 00 00: | ||
+ | c8 00 08 b2 fb 27 ee 00 00: | ||
+ | c8 00 48 62 fb 27 ee 00 00: | ||
+ | c8 00 30 22 fb 27 ee 00 00: | ||
+ | c8 00 18 fa fa 27 ee 00 00: | ||
+ | |||
+ | SMART Self-test log structure revision number 1 | ||
+ | No self-tests have been logged. | ||
+ | |||
+ | |||
+ | SMART Selective self-test log data structure revision number 1 | ||
+ | | ||
+ | 1 0 0 Not_testing | ||
+ | 2 0 0 Not_testing | ||
+ | 3 0 0 Not_testing | ||
+ | 4 0 0 Not_testing | ||
+ | 5 0 0 Not_testing | ||
+ | Selective self-test flags (0x0): | ||
+ | After scanning selected spans, do NOT read-scan remainder of disk. | ||
+ | If Selective self-test is pending on power-up, resume after 0 minute delay. | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | ===== クラッシュした HDD の出力例😭 ===== | ||
+ | |||
+ | ==== すべての情報 ==== | ||
+ | <WRAP color_term> | ||
+ | <WRAP color_command>< | ||
+ | <b class=GRN> | ||
+ | </ | ||
+ | <WRAP color_result_long>< | ||
+ | smartctl version 5.38 [x86_64-redhat-linux-gnu] Copyright (C) 2002-8 Bruce Allen | ||
+ | Home page is http:// | ||
+ | |||
+ | === START OF INFORMATION SECTION === | ||
+ | Model Family: | ||
+ | Device Model: | ||
+ | Serial Number: | ||
+ | Firmware Version: YAR41BW0 | ||
+ | User Capacity: | ||
+ | Device is: In smartctl database [for details use: -P show] | ||
+ | ATA Version is: 7 | ||
+ | ATA Standard is: ATA/ATAPI-7 T13 1532D revision 0 | ||
+ | Local Time is: Tue Jan 6 23:10:01 2009 JST | ||
+ | SMART support is: Available - device has SMART capability. | ||
+ | SMART support is: Enabled | ||
+ | |||
+ | === START OF READ SMART DATA SECTION === | ||
+ | SMART overall-health self-assessment test result: PASSED | ||
+ | |||
+ | General SMART Values: | ||
+ | Offline data collection status: | ||
+ | was aborted by an interrupting command from host. | ||
+ | Auto Offline Data Collection: Enabled. | ||
+ | Self-test execution status: | ||
+ | without error or no self-test has ever | ||
+ | been run. | ||
+ | Total time to complete Offline | ||
+ | data collection: ( 363) seconds. | ||
+ | Offline data collection | ||
+ | capabilities: | ||
+ | Auto Offline data collection on/off support. | ||
+ | Suspend Offline collection upon new | ||
+ | command. | ||
+ | Offline surface scan supported. | ||
+ | Self-test supported. | ||
+ | No Conveyance Self-test supported. | ||
+ | Selective Self-test supported. | ||
+ | SMART capabilities: | ||
+ | power-saving mode. | ||
+ | Supports SMART auto save timer. | ||
+ | Error logging capability: | ||
+ | No General Purpose Logging support. | ||
+ | Short self-test routine | ||
+ | recommended polling time: ( 2) minutes. | ||
+ | Extended self-test routine | ||
+ | recommended polling time: ( 107) minutes. | ||
+ | |||
+ | SMART Attributes Data Structure revision number: 16 | ||
+ | Vendor Specific SMART Attributes with Thresholds: | ||
+ | ID# ATTRIBUTE_NAME | ||
+ | 3 Spin_Up_Time | ||
+ | 4 Start_Stop_Count | ||
+ | 5 Reallocated_Sector_Ct | ||
+ | 6 Read_Channel_Margin | ||
+ | 7 Seek_Error_Rate | ||
+ | 8 Seek_Time_Performance | ||
+ | 9 Power_On_Minutes | ||
+ | 10 Spin_Retry_Count | ||
+ | 11 Calibration_Retry_Count 0x002b | ||
+ | 12 Power_Cycle_Count | ||
+ | 192 Power-Off_Retract_Count 0x0032 | ||
+ | 193 Load_Cycle_Count | ||
+ | 194 Temperature_Celsius | ||
+ | 195 Hardware_ECC_Recovered | ||
+ | 196 Reallocated_Event_Count 0x0008 | ||
+ | 197 Current_Pending_Sector | ||
+ | 198 Offline_Uncorrectable | ||
+ | 199 UDMA_CRC_Error_Count | ||
+ | 200 Multi_Zone_Error_Rate | ||
+ | 201 Soft_Read_Error_Rate | ||
+ | 202 TA_Increase_Count | ||
+ | 203 Run_Out_Cancel | ||
+ | 204 Shock_Count_Write_Opern 0x000a | ||
+ | 205 Shock_Rate_Write_Opern | ||
+ | 207 Spin_High_Current | ||
+ | 208 Spin_Buzz | ||
+ | 209 Offline_Seek_Performnce 0x0024 | ||
+ | 99 Unknown_Attribute | ||
+ | 100 Unknown_Attribute | ||
+ | 101 Unknown_Attribute | ||
+ | |||
+ | SMART Error Log Version: 1 | ||
+ | Warning: ATA error count 758 inconsistent with error log pointer 5 | ||
+ | |||
+ | ATA Error Count: 758 (device log contains only the most recent five errors) | ||
+ | CR = Command Register [HEX] | ||
+ | FR = Features Register [HEX] | ||
+ | SC = Sector Count Register [HEX] | ||
+ | SN = Sector Number Register [HEX] | ||
+ | CL = Cylinder Low Register [HEX] | ||
+ | CH = Cylinder High Register [HEX] | ||
+ | DH = Device/Head Register [HEX] | ||
+ | DC = Device Command Register [HEX] | ||
+ | ER = Error register [HEX] | ||
+ | ST = Status register [HEX] | ||
+ | Powered_Up_Time is measured from power on, and printed as | ||
+ | DDd+hh: | ||
+ | SS=sec, and sss=millisec. It " | ||
+ | |||
+ | Error 758 occurred at disk power-on lifetime: 2665 hours (111 days + 1 hours) | ||
+ | When the command that caused the error occurred, the device was in an unknown state. | ||
+ | |||
+ | After command completion occurred, registers were: | ||
+ | ER ST SC SN CL CH DH | ||
+ | -- -- -- -- -- -- -- | ||
+ | 40 59 03 7b 03 31 e0 Error: UNC at LBA = 0x0031037b = 3212155 | ||
+ | |||
+ | Commands leading to the command that caused the error were: | ||
+ | CR FR SC SN CL CH DH DC | ||
+ | -- -- -- -- -- -- -- -- ---------------- | ||
+ | 24 00 08 77 03 31 e0 0a 03: | ||
+ | 27 00 00 00 00 00 e0 08 03: | ||
+ | ec 00 00 00 00 00 a0 0a 03: | ||
+ | ef 03 0c 00 00 00 a0 0a 03: | ||
+ | 27 00 00 00 00 00 e0 08 03: | ||
+ | |||
+ | Error 757 occurred at disk power-on lifetime: 2665 hours (111 days + 1 hours) | ||
+ | When the command that caused the error occurred, the device was in an unknown state. | ||
+ | |||
+ | After command completion occurred, registers were: | ||
+ | ER ST SC SN CL CH DH | ||
+ | -- -- -- -- -- -- -- | ||
+ | 40 59 03 7b 03 31 e0 Error: UNC at LBA = 0x0031037b = 3212155 | ||
+ | |||
+ | Commands leading to the command that caused the error were: | ||
+ | CR FR SC SN CL CH DH DC | ||
+ | -- -- -- -- -- -- -- -- ---------------- | ||
+ | 24 00 08 77 03 31 e0 0a 03: | ||
+ | 27 00 00 00 00 00 e0 08 03: | ||
+ | ec 00 00 00 00 00 a0 0a 03: | ||
+ | ef 03 0c 00 00 00 a0 0a 03: | ||
+ | 27 00 00 00 00 00 e0 08 03: | ||
+ | |||
+ | Error 756 occurred at disk power-on lifetime: 2665 hours (111 days + 1 hours) | ||
+ | When the command that caused the error occurred, the device was in an unknown state. | ||
+ | |||
+ | After command completion occurred, registers were: | ||
+ | ER ST SC SN CL CH DH | ||
+ | -- -- -- -- -- -- -- | ||
+ | 40 59 03 7b 03 31 e0 Error: UNC at LBA = 0x0031037b = 3212155 | ||
+ | |||
+ | Commands leading to the command that caused the error were: | ||
+ | CR FR SC SN CL CH DH DC | ||
+ | -- -- -- -- -- -- -- -- ---------------- | ||
+ | 24 00 08 77 03 31 e0 0a 03: | ||
+ | 27 00 00 00 00 00 e0 08 03: | ||
+ | ec 00 00 00 00 00 a0 0a 03: | ||
+ | ef 03 0c 00 00 00 a0 0a 03: | ||
+ | 27 00 00 00 00 00 e0 08 03: | ||
+ | |||
+ | Error 755 occurred at disk power-on lifetime: 2665 hours (111 days + 1 hours) | ||
+ | When the command that caused the error occurred, the device was in an unknown state. | ||
+ | |||
+ | After command completion occurred, registers were: | ||
+ | ER ST SC SN CL CH DH | ||
+ | -- -- -- -- -- -- -- | ||
+ | 40 59 03 7b 03 31 e0 Error: UNC at LBA = 0x0031037b = 3212155 | ||
+ | |||
+ | Commands leading to the command that caused the error were: | ||
+ | CR FR SC SN CL CH DH DC | ||
+ | -- -- -- -- -- -- -- -- ---------------- | ||
+ | 24 00 08 77 03 31 e0 0a 03: | ||
+ | 27 00 00 00 00 00 e0 08 03: | ||
+ | ec 00 00 00 00 00 a0 0a 03: | ||
+ | ef 03 0c 00 00 00 a0 0a 03: | ||
+ | 27 00 00 00 00 00 e0 08 03: | ||
+ | |||
+ | Error 754 occurred at disk power-on lifetime: 2665 hours (111 days + 1 hours) | ||
+ | When the command that caused the error occurred, the device was in an unknown state. | ||
+ | |||
+ | After command completion occurred, registers were: | ||
+ | ER ST SC SN CL CH DH | ||
+ | -- -- -- -- -- -- -- | ||
+ | 40 59 03 7b 03 31 e0 Error: UNC at LBA = 0x0031037b = 3212155 | ||
+ | |||
+ | Commands leading to the command that caused the error were: | ||
+ | CR FR SC SN CL CH DH DC | ||
+ | -- -- -- -- -- -- -- -- ---------------- | ||
+ | 24 00 08 77 03 31 e0 0a 03: | ||
+ | 27 00 00 00 00 00 e0 08 03: | ||
+ | ec 00 00 00 00 00 a0 0a 03: | ||
+ | ef 03 0c 00 00 00 a0 0a 03: | ||
+ | 27 00 00 00 00 00 e0 08 03: | ||
+ | |||
+ | SMART Self-test log structure revision number 1 | ||
+ | No self-tests have been logged. | ||
+ | |||
+ | |||
+ | SMART Selective self-test log data structure revision number 1 | ||
+ | | ||
+ | 1 0 0 Not_testing | ||
+ | 2 0 0 Not_testing | ||
+ | 3 0 0 Not_testing | ||
+ | 4 0 0 Not_testing | ||
+ | 5 0 0 Not_testing | ||
+ | Selective self-test flags (0x0): | ||
+ | After scanning selected spans, do NOT read-scan remainder of disk. | ||
+ | If Selective self-test is pending on power-up, resume after 0 minute delay. | ||
+ | </ | ||
+ | </ | ||
+ | |||
+ | ==== エラーログ ==== | ||
+ | <WRAP color_term> | ||
+ | <WRAP color_command>< | ||
+ | <b class=GRN> | ||
+ | </ | ||
+ | <WRAP color_result_long>< | ||
+ | smartctl version 5.38 [x86_64-redhat-linux-gnu] Copyright (C) 2002-8 Bruce Allen | ||
+ | Home page is http:// | ||
+ | |||
+ | === START OF READ SMART DATA SECTION === | ||
+ | SMART Error Log Version: 1 | ||
+ | Warning: ATA error count 758 inconsistent with error log pointer 5 | ||
+ | |||
+ | ATA Error Count: 758 (device log contains only the most recent five errors) | ||
+ | CR = Command Register [HEX] | ||
+ | FR = Features Register [HEX] | ||
+ | SC = Sector Count Register [HEX] | ||
+ | SN = Sector Number Register [HEX] | ||
+ | CL = Cylinder Low Register [HEX] | ||
+ | CH = Cylinder High Register [HEX] | ||
+ | DH = Device/Head Register [HEX] | ||
+ | DC = Device Command Register [HEX] | ||
+ | ER = Error register [HEX] | ||
+ | ST = Status register [HEX] | ||
+ | Powered_Up_Time is measured from power on, and printed as | ||
+ | DDd+hh: | ||
+ | SS=sec, and sss=millisec. It " | ||
+ | |||
+ | Error 758 occurred at disk power-on lifetime: 2665 hours (111 days + 1 hours) | ||
+ | When the command that caused the error occurred, the device was in an unknown state. | ||
+ | |||
+ | After command completion occurred, registers were: | ||
+ | ER ST SC SN CL CH DH | ||
+ | -- -- -- -- -- -- -- | ||
+ | 40 59 03 7b 03 31 e0 Error: UNC at LBA = 0x0031037b = 3212155 | ||
+ | |||
+ | Commands leading to the command that caused the error were: | ||
+ | CR FR SC SN CL CH DH DC | ||
+ | -- -- -- -- -- -- -- -- ---------------- | ||
+ | 24 00 08 77 03 31 e0 0a 03: | ||
+ | 27 00 00 00 00 00 e0 08 03: | ||
+ | ec 00 00 00 00 00 a0 0a 03: | ||
+ | ef 03 0c 00 00 00 a0 0a 03: | ||
+ | 27 00 00 00 00 00 e0 08 03: | ||
+ | |||
+ | Error 757 occurred at disk power-on lifetime: 2665 hours (111 days + 1 hours) | ||
+ | When the command that caused the error occurred, the device was in an unknown state. | ||
+ | |||
+ | After command completion occurred, registers were: | ||
+ | ER ST SC SN CL CH DH | ||
+ | -- -- -- -- -- -- -- | ||
+ | 40 59 03 7b 03 31 e0 Error: UNC at LBA = 0x0031037b = 3212155 | ||
+ | |||
+ | Commands leading to the command that caused the error were: | ||
+ | CR FR SC SN CL CH DH DC | ||
+ | -- -- -- -- -- -- -- -- ---------------- | ||
+ | 24 00 08 77 03 31 e0 0a 03: | ||
+ | 27 00 00 00 00 00 e0 08 03: | ||
+ | ec 00 00 00 00 00 a0 0a 03: | ||
+ | ef 03 0c 00 00 00 a0 0a 03: | ||
+ | 27 00 00 00 00 00 e0 08 03: | ||
+ | |||
+ | Error 756 occurred at disk power-on lifetime: 2665 hours (111 days + 1 hours) | ||
+ | When the command that caused the error occurred, the device was in an unknown state. | ||
+ | |||
+ | After command completion occurred, registers were: | ||
+ | ER ST SC SN CL CH DH | ||
+ | -- -- -- -- -- -- -- | ||
+ | 40 59 03 7b 03 31 e0 Error: UNC at LBA = 0x0031037b = 3212155 | ||
+ | |||
+ | Commands leading to the command that caused the error were: | ||
+ | CR FR SC SN CL CH DH DC | ||
+ | -- -- -- -- -- -- -- -- ---------------- | ||
+ | 24 00 08 77 03 31 e0 0a 03: | ||
+ | 27 00 00 00 00 00 e0 08 03: | ||
+ | ec 00 00 00 00 00 a0 0a 03: | ||
+ | ef 03 0c 00 00 00 a0 0a 03: | ||
+ | 27 00 00 00 00 00 e0 08 03: | ||
+ | |||
+ | Error 755 occurred at disk power-on lifetime: 2665 hours (111 days + 1 hours) | ||
+ | When the command that caused the error occurred, the device was in an unknown state. | ||
+ | |||
+ | After command completion occurred, registers were: | ||
+ | ER ST SC SN CL CH DH | ||
+ | -- -- -- -- -- -- -- | ||
+ | 40 59 03 7b 03 31 e0 Error: UNC at LBA = 0x0031037b = 3212155 | ||
+ | |||
+ | Commands leading to the command that caused the error were: | ||
+ | CR FR SC SN CL CH DH DC | ||
+ | -- -- -- -- -- -- -- -- ---------------- | ||
+ | 24 00 08 77 03 31 e0 0a 03: | ||
+ | 27 00 00 00 00 00 e0 08 03: | ||
+ | ec 00 00 00 00 00 a0 0a 03: | ||
+ | ef 03 0c 00 00 00 a0 0a 03: | ||
+ | 27 00 00 00 00 00 e0 08 03: | ||
+ | |||
+ | Error 754 occurred at disk power-on lifetime: 2665 hours (111 days + 1 hours) | ||
+ | When the command that caused the error occurred, the device was in an unknown state. | ||
+ | |||
+ | After command completion occurred, registers were: | ||
+ | ER ST SC SN CL CH DH | ||
+ | -- -- -- -- -- -- -- | ||
+ | 40 59 03 7b 03 31 e0 Error: UNC at LBA = 0x0031037b = 3212155 | ||
+ | |||
+ | Commands leading to the command that caused the error were: | ||
+ | CR FR SC SN CL CH DH DC | ||
+ | -- -- -- -- -- -- -- -- ---------------- | ||
+ | 24 00 08 77 03 31 e0 0a 03: | ||
+ | 27 00 00 00 00 00 e0 08 03: | ||
+ | ec 00 00 00 00 00 a0 0a 03: | ||
+ | ef 03 0c 00 00 00 a0 0a 03: | ||
+ | 27 00 00 00 00 00 e0 08 03: | ||
+ | </ | ||
+ | </ | ||