Is there a command I can run in order to view SMART disk temperatures? Thanks.
L leeleatherwood Dabbler Joined Oct 1, 2011 Messages 14 Oct 1, 2011 #1 Is there a command I can run in order to view SMART disk temperatures? Thanks.
J jfr2006 Contributor Joined May 27, 2011 Messages 174 Oct 2, 2011 #2 Hi: smartctl -a /dev/adax | grep temperature where x is your disk number, starting at 0 and assuming you are using SATA controllers ;)
Hi: smartctl -a /dev/adax | grep temperature where x is your disk number, starting at 0 and assuming you are using SATA controllers ;)
L leeleatherwood Dabbler Joined Oct 1, 2011 Messages 14 Oct 2, 2011 #3 jfr2006 said: Hi: smartctl -a /dev/adax | grep temperature where x is your disk number, starting at 0 and assuming you are using SATA controllers ;) Click to expand... Didnt work, but smartctl -a /dev/daX will show me all info, including temperature which is good enough for my needs. Thanks!
jfr2006 said: Hi: smartctl -a /dev/adax | grep temperature where x is your disk number, starting at 0 and assuming you are using SATA controllers ;) Click to expand... Didnt work, but smartctl -a /dev/daX will show me all info, including temperature which is good enough for my needs. Thanks!
J jensbylu Cadet Joined Aug 29, 2011 Messages 4 Oct 2, 2011 #4 Should be Temperature with capital T, at least on my system.
J jfr2006 Contributor Joined May 27, 2011 Messages 174 Oct 2, 2011 #5 jensbylu said: Should be Temperature with capital T, at least on my system. Click to expand... Yep..you right. I always can't remember if it's "T" or "t" ;)
jensbylu said: Should be Temperature with capital T, at least on my system. Click to expand... Yep..you right. I always can't remember if it's "T" or "t" ;)
L leeleatherwood Dabbler Joined Oct 1, 2011 Messages 14 Oct 2, 2011 #6 Nice, that worked. I probably could have figured that out myself had i remembered that unix/bsd is case sensitive. Anyways, thanks to you both.
Nice, that worked. I probably could have figured that out myself had i remembered that unix/bsd is case sensitive. Anyways, thanks to you both.