This is the old XigmaNAS forum in read only mode,
it will taken offline by the end of march 2021!



I like to aks Users and Admins to rewrite/take over important post from here into the new fresh main forum!
Its not possible for us to export from here and import it to the main forum!

No SMART Temp for my SSD's

Hard disks, HDD, RAID Hardware, disk controllers, SATA, PATA, SCSI, IDE, On Board, USB, Firewire, CF (Compact Flash)
Forum rules
Set-Up GuideFAQsForum Rules
Post Reply
trendco
Starter
Starter
Posts: 70
Joined: 20 Jan 2013 18:59
Status: Offline

No SMART Temp for my SSD's

Post by trendco »

I can't see the Temperature of my SSD's in "Diagnostic/Information/Disks -> List of detected disks"
The Values of my Hard-Disks are there.

But smartctl shows the Value of the SSD in Terminal:

Code: Select all

smartctl -a /dev/ada0

...
SMART Attributes Data Structure revision number: 1
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED  WHEN_FAILED RAW_VALUE
  5 Reallocated_Sector_Ct   0x0033   099   099   010    Pre-fail  Always       -       1
  9 Power_On_Hours          0x0032   097   097   000    Old_age   Always       -       10501
 12 Power_Cycle_Count       0x0032   099   099   000    Old_age   Always       -       238
177 Wear_Leveling_Count     0x0013   085   085   000    Pre-fail  Always       -       546
179 Used_Rsvd_Blk_Cnt_Tot   0x0013   099   099   010    Pre-fail  Always       -       1
181 Program_Fail_Cnt_Total  0x0032   100   100   010    Old_age   Always       -       0
182 Erase_Fail_Count_Total  0x0032   100   100   010    Old_age   Always       -       0
183 Runtime_Bad_Block       0x0013   099   099   010    Pre-fail  Always       -       1
187 Uncorrectable_Error_Cnt 0x0032   100   100   000    Old_age   Always       -       0
190 Airflow_Temperature_Cel 0x0032   075   060   000    Old_age   Always       -       25
195 ECC_Error_Rate          0x001a   200   200   000    Old_age   Always       -       0
199 CRC_Error_Count         0x003e   100   100   000    Old_age   Always       -       0
235 POR_Recovery_Count      0x0012   099   099   000    Old_age   Always       -       157
241 Total_LBAs_Written      0x0032   099   099   000    Old_age   Always       -       39181686939
...
Of course SMART is also enabled for this SSD in "Disks/Management".

User avatar
raulfg3
Site Admin
Site Admin
Posts: 4865
Joined: 22 Jun 2012 22:13
Location: Madrid (ESPAÑA)
Contact:
Status: Offline

Re: No SMART Temp for my SSD's

Post by raulfg3 »

you need SMART ID 194 to show temp (SMART ID194 is the value used to show Disk temperature)

something like this:

Code: Select all

194 Temperature_Celsius     0x0022   030   040   000    Old_age   Always       -       30
12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)

Wiki
Last changes

HP T510

trendco
Starter
Starter
Posts: 70
Joined: 20 Jan 2013 18:59
Status: Offline

Re: No SMART Temp for my SSD's

Post by trendco »

Ah ok, thanks for this Info. I thought it is "190 Airflow_Temperature_Cel".
Then the SSD (Samsung 840 Pro) seems not to supply Temperatures.

User avatar
raulfg3
Site Admin
Site Admin
Posts: 4865
Joined: 22 Jun 2012 22:13
Location: Madrid (ESPAÑA)
Contact:
Status: Offline

Re: No SMART Temp for my SSD's

Post by raulfg3 »

perhaps some of the developers if read this post can use SMAR ID 190 if ID 194 is not available.

The same errors happens in extended GUI: viewtopic.php?f=71&t=6405&start=200#p50671
12.1.0.4 - Ingva (revision 7743) on SUPERMICRO X8SIL-F 8GB of ECC RAM, 11x3TB disk in 1 vdev = Vpool = 32TB Raw size , so 29TB usable size (I Have other NAS as Backup)

Wiki
Last changes

HP T510

RedAntz
experienced User
experienced User
Posts: 125
Joined: 11 Jul 2012 07:46
Location: Sydney, Australia
Status: Offline

Re: No SMART Temp for my SSD's

Post by RedAntz »

Hi trendco,

Which NAS4Free version do you use ? '190' is actually catered for since after rev 911.

Can you please copy and paste your output from command below :-

Code: Select all

ataidle /dev/ada0

trendco
Starter
Starter
Posts: 70
Joined: 20 Jan 2013 18:59
Status: Offline

Re: No SMART Temp for my SSD's

Post by trendco »

Sorry, at the moment i have the Pool moved to a ZoL Machine.

User avatar
crest
Hardware & Software Guru
Hardware & Software Guru
Posts: 538
Joined: 02 Jul 2012 22:25
Location: Vienna, Austria - GMT+1
Status: Offline

Re: No SMART Temp for my SSD's

Post by crest »

Hello raulfg3 & RedAntz,
raulfg3 wrote:perhaps some of the developers if read this post can use SMAR ID 190 if ID 194 is not available.

The same errors happens in extended GUI: viewtopic.php?f=71&t=6405&start=200#p50671
Currently I'm working on the Extended GUI extension and found some incompatibilities to r9.3 which maybe has an impact to this issue too. Within the next few days I will release a version with fixes and code cleanup as well, so maybe this will solve this issue ...

Regards
crest
NAS1: 11.2.0.4 - Omnius (Revision 6766) x64-embedded; MSI 760GM-P23; AMD Athlon(tm) II X2 250 7.58GiB RAM
NAS2: 11.2.0.4 - Omnius (Revision 6766) x64-embedded; MSI MS-7369; AMD Sempron(tm) LE-1250 8022MiB RAM
UPS: APC Back-UPS ES 550G
Extensions: OneButtonInstaller, Extended GUI, NextOwnCloud, BitTorrent Sync, Syncthing, Downloady, Midnight Commander, NCDU, MySQL, Rclone, Themes:

User avatar
crest
Hardware & Software Guru
Hardware & Software Guru
Posts: 538
Joined: 02 Jul 2012 22:25
Location: Vienna, Austria - GMT+1
Status: Offline

Re: No SMART Temp for my SSD's

Post by crest »

trendco wrote:I can't see the Temperature of my SSD's in "Diagnostic/Information/Disks -> List of detected disks"
The Values of my Hard-Disks are there.

But smartctl shows the Value of the SSD in Terminal:

Of course SMART is also enabled for this SSD in "Disks/Management".
Do you use Extended GUI extension? If yes disable the extension and look, if the temperatures are displayed for your drives (should be if you are on system rev 911 and above).
NAS1: 11.2.0.4 - Omnius (Revision 6766) x64-embedded; MSI 760GM-P23; AMD Athlon(tm) II X2 250 7.58GiB RAM
NAS2: 11.2.0.4 - Omnius (Revision 6766) x64-embedded; MSI MS-7369; AMD Sempron(tm) LE-1250 8022MiB RAM
UPS: APC Back-UPS ES 550G
Extensions: OneButtonInstaller, Extended GUI, NextOwnCloud, BitTorrent Sync, Syncthing, Downloady, Midnight Commander, NCDU, MySQL, Rclone, Themes:

Post Reply

Return to “Hard disk & controller”