Ferramentas:
Gerenciador grafico de disco:
sudo apt-get install gsmartcontrol
Smartmontools:
apt install smartmontools
lsscsi
apt install lsscsi
Comandos:
Para fazer teste simples:
# smartctl -t short /dev/sda
Verificar os testes:
# smartctl -l selftest /dev/sda
Diagnostico rápido:
# smartctl -H /dev/sda
teste longo:
# smartctl –test=long /dev/sdb
Teste de tempo e performance:
# smartctl -c /dev/sda
log de erros:
# smartctl -l error /dev/sda
Badblocks
http://www.diolinux.com.br/2014/05/verificando-badblocks-no-ubuntu.html
Fontes:
http://www.diolinux.com.br/2014/05/verificando-badblocks-no-ubuntu.html
http://www.hardware.com.br/artigos/monitorar-smart/