What is a Linux device name for RAID of sas drives?
Posted
by flashnik
on Server Fault
See other posts from Server Fault
or by flashnik
Published on 2010-03-08T02:10:37Z
Indexed on
2010/03/08
3:32 UTC
Read the original article
Hit count: 427
I have a RAID1 using Promise FastTrack TX2650 consisting of 2 SAS drives. What is a Linux device name for them? Like sda
is for first sata drive. I have Windows server so I can't look it directly but need this information for smartctl
usage.
UPDATE. I found how to access RAID: smartctl -d scsi sdb
(because I also have a SATA drive). But in this case I just get an information about just raid controller though I wantto get information about drives itself. Is it possible? Promises's control panel provides information only about their healthy status (boolean) and I want more. Mostly now I need information about temperature.
© Server Fault or respective owner