mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-09 13:44:24 +00:00
18 lines
332 B
Markdown
18 lines
332 B
Markdown
# Retrieve disk information
|
|
|
|
## TL;DR
|
|
|
|
```shell
|
|
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]
|
|
|
|
[retrieve disk info from the command line]: https://www.linuxjournal.com/content/tech-tip-retrieve-disk-info-command-line
|