mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-10 06:04:24 +00:00
18 lines
329 B
Markdown
18 lines
329 B
Markdown
# Retrieve disk information
|
|
|
|
## 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]
|
|
|
|
[retrieve disk info from the command line]: https://www.linuxjournal.com/content/tech-tip-retrieve-disk-info-command-line
|