

See the How to: monitor Network Attached Storage (NAS) status for information about hard disk monitoring in Network Attached Storage (NAS) devices. information about LTO tape drives and appropriate industrial (micro) SD cards and eMMC devices too.
Disk health pro#
In addition Hard Disk Sentinel Pro detects and displays status and S.M.A.R.T. SSDs, hybrid disk drives (SSHD), disks in RAID arrays and Network Attached Storage (NAS) drives as these are all included in a single software. No need to use separate tools to verify internal hard disks, external hard disks, Many different alerts and report options are available to ensure maximum safety of your valuable data. Hard Disk Sentinel gives complete textual description, tips and displays/reports the most comprehensive information about the hard disks and solid state disks inside the computer and in external enclosures ( USB hard disks / e-SATA hard disks). Its goal is to find, test, diagnose and repair hard disk drive problems, report and display SSD and HDD health, performance degradations and failures.

If you want to discuss any third-party tools, drop a comment below and let us know.Hard Disk Sentinel (HDSentinel) is a multi-OS SSD and HDD monitoring and analysis software. Throughout this post, you got to know about the multiple ways you can check the health of your Hard Disk Drives and Solid-State Drives. You’ll get all the arguments and parameters you can mix and match to customize the tests as extensive and comprehensive as possible. If you want to explore all the possible options you can use with the smartctl command, you can pull it up by using the following: $smartctl -help You’ll get the following short output, and rather than stats, you’ll see if the test passed or failed. If you want to inspect the overall health of your data storage device, type and run the following: $sudo smartctl -d ata -H /dev/sda

Through this long test, you’ll get everything included in the short test along with much more. You’ll get the following output.įollowing a short testing, you can run a long test, using the following command: $sudo smartctl -t long -a /dev/sda Through this short test, you’ll test the electrical and mechanical properties along with read/verify.

Now you can launch a short test, using the following command: $sudo smartctl -t short -a /dev/sda Once the service has been started, get the information of your hard drive through the following command: $sudo smartctrl -i /dev/sda You’ll get an output similar to the following: Testing the health of your HDD/SSD Type this command to check the status: $systemctl status smartd Since you need the service running, you need to check the status of the service before running any tests. Once done, you’ll need to start the service through the following command $systemctl start smartd
Disk health install#
In your terminal, type the following: $sudo apt-get install smartmontools -y Through the terminal, you’ll need to start by installing the SmartCtl package. If there are multiple storage devices, you can go back to the previous window and select the other device to test it. In the window that opens up, you’ll be able to see the status of your data storage device.
