Check SMART and SSD Endurance Behind RAID on Ubuntu 20.04

Record how to use smartctl behind a RAID controller on Ubuntu 20.04 to check disk SMART data, SSD writes, endurance, and health status.

Install smartmontools:

1
sudo apt-get install smartmontools

Query physical disk SMART behind RAID (example):

1
sudo smartctl -a -d cciss,0 /dev/sda

Use the correct backend option/index according to your RAID controller model.

记录并分享
Built with Hugo
Theme Stack designed by Jimmy