18303 shaares
1707 private links
1707 private links
18 results
tagged
hdd
If you have talked to Seagate support recently, you may have received the tip that the company's premium file recovery software, called Seagate File Recovery Software Premium, is currently available free of charge.
sudo hddtemp /dev/sd[abcdefgh]
Delete information stored on hard disk drives (HDDs) in PC laptops, desktops or servers. Plus, remove viruses/spyware from Microsoft Windows installations.
#Installation
sudo apt-get install smartmontools
#Informations sur le disque sda
sudo smartctl -i /dev/sda
#Activer S.M.A.R.T. si disponible mais pas activé sur /dev/sda
sudo smartctl -s on /dev/sda
#Vérifier la santé du disque /dev/sda
sudo smartctl -H /dev/sda
#Afficher les options du disque /dev/sda
sudo smartctl -c /dev/sda
#Lancer un test court sur le disque /dev/sda
sudo smartctl -t short /dev/sda
#Lancer un test long sur le disque /dev/sda
sudo smartctl -t long /dev/sda
#Afficher les informations sur le test du disque /dev/sda
sudo smartctl -l selftest /dev/sda