Skip to main content

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'