This will be a little bigger thread (and I hope it will grow with time) about working with hard disk drives. All about filesystem creation, filesystem health checks and other stuff for HDD.
[Read more…]
This will be a little bigger thread (and I hope it will grow with time) about working with hard disk drives. All about filesystem creation, filesystem health checks and other stuff for HDD.
[Read more…]
Important hardware monitoring – check HDD temperature:
Install (Debian /Ubuntu way):
1 | aptitude install hddtemp |
aptitude install hddtemp
Check it:
1 2 3 4 | hddtemp /dev/sda1 # Output: # /dev/sda1: ST31500341AS: 42°C # /dev/sdb1: ST31500341AS: 38°C |
hddtemp /dev/sda1 # Output: # /dev/sda1: ST31500341AS: 42°C # /dev/sdb1: ST31500341AS: 38°C
1 2 3 | hddtemp -n /dev/sda1 Output: # 42 |
hddtemp -n /dev/sda1 Output: # 42