前回では、方針や環境、使用するソフトなどを書きました。
今回は、クライアントであるWindows7(64bit)にインストールする作業について記します。
◎Windows7(64bit)クライアントの設定
○SmartMonToolsのインストール
次のサイトを参考にインストールします。
URL: Windowsでsmartmontoolsを使ってHDD診断(bnote.net)
1)ダウンロード
SourceForgeから「smartmontools-6.5-1.win32-setup.exe」をダウンロードします。
URL: https://sourceforge.net/projects/smartmontools/files/?source=navbar
2)インストール
ファイルを実行して、ウィザードのままインストールします。
標準の設定から変更点はありません。
3)実行テスト
SmartMonToolsは特に設定はありませんので、実行してみます。
>smartctl --scan #デバイスの一覧
/dev/sda -d ata # /dev/sda, ATA device
/dev/sdb -d scsi # /dev/sdb, SCSI device
/dev/sdc -d scsi # /dev/sdc, SCSI device
/dev/sdd -d scsi # /dev/sdd, SCSI device
/dev/sde -d scsi # /dev/sde, SCSI device
実行したPCはHDD(というかSSD)は/dev/sdaの一つだけなので、それの情報を取得します。
>smartctl -A /dev/sda #デバイスの情報取得
smartctl 6.5 2016-05-07 r4318 [x86_64-w64-mingw32-win7-sp1] (sf-6.5-1)無事、S.M.A.R.T.情報が取得できました。
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org
=== START OF READ SMART DATA SECTION ===
SMART Attributes Data Structure revision number: 1
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME FLAG VALUE WORST THRESH TYPE UPDATED WHEN_
FAILED RAW_VALUE
5 Reallocated_Sector_Ct 0x0033 100 100 010 Pre-fail Always -
0
9 Power_On_Hours 0x0032 096 096 000 Old_age Always -
19759
12 Power_Cycle_Count 0x0032 098 098 000 Old_age Always -
1037
177 Wear_Leveling_Count 0x0013 087 087 000 Pre-fail Always -
455
179 Used_Rsvd_Blk_Cnt_Tot 0x0013 100 100 010 Pre-fail Always -
0
181 Program_Fail_Cnt_Total 0x0032 100 100 010 Old_age Always -
0
182 Erase_Fail_Count_Total 0x0032 100 100 010 Old_age Always -
0
183 Runtime_Bad_Block 0x0013 100 100 010 Pre-fail Always -
0
187 Reported_Uncorrect 0x0032 100 100 000 Old_age Always -
0
190 Airflow_Temperature_Cel 0x0032 064 057 000 Old_age Always -
36
195 Hardware_ECC_Recovered 0x001a 200 200 000 Old_age Always -
0
199 UDMA_CRC_Error_Count 0x003e 253 253 000 Old_age Always -
0
235 Unknown_Attribute 0x0012 099 099 000 Old_age Always -
164
241 Total_LBAs_Written 0x0032 099 099 000 Old_age Always -
15517816000
それでは、今回はこのへんで。
0 件のコメント:
コメントを投稿