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