How to check the power-on time of the hard disk in Linux VPS/server

888u

Last update at :2024-05-19,Edit by888u

A few days ago, I opened a blind box server with a special price of 59 dollars from Mushroom Host. I originally went there with the 100M bandwidth, but after all the hard work, I only got a 50M one. Of course, the independent server needs to test the power-on time of the hard disk. .

①Ubuntu/Debian:

apt install smartmontools
smartctl -A /dev/sda

②CentOS:

yum install smartmontools
smartctl -A /dev/sda

/dev/sda is the hard disk number, usually /dev/sda. If there are multiple hard disks, the second one is /dev/sdb, and the third one is /dev/sdc
Find the last number in the row of Power_On_Hours which is the power-on time of your hard disk (unit: hours).

I tested it and found that the time was 1965 hours, which is 81 days. This kind of hard drive is still very good.

Recommended site searches: hosting space, domain name query, high-defense US server, registered domain name, icp registration query system, registration information query, cc domain name, US virtual host purchase, how much does general server hosting cost, com domain name registration,

p>

How to check the power-on time of the hard disk in Linux VPS/server

All copyrights belong to 888u unless special state
取消
微信二维码
微信二维码
支付宝二维码