Opened 19 months ago

Closed 19 months ago

Last modified 18 months ago

#1648 closed enhancement (fixed)

Add WDC HC570/HC670 to drivedb.h

Reported by: David Okamoto Owned by:
Priority: minor Milestone: Release 7.4
Component: drivedb Version:
Keywords: hdd Cc:

Description

Hi,
I work at Western Digital and we have a pair of drive programs to add to drivedb.h. Sorry, but I don't have a smartctl attachment for HC670, but the model number has an 'S' (WUH vs WSH).

  { "Western Digital Ultrastar DC HC570", // tested with WUH722222ALE604
    "(WDC  ?)?WUH722222[AB]L[EN]6[0L]4",
    "", "",
    "-v 22,raw48,Helium_Level "
    "-v 71,raw16,Milli_Micro_Actuator "
    "-v 82,raw16,Head_Health_Score "
    "-v 90,hex48,NAND_Master"
  },
  { "Western Digital Ultrastar DC HC670", // WSH722626ALE604
    "(WDC  ?)?WSH722222[AB]L[EN]6[0L]4",
    "", "",
    "-v 22,raw48,Helium_Level "
    "-v 71,raw16,Milli_Micro_Actuator "
    "-v 82,raw16,Head_Health_Score "
    "-v 90,hex48,NAND_Master"
  }

Attachments (1)

smartctl-WDC-UltrastarHC570.txt (12.1 KB ) - added by David Okamoto 19 months ago.

Download all attachments as: .zip

Change History (6)

by David Okamoto, 19 months ago

comment:1 by Christian Franke, 19 months ago

Milestone: unscheduled

Thanks.

I work at Western Digital ...

Could you possibly also provide information about meaning of attribute 16 as used by some other WDC HDDs?

See for example WD2005FBYZ (ticket #1636) and WD1004FBYZ (ticket #742).

comment:2 by David Okamoto, 19 months ago

Smart attribute 16 is "Non-Volatile Cache (NVC) Meta Data Error". I'm not quite sure what the raw value represents.

comment:3 by Alex Samorukov, 19 months ago

Resolution: fixed
Status: newclosed

Added in r5413. Not sure what to do with 16 attribute however.

comment:4 by Christian Franke, 18 months ago

Merged in r5416.

comment:5 by Christian Franke, 18 months ago

Milestone: unscheduledRelease 7.4
Note: See TracTickets for help on using tickets.