top / index / prev / next / target / source

2015-09-05 diary: Ubuntu 14.04: S.M.A.R.T

いがぴょんの日記 日記形式でつづる いがぴょんコラム ウェブページです。

Ubuntu 14.04: S.M.A.R.T

S.M.A.R.T の使い方メモ。

コマンドのインストール

sudo apt-get install smartmontools 

ディスク一覧

sudo lshw -short | grep disk

S.M.A.R.T情報取得

sudo smartctl --all /dev/sda

テスト(ショート)

sudo smartctl -t short /dev/sda

この日記について