LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   How can I get hardware information about my hard drive? (https://www.linuxquestions.org/questions/linux-newbie-8/how-can-i-get-hardware-information-about-my-hard-drive-4175556352/)

krlb 10-16-2015 11:40 AM

How can I get hardware information about my hard drive?
 
I don't have the option of removing my hard drive right now.

From the terminal in arch linux, how can I find out the cache and buffer size and other information. I would like to know the exact specifications for my hard drive.

Perceptor 10-16-2015 12:04 PM

As root (assuming the disk is /dev/sda):
Code:

hdparm -I /dev/sda
hdparm -tT /dev/sda



All times are GMT -5. The time now is 07:11 AM.