On Wed, Jan 27, 2010 at 2:03 PM, Rick Bragg <lists@xxxxxxxxx> wrote: > 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 > I think you can use the wonderful 'lshw' utility for this. It tells you what serial numbers the disks have, and then you can look at the labels on the drives to see which one has what serial number. If this doesn't work out, you can PROBABLY stop the array and PROBABLY hotswap the disks in and out, running 'watch -n0 -d "dmesg | tail"' to see what the kernel says. It will tell you what drive you have just unplugged. But if you do this - BE CAREFUL - and I can't vouch that this is OK as I've never done this. I'm only guessing at theory. Good luck! -- Kristleifur -- To unsubscribe from this list: send the line "unsubscribe linux-raid" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html