Drive Temperature

User avatar
marcel
Posts: 160
Joined: Sat May 16, 2009 12:46 am
Location: Netherlands

Re: Drive Temperature

Postby marcel » Fri Aug 07, 2009 7:59 am

What for partition system i have to use to get the hd temperature feature working? I have two one terabyte drives. Any idea?
My HDA cpu: E1400 2Ghz; motherboard: Gigabyte GA-G33M-S2H; memory: Team 2Gb DDR2; 200GB OS HDD, 2x western digital GP 1TB storage HDDs; case: Antec P182

bsk
Posts: 280
Joined: Sun May 03, 2009 7:18 pm
Location: Tennessee
Contact:

Re: Drive Temperature

Postby bsk » Fri Aug 07, 2009 8:49 am

ext3 should work.
Having problems with connecting to the internet? Try the Network Troubleshooter.

Not sure what your Gateway IP? Head on over to the Find Your Gateway IP page to find out easily.

Image

User avatar
cpg
Administrator
Posts: 2618
Joined: Wed Dec 03, 2008 7:40 am
Contact:

Re: Drive Temperature

Postby cpg » Fri Aug 07, 2009 9:02 am

it depends on whether the drive supports it or not.

however, i think there is a bug where LVM is not detected appropriately in some cases and the drive is not queried in the right device.

could you file a bug with the output of your screen, the output of:

Code: Select all

df
and the output of

Code: Select all

mount
?
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 8GB RAM, 1TBx2+3TBx1

User avatar
moredruid
Expert
Posts: 791
Joined: Tue Jan 20, 2009 1:33 am
Location: Netherlands
Contact:

Re: Drive Temperature

Postby moredruid » Fri Aug 07, 2009 12:09 pm

What for partition system i have to use to get the hd temperature feature working? I have two one terabyte drives. Any idea?
filesystem type does not matter as long as you don't use LVM

cpg: I think your best bet is to do something like the below code and then run hddtemp against the /dev/sd* devices. Linux currently allocates all disks as /dev/sd*, even if it's a UDMA drive.

Code: Select all

for i in `ls /dev/sd*[^0-9] | sort`; do hddtemp $i; done
on my system it gives me the following result - both Samsung drives are in 1 LVM:
/dev/sda: Maxtor 6E040L0: 51°C
/dev/sdb: SAMSUNG HD103UJ: 48°C
/dev/sdc: SAMSUNG HD753LJ: 41°C

my df -h output:

Code: Select all

df -h Filesystem Size Used Avail Use% Mounted on /dev/sda2 9.7G 3.5G 5.7G 38% / /dev/mapper/vgdata-lvdata 1.6T 1.2T 328G 79% /var/hda /dev/sda5 25G 1006M 23G 5% /home /dev/sda1 487M 29M 433M 7% /boot tmpfs 1009M 0 1009M 0% /dev/shm funionfs 1.6T 1.2T 328G 79% /var/hda/apps/ushare/files
Attachments
fstab_pvdisplay.txt
(1.41 KiB) Downloaded 215 times
echo '16i[q]sa[ln0=aln100%Pln100/snlbx]sbA0D2173656C7572206968616D41snlbxq' | dc
Galileo - HP Proliant ML110 G6 quad core Xeon 2.4GHz, 4GB RAM, 2x750GB RAID1 + 2x1TB RAID1 HDD

User avatar
marcel
Posts: 160
Joined: Sat May 16, 2009 12:46 am
Location: Netherlands

Re: Drive Temperature

Postby marcel » Fri Aug 07, 2009 1:02 pm

Code: Select all

[root@SERVER ~]# df Filesystem 1K-blocks Used Available Use% Mounted on /dev/mapper/VolGroup00-LogVol00 1918555200 3738872 1817359384 1% / /dev/sda1 194442 21947 162456 12% /boot tmpfs 1025036 0 1025036 0% /dev/shm

Code: Select all

[root@SERVER ~]# mount /dev/mapper/VolGroup00-LogVol00 on / type ext3 (rw) proc on /proc type proc (rw) sysfs on /sys type sysfs (rw) devpts on /dev/pts type devpts (rw,gid=5,mode=620) /dev/sda1 on /boot type ext3 (rw) tmpfs on /dev/shm type tmpfs (rw) none on /proc/sys/fs/binfmt_misc type binfmt_misc (rw) sunrpc on /var/lib/nfs/rpc_pipefs type rpc_pipefs (rw) nfsd on /proc/fs/nfsd type nfsd (rw)

Code: Select all

[root@SERVER ~]# hddtemp /dev/sda /dev/sda: WDC WD10EACS-00ZJB0: 35°C

Code: Select all

[root@SERVER ~]# hddtemp /dev/sdb /dev/sdb: WDC WD10EACS-00ZJB0: 37°C
My HDA cpu: E1400 2Ghz; motherboard: Gigabyte GA-G33M-S2H; memory: Team 2Gb DDR2; 200GB OS HDD, 2x western digital GP 1TB storage HDDs; case: Antec P182

Who is online

Users browsing this forum: No registered users and 28 guests