3

Yes, if it's large, heavy, and only 65 Meg in capacity, you can assume it's ancient. An RLL controller would positively indicate the drive is from antiquity. What about drives that are only 3 or 4 years old? If I know the serial number, make and model is there a public database that indicates a manufacturing date?

Update: As trite as this question might seem to some, the hard drive I was looking at that precipitated this question had no obvious manufacturing date stamped on it. I realize that most do. I think the answers given are very useful to myself and others.

Todd Stout
  • 187
  • 1
  • 1
  • 7

6 Answers6

13

If smartmontools is available, doing a "smartctl --all |grep -i power_on_hours" gives you the number of operating hours for the drive.

Failing that, googling the model number of a drive would help as well. You can get the model by one of the following:

hdparm -I <drive>

under linux and

either

iostat -En

or

cfgadm

under (Open)Solaris.

Of course you should be able to get the model number from the labels on the drive itself. ;-)

Lester Cheung
  • 659
  • 4
  • 11
7

The label on most hard drives show the date of manufacture.

Here are a few examples I found on the web (one old drive, one new) showing that sometimes you have to look carefully:

October of 2002
http://www.hardwarezone.com/img/data/articles/2003/694/label.jpg

July 6th, 2008

(source: techreport.com)

If you can't find the date on the drive itself try searching Google for the MODEL NUMBER of the hard drive.

If all else fails... give us more details of the drive and I'm sure someone here probably knows the answer. :-)

Good luck!

Glorfindel
  • 1,213
  • 4
  • 15
  • 22
KPWINC
  • 11,394
  • 3
  • 37
  • 45
4

Another comment about age is how much use the drive has gotten since manufacture which can be very important too.

If the drive supports SMART disk monitoring, you can look at the number of hours in operation parameter (via Linux smartctl) which may provide a good clue at age in terms of usage.

mdpc
  • 11,856
  • 28
  • 53
  • 67
3

Many have an actual date stamped on them for warranty purposes. Every major vendor that I can think of has a support page where you can type a serial number in to in order to check warranty status and many of them will show the date of manufacture there as well.

MDMarra
  • 100,734
  • 32
  • 197
  • 329
2

Integrated circuits on the drive's board have a manufacturing date code stamped on them. A common scheme is the four-digit code where the first two digits signify the year and the next two the week within that year. Other schemes are also used. The newest date you will find on the board will be quite near the drive's actual manufacturing date.

1

A) Date is printed on some drives as a manufacturing date B) Google the model number and you may find a date estimate from sites still selling the drive or the drive manufacturer may have a spec sheet online with dates.

Bart Silverstrim
  • 31,172
  • 9
  • 67
  • 87