S
S
SabCoopers2015-03-05 12:40:50
Hard disks
SabCoopers, 2015-03-05 12:40:50

Monitoring temperature and HDD status?

Advise something sane for monitoring hdd. First of all, monitoring the temperature of hdd is of interest.
I tried several options, including the vaunted hddlife - out of three WD hard drives, the program recognized only one ... etc.

Answer the question

In order to leave comments, you need to log in

3 answer(s)
A
Alexander, 2015-03-05
@yakupovak

smartctl or hddtemp

P
Pavel Kornilov, 2017-12-11
@KorniloFF

I also did not understand the full depth of the depths, but I will answer a specific question from the comments of the topic:

var a = [1,6,8,10], b = [7,8,9,10,12];
function _intersection (a,b) {
  return a.filter(function(obj) { return b.indexOf(obj) >= 0; });
  
}
console.log(_intersection (a,b));

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question