Announcement

Collapse
No announcement yet.

RPM of Hard Disk

Collapse
This topic is closed.
X
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

    RPM of Hard Disk

    I have tried the command lshw to check the RPM of the disk. It appears not to be listed.
    Is there a command that will tell me the rpm of the disk?

    Thanks
    kubuntu version: 16.04.5 LTS

    Laptop: Toshiba-Satellite-L350

    #2
    You could install sg3-utils and use
    Code:
    sginfo -g /dev/sdX
    to get rotational speed.
    we see things not as they are, but as we are.
    -- anais nin

    Comment


      #3
      Works with SCSI drives. If one has IDE (ATA) or SATA drives, will this utility work on them?
      Using Kubuntu Linux since March 23, 2007
      "It is a capital mistake to theorize before one has data." - Sherlock Holmes

      Comment


        #4
        Originally posted by wizard10000 View Post
        You could install sg3-utils and use
        Code:
        sginfo -g /dev/sdX
        to get rotational speed.
        Thank you for the information.

        Am I right in assuming that there is no existing command that will reveal the rotation speed of the hard drive?

        I tried using Google for the actual hard disk, but the code numbers varied somewhat from my drive, as did the capacity.

        Best wishes.
        Last edited by anonprivate; Feb 26, 2018, 11:58 AM.
        kubuntu version: 16.04.5 LTS

        Laptop: Toshiba-Satellite-L350

        Comment


          #5
          Originally posted by Snowhog View Post
          Works with SCSI drives. If one has IDE (ATA) or SATA drives, will this utility work on them?
          Yes, sginfo should work with ATAPI devices.
          we see things not as they are, but as we are.
          -- anais nin

          Comment


            #6
            Originally posted by Snowhog View Post
            Works with SCSI drives. If one has IDE (ATA) or SATA drives, will this utility work on them?
            Not on mine...
            "A nation that is afraid to let its people judge the truth and falsehood in an open market is a nation that is afraid of its people.”
            – John F. Kennedy, February 26, 1962.

            Comment


              #7
              gsmartcontrol will tell you that and a lot more ,,,,

              VINNY
              i7 4core HT 8MB L3 2.9GHz
              16GB RAM
              Nvidia GTX 860M 4GB RAM 1152 cuda cores

              Comment


                #8
                If lm-sensors has been properly installed,
                Code:
                sensors | grep -i fan
                Kubuntu 20.04

                Comment


                  #9
                  Anyone tried https://github.com/amanusk/s-tui? Found it mentioned in https://unix.stackexchange.com/quest...-temp-in-linux after googling for "linux fan speed laptop"
                  Kubuntu 20.04

                  Comment

                  Working...
                  X