|
From: Christian F. <Chr...@t-...> - 2015-10-08 19:01:28
|
Chandra Sekar wrote: > Hi, > > I am trying to get the physical drive information which is connected > in Adaptec RAID controller. > > System setup: > OS: Windows 7 (64 bit) > smartmontool: 6.4 > RAID controller: Adaptec 8885 > RAID type : 1 > RAID node : "Drive1" or "/dev/sdb" > > I was able to get the RAID node information but not the physical drives. > > ... > > C:\Users\Administrator\Desktop\chandru>smartctl -d sat+aacraid,0,0,0 > -i /dev/sdb > smartctl 6.4 2015-06-04 r4109 [i686-w64-mingw32-win7(64)] (sf-6.4-1) > Copyright (C) 2002-15, Bruce Allen, Christian Franke, > www.smartmontools.org <http://www.smartmontools.org> > > Read Device Identity failed: empty IDENTIFY data > > ... Please retry without 'sat+' prefix because '-d aacraid,...' already does SAT detection internally. If this does not work, retry with the 64-bit version of smartctl. It is included in the same *.win32-setup.exe package. There is no need to install it, you could also unpack single files with 7-zip. If this does not work, please provide smartctl debug output as an attachment: smartctl -r ioctl,2 -d aacraid,0,X,Y -i /dev/sdb Thanks, Christian |