zeldor.biz

Linux, programming and more

Copyright © 2021
Log in

Working with HDD

July 1, 2012 by Igor Drobot Leave a Comment

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…]

Filed Under: Linux Tagged With: badblocks, bash, dumpe2fs, fsck, fstab, hddtemp, mkfs, mount

HDD temperature

January 13, 2011 by Igor Drobot Leave a Comment

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

Filed Under: Bash, Linux, Monitoring Tagged With: hddtemp, Monitoring