Results 1 to 6 of 6

Thread: Hard Drive RPMs

  1. #1

    Hard Drive RPMs

    Is there a utility that can say what your current hrad drive RPM speed is?

  2. #2

  3. #3

    Re: Hard Drive RPMs

    hdparm is leet.

  4. #4

    Re: Hard Drive RPMs

    hdparm can't tell the speed of the platters though. - right? i did the hdparm -i /dev/hda and did not see any rpm info...

  5. #5

    Re: Hard Drive RPMs

    Try using -Tt instead of -i

    Code:
    {root@Linoleum} (/home/aaron) (#) hdparm -Tt /dev/hda
    
    /dev/hda:
     Timing buffer-cache reads: * 128 MB in *0.75 seconds =170.67 MB/sec
     Timing buffered disk reads: *64 MB in *2.28 seconds = 28.07 MB/sec
    T tells you the cached speeds, and t tells you the pyhsical disk speed.

    ...but of course, thats not going to tell you how fast its spinning at, so I'll just shut up now :

    TTFN,
    ScRapZ_1 :P

  6. #6

    Re: Hard Drive RPMs


    hdparm can't tell the speed of the platters though. - right? i did the hdparm -i /dev/hda and did not see any rpm info...
    Yeah it doesn't say what the RPM's are but it can be used to speed up your disk a good amount.

Similar Threads

  1. Hard Drive Tweaks
    By tratatux in forum Windows - General Topics
    Replies: 0
    Last Post: 08-29-2007, 12:35 PM
  2. Restore the System/Boot Drive Letter in Windows
    By regix in forum Windows - General Topics
    Replies: 0
    Last Post: 01-04-2005, 06:35 AM
  3. Installing Linux on USB Hard Drive?
    By warfab in forum Linux - General Topics
    Replies: 1
    Last Post: 09-27-2004, 10:51 PM
  4. Moving /home to 2nd hard drive & fstab
    By papanohair in forum Linux - General Topics
    Replies: 8
    Last Post: 02-03-2002, 08:53 PM
  5. hard drive craziness
    By ericb in forum Linux - Hardware, Networking & Security
    Replies: 11
    Last Post: 12-13-2001, 01:43 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •