From mboxrd@z Thu Jan 1 00:00:00 1970 From: Zdenek Kaspar Subject: Re: How can I tell what drive is sdb? Date: Wed, 27 Jan 2010 17:57:31 +0100 Message-ID: <4B60707B.6050308@gmail.com> References: <1264601024.29409.19.camel@thor> Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <1264601024.29409.19.camel@thor> Sender: linux-raid-owner@vger.kernel.org To: linux-raid@vger.kernel.org List-Id: linux-raid.ids Dne 27.1.2010 15:03, Rick Bragg napsal(a): > Hi, > > I have a system with raid10 running Ubuntu 8.10. It uses a > "promise"card > > # lsusb > .. > 01:02.0 Mass storage controller: Promise Technology, Inc. PDC40718 (SATA > 300 TX4) (rev 02) > .. > > I have 4 identical disks on it and they show up as /dev/sda, b, c, and > d. > > However, sdb needs to be replaced. How can I tell which drive is sdb? > Is there a way to identify what drive is what? > > Thanks > Rick Hi Check serial number of drive via hdparm -I /dev/sdb or looks into /dev/disk/by-id. Write carefully serial number and shutdown & replace correct drive :) HTH, Z.