1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-08-09 12:15:51 +02:00
tldr/pages/linux/hddtemp.md
Kristopher c7b677a569
hddtemp: add page (#17343)
* Create hddtemp.md

* Update hddtemp.md

* Update pages/linux/hddtemp.md

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>

* Update pages/linux/hddtemp.md

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>

* Update pages/linux/hddtemp.md

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>

* Update pages/linux/hddtemp.md

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>

* Update pages/linux/hddtemp.md

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>

* Update pages/linux/hddtemp.md

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>

* Update pages/linux/hddtemp.md

Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>

* Update hddtemp.md

---------

Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
Co-authored-by: Managor <42655600+Managor@users.noreply.github.com>
2025-07-25 13:29:28 -07:00

36 lines
913 B
Markdown

# hddtemp
> Display temperature of HDD via S.M.A.R.T.
> More information: <https://manned.org/hddtemp>.
- Display temperature of a specific drive:
`hddtemp {{type}}:{{/dev/sdX}}`
- Display temperature of a SATA drive assigned to `sda`:
`hddtemp SATA:/dev/sda`
- Log temperatures to syslog every `n` seconds:
`hddtemp {{[-S|--syslog]}} {{nseconds}} {{type}}:{{/dev/sdX}}`
- Print only numeric value of temperature without unit:
`hddtemp {{[-n|--numeric]}} {{type}}:{{/dev/sdX}}`
- Define the unit used to denote temperature:
`hddtemp {{[-u|--unit]}} {{C|F}} {{type}}:{{/dev/sdX}}`
- Wake ATA drive before attempting to read temperature:
`hddtemp {{[-w|--wake-up]}} {{type}}:{{/dev/sdX}}`
- Enter debug mode to show S.M.A.R.T. fields and their values:
`hddtemp {{[-D|--debug]}} {{type}}:{{/dev/sdX}}`
- Suppress compatibility check for drive types:
`hddtemp {{[-q|--quiet]}} {{type}}:{{/dev/sdX}}`