Patriot Blast SSD - 100°C?











up vote
2
down vote

favorite
1












So, it appears my Disks utility on Ubuntu 15.10 thinks my SSD is running at a constant 100°C temperature. And S.M.A.R.T. data seems to be stuck at 30 on temperature, since it doesn't seem to change, ever.
I've heard many SSDs don't have temperature sensors at all, but why would Ubuntu report it at all? I highly suspect the SSD I literally bought today isn't running at that high a temperature, and that it's a false positive of sorts, but I'd like to know more. Is this normal?



enter image description here










share|improve this question


























    up vote
    2
    down vote

    favorite
    1












    So, it appears my Disks utility on Ubuntu 15.10 thinks my SSD is running at a constant 100°C temperature. And S.M.A.R.T. data seems to be stuck at 30 on temperature, since it doesn't seem to change, ever.
    I've heard many SSDs don't have temperature sensors at all, but why would Ubuntu report it at all? I highly suspect the SSD I literally bought today isn't running at that high a temperature, and that it's a false positive of sorts, but I'd like to know more. Is this normal?



    enter image description here










    share|improve this question
























      up vote
      2
      down vote

      favorite
      1









      up vote
      2
      down vote

      favorite
      1






      1





      So, it appears my Disks utility on Ubuntu 15.10 thinks my SSD is running at a constant 100°C temperature. And S.M.A.R.T. data seems to be stuck at 30 on temperature, since it doesn't seem to change, ever.
      I've heard many SSDs don't have temperature sensors at all, but why would Ubuntu report it at all? I highly suspect the SSD I literally bought today isn't running at that high a temperature, and that it's a false positive of sorts, but I'd like to know more. Is this normal?



      enter image description here










      share|improve this question













      So, it appears my Disks utility on Ubuntu 15.10 thinks my SSD is running at a constant 100°C temperature. And S.M.A.R.T. data seems to be stuck at 30 on temperature, since it doesn't seem to change, ever.
      I've heard many SSDs don't have temperature sensors at all, but why would Ubuntu report it at all? I highly suspect the SSD I literally bought today isn't running at that high a temperature, and that it's a false positive of sorts, but I'd like to know more. Is this normal?



      enter image description here







      ssd temperature






      share|improve this question













      share|improve this question











      share|improve this question




      share|improve this question










      asked Mar 24 '16 at 3:24









      Đorđe

      237




      237






















          1 Answer
          1






          active

          oldest

          votes

















          up vote
          1
          down vote



          accepted










          Since it's 100°C, that's high enough that it's certainly not accurate.



          The likely explanation is that it's a software bug, due in part to the drive being so new that it's unlikely this software utility had been tested with it.



          You could try installing the package hddtemp and using the hddtemp tool to check the drive temperature. There's a chance it'll say the same thing, but maybe not.



          An SSD is usually not something you'd normally need to worry about getting too hot - they don't usually require active cooling and don't have moving parts. As long as you have working ventilation/fans in your case it should be fine. Unless you have some other reason to be concerned, you probably don't need a working temperature indicator on your SSD.






          share|improve this answer





















          • I tried hddtemp on my /dev/sda 240GB SSD - KINGSTON SHSS37A240G (SAFM00.U) and it reports 40C however disks still reports 100C. On my /dev/sdc 128GB mSata SSD - Kingfast F9m temperature matches at 40C and on my /dev/sdc 500 GB HDD - ST9500423AS temperatures match at 53C. In my case at least installing hddtemp was not a fix for disks. That said there are no linux distros installed on /dev/sda which is pretty much unused except for grub booting..
            – WinEunuuchs2Unix
            Dec 4 '16 at 23:16











          Your Answer








          StackExchange.ready(function() {
          var channelOptions = {
          tags: "".split(" "),
          id: "89"
          };
          initTagRenderer("".split(" "), "".split(" "), channelOptions);

          StackExchange.using("externalEditor", function() {
          // Have to fire editor after snippets, if snippets enabled
          if (StackExchange.settings.snippets.snippetsEnabled) {
          StackExchange.using("snippets", function() {
          createEditor();
          });
          }
          else {
          createEditor();
          }
          });

          function createEditor() {
          StackExchange.prepareEditor({
          heartbeatType: 'answer',
          convertImagesToLinks: true,
          noModals: true,
          showLowRepImageUploadWarning: true,
          reputationToPostImages: 10,
          bindNavPrevention: true,
          postfix: "",
          imageUploader: {
          brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
          contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
          allowUrls: true
          },
          onDemand: true,
          discardSelector: ".discard-answer"
          ,immediatelyShowMarkdownHelp:true
          });


          }
          });














           

          draft saved


          draft discarded


















          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f749537%2fpatriot-blast-ssd-100c%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown

























          1 Answer
          1






          active

          oldest

          votes








          1 Answer
          1






          active

          oldest

          votes









          active

          oldest

          votes






          active

          oldest

          votes








          up vote
          1
          down vote



          accepted










          Since it's 100°C, that's high enough that it's certainly not accurate.



          The likely explanation is that it's a software bug, due in part to the drive being so new that it's unlikely this software utility had been tested with it.



          You could try installing the package hddtemp and using the hddtemp tool to check the drive temperature. There's a chance it'll say the same thing, but maybe not.



          An SSD is usually not something you'd normally need to worry about getting too hot - they don't usually require active cooling and don't have moving parts. As long as you have working ventilation/fans in your case it should be fine. Unless you have some other reason to be concerned, you probably don't need a working temperature indicator on your SSD.






          share|improve this answer





















          • I tried hddtemp on my /dev/sda 240GB SSD - KINGSTON SHSS37A240G (SAFM00.U) and it reports 40C however disks still reports 100C. On my /dev/sdc 128GB mSata SSD - Kingfast F9m temperature matches at 40C and on my /dev/sdc 500 GB HDD - ST9500423AS temperatures match at 53C. In my case at least installing hddtemp was not a fix for disks. That said there are no linux distros installed on /dev/sda which is pretty much unused except for grub booting..
            – WinEunuuchs2Unix
            Dec 4 '16 at 23:16















          up vote
          1
          down vote



          accepted










          Since it's 100°C, that's high enough that it's certainly not accurate.



          The likely explanation is that it's a software bug, due in part to the drive being so new that it's unlikely this software utility had been tested with it.



          You could try installing the package hddtemp and using the hddtemp tool to check the drive temperature. There's a chance it'll say the same thing, but maybe not.



          An SSD is usually not something you'd normally need to worry about getting too hot - they don't usually require active cooling and don't have moving parts. As long as you have working ventilation/fans in your case it should be fine. Unless you have some other reason to be concerned, you probably don't need a working temperature indicator on your SSD.






          share|improve this answer





















          • I tried hddtemp on my /dev/sda 240GB SSD - KINGSTON SHSS37A240G (SAFM00.U) and it reports 40C however disks still reports 100C. On my /dev/sdc 128GB mSata SSD - Kingfast F9m temperature matches at 40C and on my /dev/sdc 500 GB HDD - ST9500423AS temperatures match at 53C. In my case at least installing hddtemp was not a fix for disks. That said there are no linux distros installed on /dev/sda which is pretty much unused except for grub booting..
            – WinEunuuchs2Unix
            Dec 4 '16 at 23:16













          up vote
          1
          down vote



          accepted







          up vote
          1
          down vote



          accepted






          Since it's 100°C, that's high enough that it's certainly not accurate.



          The likely explanation is that it's a software bug, due in part to the drive being so new that it's unlikely this software utility had been tested with it.



          You could try installing the package hddtemp and using the hddtemp tool to check the drive temperature. There's a chance it'll say the same thing, but maybe not.



          An SSD is usually not something you'd normally need to worry about getting too hot - they don't usually require active cooling and don't have moving parts. As long as you have working ventilation/fans in your case it should be fine. Unless you have some other reason to be concerned, you probably don't need a working temperature indicator on your SSD.






          share|improve this answer












          Since it's 100°C, that's high enough that it's certainly not accurate.



          The likely explanation is that it's a software bug, due in part to the drive being so new that it's unlikely this software utility had been tested with it.



          You could try installing the package hddtemp and using the hddtemp tool to check the drive temperature. There's a chance it'll say the same thing, but maybe not.



          An SSD is usually not something you'd normally need to worry about getting too hot - they don't usually require active cooling and don't have moving parts. As long as you have working ventilation/fans in your case it should be fine. Unless you have some other reason to be concerned, you probably don't need a working temperature indicator on your SSD.







          share|improve this answer












          share|improve this answer



          share|improve this answer










          answered Mar 24 '16 at 4:04









          thomasrutter

          26.2k46288




          26.2k46288












          • I tried hddtemp on my /dev/sda 240GB SSD - KINGSTON SHSS37A240G (SAFM00.U) and it reports 40C however disks still reports 100C. On my /dev/sdc 128GB mSata SSD - Kingfast F9m temperature matches at 40C and on my /dev/sdc 500 GB HDD - ST9500423AS temperatures match at 53C. In my case at least installing hddtemp was not a fix for disks. That said there are no linux distros installed on /dev/sda which is pretty much unused except for grub booting..
            – WinEunuuchs2Unix
            Dec 4 '16 at 23:16


















          • I tried hddtemp on my /dev/sda 240GB SSD - KINGSTON SHSS37A240G (SAFM00.U) and it reports 40C however disks still reports 100C. On my /dev/sdc 128GB mSata SSD - Kingfast F9m temperature matches at 40C and on my /dev/sdc 500 GB HDD - ST9500423AS temperatures match at 53C. In my case at least installing hddtemp was not a fix for disks. That said there are no linux distros installed on /dev/sda which is pretty much unused except for grub booting..
            – WinEunuuchs2Unix
            Dec 4 '16 at 23:16
















          I tried hddtemp on my /dev/sda 240GB SSD - KINGSTON SHSS37A240G (SAFM00.U) and it reports 40C however disks still reports 100C. On my /dev/sdc 128GB mSata SSD - Kingfast F9m temperature matches at 40C and on my /dev/sdc 500 GB HDD - ST9500423AS temperatures match at 53C. In my case at least installing hddtemp was not a fix for disks. That said there are no linux distros installed on /dev/sda which is pretty much unused except for grub booting..
          – WinEunuuchs2Unix
          Dec 4 '16 at 23:16




          I tried hddtemp on my /dev/sda 240GB SSD - KINGSTON SHSS37A240G (SAFM00.U) and it reports 40C however disks still reports 100C. On my /dev/sdc 128GB mSata SSD - Kingfast F9m temperature matches at 40C and on my /dev/sdc 500 GB HDD - ST9500423AS temperatures match at 53C. In my case at least installing hddtemp was not a fix for disks. That said there are no linux distros installed on /dev/sda which is pretty much unused except for grub booting..
          – WinEunuuchs2Unix
          Dec 4 '16 at 23:16


















           

          draft saved


          draft discarded



















































           


          draft saved


          draft discarded














          StackExchange.ready(
          function () {
          StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2faskubuntu.com%2fquestions%2f749537%2fpatriot-blast-ssd-100c%23new-answer', 'question_page');
          }
          );

          Post as a guest















          Required, but never shown





















































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown

































          Required, but never shown














          Required, but never shown












          Required, but never shown







          Required, but never shown







          Popular posts from this blog

          How did Captain America manage to do this?

          迪纳利

          南乌拉尔铁路局