cancel
Showing results for 
Search instead for 
Did you mean: 

How do I find firmware version using Ubuntu?

idata
Esteemed Contributor III

I just purchased a 320-series SSD. I installed it in a Thinkpad with Ubuntu Linux as the operating system. How do I discover what firmware version is installed?

3 REPLIES 3

idata
Esteemed Contributor III

Hi,

Open a terminal window and issue:

hdparm -I /dev/x

where x is your drive. If you're not sure of your drive label, use something like GParted (included in most Ubuntu releases afaik) to determine it.

This will print out a substantial amount of information about the device and you should see a line detailing the firmware revision.

idata
Esteemed Contributor III

Thanks.

just to make sure: that is a -I (as in captial of "i" correct?) Or is it a lowercase "L"

idata
Esteemed Contributor III

Correct, uppercase "i"