smartctl

念のためにS.M.A.R.T.の結果を見ておく。

# apt-get install smartmontools
# smartctl -l error /dev/hdc

5つほどエラーが出てきたが、致命的な感じではない。
セルフテストをしておく。

# smartctl -t short /dev/hdc
smartctl version 5.32 Copyright (C) 2002-4 Bruce Allen
Home page is http://smartmontools.sourceforge.net/

=== START OF OFFLINE IMMEDIATE AND SELF-TEST SECTION ===
Sending command: "Execute SMART Short self-test routine immediately in off-line mode".
Drive command "Execute SMART Short self-test routine immediately in off-line mode" successful.
Testing has begun.
Please wait 2 minutes for test to complete.
Test will complete after Wed Nov 29 04:18:10 2006

Use smartctl -X to abort test.

指示通り、2分待ってから、

# smartctl -l selftest /dev/hdc
smartctl version 5.32 Copyright (C) 2002-4 Bruce Allen
Home page is http://smartmontools.sourceforge.net/

=== START OF READ SMART DATA SECTION ===
SMART Self-test log structure revision number 1
Num  Test_Description    Status                  Remaining  LifeTime(hours)  LBA_of_first_error
# 1  Short offline       Completed without error       00%      1197         -
# 2  Short offline       Completed without error       00%      1193         -

shortテストでは問題なさそうだ。
longだと、41分かかると言われた。
# 時間があってないな。ntpdate入れなきゃ。