How to check hard disk specifications

Status
Not open for further replies.

bdacasc

Dabbler
Joined
Mar 15, 2012
Messages
38
Hello
I would like to know how to determine exakt disk specifcations on a system.
I know that I can find Serial of the disk under Volumes, View Disk
That is just the serials. It really dosent say what disk is installed.

Do I need to go to the CLI ?
If so what command do I need to enter to get the full specification.

How would You proceed?
 

Ericloewe

Server Wrangler
Moderator
Joined
Feb 15, 2014
Messages
20,194
It's a very weird question.

The best way would be to open an SSH session and type:

Code:
smartctl -a /dev/adaX


where adaX is the ID for the drive you want to know stuff about.

One of the first things in the report is the drive's model. Use that to google your drive. Examine the rest of the report.

Repeat the process for all drives.
 

bdacasc

Dabbler
Joined
Mar 15, 2012
Messages
38
Ericloewe ! Thanks You just saved me a long tripp!
 

Z300M

Guru
Joined
Sep 9, 2011
Messages
882
It's a very weird question.

The best way would be to open an SSH session and type:

Code:
smartctl -a /dev/adaX

All my drives are daX rather than adaX. Other people's may be too.
 
Status
Not open for further replies.
Top