mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 05:44:23 +00:00
28 lines
473 B
Markdown
28 lines
473 B
Markdown
# Retrieve disk information
|
|
|
|
## Table of contents <!-- omit in toc -->
|
|
|
|
1. [TL;DR](#tldr)
|
|
1. [Further readings](#further-readings)
|
|
|
|
## TL;DR
|
|
|
|
```sh
|
|
lshw -class disk
|
|
smartctl -i /dev/sda
|
|
hdparm -i /dev/sda
|
|
hwinfo --disk
|
|
ls /dev/disk/by-id
|
|
```
|
|
|
|
## Further readings
|
|
|
|
- [Retrieve disk info from the command line]
|
|
|
|
<!--
|
|
References
|
|
-->
|
|
|
|
<!-- Others -->
|
|
[retrieve disk info from the command line]: https://www.linuxjournal.com/content/tech-tip-retrieve-disk-info-command-line
|