Get Information about installed Disks on a Linux System
Introduction
How to get the information about installed Disks on Linux System ?
Solution
You can use the following One-Liner:
hdparm -I /dev/sd?|grep -E '\/dev\/|Model|Serial\ Number|Firmware'
No comments to display
No comments to display