|
From: Christian F. <Chr...@t-...> - 2009-05-24 17:10:25
|
Ciprian Ciubotariu wrote: > Recently I seem to have a bit of a problem with this particular drive. It's > connected to an ITE8212 controller. > > I have a few questions Google didn't provide answers yet: > > 1. Should this drive have SMART capabilities? Could it be the controller's > fault for not being able to see the SMART thingies? > According to http://www.seagate.com/support/disc/manuals/ata/cuda7200pm.pdf this drive has SMART capabilities. (AFIAK, all modern ATA/SATA drives have.) > 2. What's with the checksum problem? > I presume the controller firmware/driver modifies the returned IDENTIFY sector (clears the SMART support bits) but does not adjust the checksum accordingly. Another method to hide SMART feature set would be through DCO. But the checksum should be correct then. > 3. After trying smartctl with -T permissive the harddrive (or driver?) > switches until reboot to a behavior where both smartctl -i and hdparm -I > both report being unable to identify the drive. > > Driver bug? > pinky ~ # uname -a > Linux pinky 2.6.28-hardened-r7 #1 Tue May 19 03:32:50 EEST 2009 i686 AMD > > Does the *-hardened kernel version probably modify or restrict I/O controls ? Cheers, Christian |