Script That Shows Relevant Disk Information

Wed 02 October 2013 Category: Storage

I wrote a small Python script called 'showdisks' that displays relevant information about any physical storage devices supported by hdparm.

Information such as model and capacity are shown, but also controller and device path.

showdisks

This script only requires python and hdparm.

I hope someone will find it useful.

Comments