> For the complete documentation index, see [llms.txt](https://strangebutohwell.gitbook.io/knowledge/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://strangebutohwell.gitbook.io/knowledge/linux/performance-and-diagnostics/smart-drive-tools.md).

# SMART Drive Tools

## Reference

### Debian Linux smartctl Man Page

{% embed url="<https://manpages.debian.org/stretch/smartmontools/smartctl.8.en.html>" %}

### Official SmartMonTools wiki

{% embed url="<https://www.smartmontools.org/wiki>" %}

### Ubunutu smartmontools help page

{% embed url="<https://help.ubuntu.com/community/Smartmontools>" %}

## Install Smart Mon Tools

### Debian

`sudo apt install smartmontools`

## Show Drive Information

`sudo smartctl -i /dev/sda`
