Linux Terminal – hardware drive info – Ubuntu

Get drive Manufacturer,  Model number, serial number, etc..:

If we are concerned with the first drive in the system (/sda):


1
sudo hdparm -i /dev/sda

To see what volumes exist:


1
sudo fdisk -l