You are not logged in.

#1 2010-01-27 19:17:33

Carlwill
Member
From: Orlando, FL
Registered: 2008-10-06
Posts: 560
Website

How Can I ID Harddrive Vendor / Model

I have a machine with 4 identical drives and the machine is running Arch x64. The problem is I need to replace one drive on this machine and don't remember what the make and model of the hard drives are on the machine. The machine is really a pain to access and even harder to open up and verify the drives not to mention the downtime for that process would be near impossible because the machine is so heavily utilized by my company.

How can I find out via the OS (Arch) the make and model of drives it is using? Is there some utility (non graphical) that will show me the drives?


./

Offline

#2 2010-01-27 19:41:50

tomk
Forum Fellow
From: Ireland
Registered: 2004-07-21
Posts: 9,839

Re: How Can I ID Harddrive Vendor / Model

dmesg | grep scsi

will give you something like this:

scsi 0:0:0:0: Direct-Access     ATA      Maxtor 91360D8   PAS2 PQ: 0 ANSI: 5
scsi 0:0:1:0: Direct-Access     ATA      WDC WD136AA      29.0 PQ: 0 ANSI: 5
scsi 1:0:0:0: Direct-Access     ATA      IC35L180AVV207-1 V26O PQ: 0 ANSI: 5
scsi 1:0:1:0: Direct-Access     ATA      Maxtor 6L160P0   BAH4 PQ: 0 ANSI: 5

if that helps at all.

Offline

#3 2010-01-27 19:44:12

Carlwill
Member
From: Orlando, FL
Registered: 2008-10-06
Posts: 560
Website

Re: How Can I ID Harddrive Vendor / Model

Yup - that seems to work.

scsi 0:0:0:0: CD-ROM            TSSTcorp CDDVDW TS-H653F  SI00 PQ: 0 ANSI: 5
scsi 1:0:0:0: Direct-Access     ATA      ST3250410AS      4.AA PQ: 0 ANSI: 5
scsi 2:0:0:0: Direct-Access     ATA      ST3250410AS      4.AA PQ: 0 ANSI: 5
scsi 3:0:0:0: Direct-Access     ATA      ST3250410AS      4.AA PQ: 0 ANSI: 5
scsi 4:0:0:0: Direct-Access     ATA      ST3250410AS      4.AA PQ: 0 ANSI: 5

./

Offline

#4 2010-01-27 21:16:25

chpln
Member
From: Australia
Registered: 2009-09-17
Posts: 361

Re: How Can I ID Harddrive Vendor / Model

An alternative is to use hdparm.

hdparm -i <device>

Offline

Board footer

Powered by FluxBB