hdd

check hard disk rpm or rotation speed

2019/09/23

Lot of times you want to check the disk rpm, especially on the servers to check if it is 7.2K or 10K or 15K rpm disk. How do you do this from linux terminal. Here it is : sginfo -g /dev/<device> …

script to get hard disk health in fedora/ubuntu

2014/12/01

First, put this in a script. #!/bin/bash #Change as appropriate HDD=sda export sub="SmartCtl data for HDD" echo 'To: <Your Email> Sub: [Cron] $sub MIME-Version: 1.0 Content-Type: text/html …


This website uses cookies to ensure you get the best experience on our website. Learn more Got it