Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 291970 - app-admin/hddtemp: please add 4 new devices to the gentoo db
Summary: app-admin/hddtemp: please add 4 new devices to the gentoo db
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Michal Januszewski (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-05 12:18 UTC by Fab
Modified: 2009-11-13 23:01 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
add-4-hdd.patch (add-4-hdd.patch,663 bytes, patch)
2009-11-05 12:18 UTC, Fab
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Fab 2009-11-05 12:18:08 UTC
Please add the 4 following hdd to the gentoo database (attached patch). Thanks.

# for x in sda sdb sdc sdd; do
	echo	
	echo "/dev/$x";
	echo '---';
	smartctl -i /dev/$x | grep 'Device Model';
	smartctl -A /dev/$x | grep 'Temp' | cut -c -28;
done

/dev/sda
---
Device Model:     Hitachi HDP725032GLA360
194 Temperature_Celsius

/dev/sdb
---
Device Model:     Hitachi HDT721050SLA360
194 Temperature_Celsius

/dev/sdc
---
Device Model:     Hitachi HDT725025VLAT80
194 Temperature_Celsius

/dev/sdd
---
Device Model:     WDC WD740ADFD-00NLR5
194 Temperature_Celsius


Reproducible: Always
Comment 1 Fab 2009-11-05 12:18:31 UTC
Created attachment 209317 [details, diff]
add-4-hdd.patch
Comment 2 Michal Januszewski (RETIRED) gentoo-dev 2009-11-13 23:01:13 UTC
This is now fixed in CVS.  Thanks for submitting new entries to the HDD DB.