Drive Temperature
Re: Drive Temperature
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
Re: Drive Temperature
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.

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

Re: Drive Temperature
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:
and the output of
?
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
Code: Select all
mount
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 8GB RAM, 1TBx2+3TBx1
Re: Drive Temperature
filesystem type does not matter as long as you don't use LVMWhat for partition system i have to use to get the hd temperature feature working? I have two one terabyte drives. Any idea?
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
/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
Galileo - HP Proliant ML110 G6 quad core Xeon 2.4GHz, 4GB RAM, 2x750GB RAID1 + 2x1TB RAID1 HDD
Re: Drive Temperature
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 27 guests