How to get drive temperature from My Cloud

I’ve looked in all the menu options and run a system log but can’t find this info anywhere?

There may be other ways to get the temperature, but one way is to SSH into the drive and use the smartctl command.

  1. SSH into the drive (you have to enable it in Settings first).
  2. type “fdisk -l” (that’s a lower case “L”) to get your drive ID. It will probably be “/dev/sda1”.
  3. type “smartctl --all /dev/sda” (use the drive ID from step 2, but leave off the number at the end.)
  4. Scroll up and look for item 194: Temperature_Celsius. The number in the RAW_VALUE column is your drive’s temperature. Mine right now is 46ºc, which is 115º F.