|
|||||||
| Forums | Search Forums | Register | Forum Rules | Man Pages | Albums | FAQ | Members | Calendar | Search | Today's Posts | Mark Forums Read |
| Red Hat Red Hat is the world's leading open source technology solutions provider with offerings including Red Hat Enterprise Linux (RHEL), Fedora, open source applications, security and systems management, virtualization, and Services Oriented Architecture (SOA) solutions. |
|
|
|
Thread Tools | Search this Thread | Display Modes |
|
#1
|
|||
|
|||
|
Hello
Can you help how can I check Hard Drive rpm. Thank you Jaydul |
| Sponsored Links | ||
|
|
#2
|
|||
|
|||
|
Find out the model of your hard drive and look it up. You can often get the model from /sys/. Code:
$ awk '{ print FILENAME, $0 }' /sys/class/block/sd[a-z]/device/model
/sys/class/block/sda/device/model ST2000DL003-9VT1
/sys/class/block/sdb/device/model ST32000542AS
/sys/class/block/sdc/device/model Maxtor 6L160P0
$ |
| The Following User Says Thank You to Corona688 For This Useful Post: | ||
jaydul (09-18-2012) | ||
| Sponsored Links | ||
|
|
#3
|
||||
|
||||
|
hdparm -I may give you the RPM information.
|
|
#4
|
|||
|
|||
|
[~]# hdparm -I
-bash: hdparm: command not found Quote:
|
| Sponsored Links | |
|
|
#5
|
||||
|
||||
|
You need to load the hdparm package. It is not loaded by default.
|
| Sponsored Links | ||
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
More UNIX and Linux Forum Topics You Might Find Helpful
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Perl code to check date and check files in particular dir | ajaypatil_am | Shell Programming and Scripting | 1 | 07-05-2012 08:29 AM |
| check in and check out comments | saku | Shell Programming and Scripting | 0 | 02-08-2012 02:00 AM |
| Check EOF char in Unix. OR To check file has been received completely from a remote system | alexalex1 | UNIX for Advanced & Expert Users | 5 | 07-22-2010 07:48 PM |
| script to check if another script is running and if so, then sleep for sometime and check again | mathews | Shell Programming and Scripting | 2 | 07-21-2010 11:25 PM |
| Script to check for a file, check for 2hrs. then quit | mmarsh | UNIX for Dummies Questions & Answers | 2 | 09-16-2005 02:46 PM |
|
|