This shows you the differences between two versions of the page.
— | docu:csheet:sysadm:disks:get_hw_info [2022/06/11 13:44] (current) – created admin | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ==== Show hardware information of system disks (manufacturer, | ||
+ | \\ | ||
+ | <code bash> | ||
+ | # install the package | ||
+ | apt install lshw | ||
+ | |||
+ | # show the info | ||
+ | lshw -class disk | ||
+ | </ |