All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 15623] New: doesn't allow SMART-passthrough on Adaptec Series 5 controller
@ 2010-03-24 16:38 bugzilla-daemon
  2010-03-24 18:16 ` Douglas Gilbert
                   ` (6 more replies)
  0 siblings, 7 replies; 9+ messages in thread
From: bugzilla-daemon @ 2010-03-24 16:38 UTC (permalink / raw)
  To: linux-scsi

https://bugzilla.kernel.org/show_bug.cgi?id=15623

           Summary: doesn't allow SMART-passthrough on Adaptec Series 5
                    controller
           Product: SCSI Drivers
           Version: 2.5
    Kernel Version: 2.6.33
          Platform: All
        OS/Version: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: AACRAID
        AssignedTo: scsi_drivers-aacraid@kernel-bugs.osdl.org
        ReportedBy: lkolbe@techfak.uni-bielefeld.de
                CC: sfrey@techfak.uni-bielefeld.de
        Regression: No


On Linux 2.6.33, wich includes aacraid version 24702 (that's at least what
Adaptec's arcconf tells me), we're unable to query the smart information (SATA
disks attached to an Adaptec 52445):

wash:~# smartctl -a -d sat /dev/sg5
smartctl version 5.38 [x86_64-unknown-linux-gnu] Copyright (C) 2002-8 Bruce
Allen
Home page is http://smartmontools.sourceforge.net/

=== START OF INFORMATION SECTION ===
Device Model:     ST31000340NS
Serial Number:    9QJ2XFQP
Firmware Version: SN06
User Capacity:    1,000,204,886,016 bytes
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   8
ATA Standard is:  ATA-8-ACS revision 4
Local Time is:    Wed Mar 24 16:33:07 2010 UTC
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

SMART Disabled. Use option -s with argument 'on' to enable it.

If I try with '-s on' I get:

wash:~# smartctl -a -d sat -s on /dev/sg5
smartctl version 5.38 [x86_64-unknown-linux-gnu] Copyright (C) 2002-8 Bruce
Allen
Home page is http://smartmontools.sourceforge.net/

=== START OF INFORMATION SECTION ===
Device Model:     ST31000340NS
Serial Number:    9QJ2XFQP
Firmware Version: SN06
User Capacity:    1,000,204,886,016 bytes
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   8
ATA Standard is:  ATA-8-ACS revision 4
Local Time is:    Wed Mar 24 16:33:25 2010 UTC
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF ENABLE/DISABLE COMMANDS SECTION ===
SMART Enabled.
SMART Disabled. Use option -s with argument 'on' to enable it.

dmesg says:

[77323.301112] scsi 0:1:2:0: [sg5] Sense Key : Recovered Error [current]
[descriptor]
[77323.301120] Descriptor sense data with sense descriptors (in hex):
[77323.301122]         72 01 00 1d 00 00 00 0e 09 0c 00 00 00 00 00 00 
[77323.301130]         00 4f 00 c2 40 50 
[77323.301134] scsi 0:1:2:0: [sg5] Add. Sense: ATA pass through information
available
[77335.412005] scsi 0:1:2:0: [sg5] Sense Key : Recovered Error [current]
[descriptor]
[77335.412012] Descriptor sense data with sense descriptors (in hex):
[77335.412014]         72 01 00 1d 00 00 00 0e 09 0c 00 00 00 00 00 00 
[77335.412022]         00 4f 00 c2 40 50 
[77335.412026] scsi 0:1:2:0: [sg5] Add. Sense: ATA pass through information
available
[77353.712031] scsi 0:1:2:0: [sg5] Sense Key : Recovered Error [current]
[descriptor]
[77353.712044] Descriptor sense data with sense descriptors (in hex):
[77353.712046]         72 01 00 1d 00 00 00 0e 09 0c 00 00 00 00 00 00 
[77353.712052]         00 4f 00 c2 40 50 
[77353.712055] scsi 0:1:2:0: [sg5] Add. Sense: ATA pass through information
available

On 2.6.32, we can use the aacraid driver from adaptec (version 24900) and
smartmontools work as expected, but with 2.6.33 their version doesn't compile
anymore.

We really don't want to run their 'enterprise' storage manager software on our
servers to warn us about bad blocks, but as long as we're unable to use
smartctl for this we're quite out of luck :/

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Bug 15623] New: doesn't allow SMART-passthrough on Adaptec Series 5 controller
  2010-03-24 16:38 [Bug 15623] New: doesn't allow SMART-passthrough on Adaptec Series 5 controller bugzilla-daemon
@ 2010-03-24 18:16 ` Douglas Gilbert
  2010-03-24 18:17 ` [Bug 15623] " bugzilla-daemon
                   ` (5 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: Douglas Gilbert @ 2010-03-24 18:16 UTC (permalink / raw)
  To: bugzilla-daemon; +Cc: linux-scsi

bugzilla-daemon@bugzilla.kernel.org wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=15623
> 
>            Summary: doesn't allow SMART-passthrough on Adaptec Series 5
>                     controller
>            Product: SCSI Drivers
>            Version: 2.5
>     Kernel Version: 2.6.33
>           Platform: All
>         OS/Version: Linux
>               Tree: Mainline
>             Status: NEW
>           Severity: normal
>           Priority: P1
>          Component: AACRAID
>         AssignedTo: scsi_drivers-aacraid@kernel-bugs.osdl.org
>         ReportedBy: lkolbe@techfak.uni-bielefeld.de
>                 CC: sfrey@techfak.uni-bielefeld.de
>         Regression: No
> 
> 
> On Linux 2.6.33, wich includes aacraid version 24702 (that's at least what
> Adaptec's arcconf tells me), we're unable to query the smart information (SATA
> disks attached to an Adaptec 52445):
> 
> wash:~# smartctl -a -d sat /dev/sg5
> smartctl version 5.38 [x86_64-unknown-linux-gnu] Copyright (C) 2002-8 Bruce
> Allen
> Home page is http://smartmontools.sourceforge.net/
> 
> === START OF INFORMATION SECTION ===
> Device Model:     ST31000340NS
> Serial Number:    9QJ2XFQP
> Firmware Version: SN06
> User Capacity:    1,000,204,886,016 bytes
> Device is:        Not in smartctl database [for details use: -P showall]
> ATA Version is:   8
> ATA Standard is:  ATA-8-ACS revision 4
> Local Time is:    Wed Mar 24 16:33:07 2010 UTC
> SMART support is: Available - device has SMART capability.
> SMART support is: Enabled
> 
> SMART Disabled. Use option -s with argument 'on' to enable it.
> 
> If I try with '-s on' I get:
> 
> wash:~# smartctl -a -d sat -s on /dev/sg5
> smartctl version 5.38 [x86_64-unknown-linux-gnu] Copyright (C) 2002-8 Bruce
> Allen
> Home page is http://smartmontools.sourceforge.net/
> 
> === START OF INFORMATION SECTION ===
> Device Model:     ST31000340NS
> Serial Number:    9QJ2XFQP
> Firmware Version: SN06
> User Capacity:    1,000,204,886,016 bytes
> Device is:        Not in smartctl database [for details use: -P showall]
> ATA Version is:   8
> ATA Standard is:  ATA-8-ACS revision 4
> Local Time is:    Wed Mar 24 16:33:25 2010 UTC
> SMART support is: Available - device has SMART capability.
> SMART support is: Enabled
> 
> === START OF ENABLE/DISABLE COMMANDS SECTION ===
> SMART Enabled.
> SMART Disabled. Use option -s with argument 'on' to enable it.
> 
> dmesg says:
> 
> [77323.301112] scsi 0:1:2:0: [sg5] Sense Key : Recovered Error [current]
> [descriptor]
> [77323.301120] Descriptor sense data with sense descriptors (in hex):
> [77323.301122]         72 01 00 1d 00 00 00 0e 09 0c 00 00 00 00 00 00 
> [77323.301130]         00 4f 00 c2 40 50 
> [77323.301134] scsi 0:1:2:0: [sg5] Add. Sense: ATA pass through information
> available
> [77335.412005] scsi 0:1:2:0: [sg5] Sense Key : Recovered Error [current]
> [descriptor]
> [77335.412012] Descriptor sense data with sense descriptors (in hex):
> [77335.412014]         72 01 00 1d 00 00 00 0e 09 0c 00 00 00 00 00 00 
> [77335.412022]         00 4f 00 c2 40 50 
> [77335.412026] scsi 0:1:2:0: [sg5] Add. Sense: ATA pass through information
> available
> [77353.712031] scsi 0:1:2:0: [sg5] Sense Key : Recovered Error [current]
> [descriptor]
> [77353.712044] Descriptor sense data with sense descriptors (in hex):
> [77353.712046]         72 01 00 1d 00 00 00 0e 09 0c 00 00 00 00 00 00 
> [77353.712052]         00 4f 00 c2 40 50 
> [77353.712055] scsi 0:1:2:0: [sg5] Add. Sense: ATA pass through information
> available
> 
> On 2.6.32, we can use the aacraid driver from adaptec (version 24900) and
> smartmontools work as expected, but with 2.6.33 their version doesn't compile
> anymore.
> 
> We really don't want to run their 'enterprise' storage manager software on our
> servers to warn us about bad blocks, but as long as we're unable to use
> smartctl for this we're quite out of luck :/

So in lk 2.6.32 aacraid driver version 24900 was used
successfully but with lk 2.6.33 the aacraid driver
version reverted to 24702 and didn't work. It might be
interesting to find the aacraid changelog between those
two versions.

Anyway the kernel messages shown by dmesg are just
noise and should disappear in lk 2.6.34 .
IOW "ATA pass through information available" indicates
normal operation of SAT.


smartctl will provide more debug information if a
'-r ioctl,3' option is added.

Doug Gilbert


^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 15623] doesn't allow SMART-passthrough on Adaptec Series 5 controller
  2010-03-24 16:38 [Bug 15623] New: doesn't allow SMART-passthrough on Adaptec Series 5 controller bugzilla-daemon
  2010-03-24 18:16 ` Douglas Gilbert
@ 2010-03-24 18:17 ` bugzilla-daemon
  2010-03-24 18:45 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2010-03-24 18:17 UTC (permalink / raw)
  To: linux-scsi

https://bugzilla.kernel.org/show_bug.cgi?id=15623





--- Comment #1 from Anonymous Emailer <anonymous@kernel-bugs.osdl.org>  2010-03-24 18:17:03 ---
Reply-To: dgilbert@interlog.com

bugzilla-daemon@bugzilla.kernel.org wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=15623
> 
>            Summary: doesn't allow SMART-passthrough on Adaptec Series 5
>                     controller
>            Product: SCSI Drivers
>            Version: 2.5
>     Kernel Version: 2.6.33
>           Platform: All
>         OS/Version: Linux
>               Tree: Mainline
>             Status: NEW
>           Severity: normal
>           Priority: P1
>          Component: AACRAID
>         AssignedTo: scsi_drivers-aacraid@kernel-bugs.osdl.org
>         ReportedBy: lkolbe@techfak.uni-bielefeld.de
>                 CC: sfrey@techfak.uni-bielefeld.de
>         Regression: No
> 
> 
> On Linux 2.6.33, wich includes aacraid version 24702 (that's at least what
> Adaptec's arcconf tells me), we're unable to query the smart information (SATA
> disks attached to an Adaptec 52445):
> 
> wash:~# smartctl -a -d sat /dev/sg5
> smartctl version 5.38 [x86_64-unknown-linux-gnu] Copyright (C) 2002-8 Bruce
> Allen
> Home page is http://smartmontools.sourceforge.net/
> 
> === START OF INFORMATION SECTION ===
> Device Model:     ST31000340NS
> Serial Number:    9QJ2XFQP
> Firmware Version: SN06
> User Capacity:    1,000,204,886,016 bytes
> Device is:        Not in smartctl database [for details use: -P showall]
> ATA Version is:   8
> ATA Standard is:  ATA-8-ACS revision 4
> Local Time is:    Wed Mar 24 16:33:07 2010 UTC
> SMART support is: Available - device has SMART capability.
> SMART support is: Enabled
> 
> SMART Disabled. Use option -s with argument 'on' to enable it.
> 
> If I try with '-s on' I get:
> 
> wash:~# smartctl -a -d sat -s on /dev/sg5
> smartctl version 5.38 [x86_64-unknown-linux-gnu] Copyright (C) 2002-8 Bruce
> Allen
> Home page is http://smartmontools.sourceforge.net/
> 
> === START OF INFORMATION SECTION ===
> Device Model:     ST31000340NS
> Serial Number:    9QJ2XFQP
> Firmware Version: SN06
> User Capacity:    1,000,204,886,016 bytes
> Device is:        Not in smartctl database [for details use: -P showall]
> ATA Version is:   8
> ATA Standard is:  ATA-8-ACS revision 4
> Local Time is:    Wed Mar 24 16:33:25 2010 UTC
> SMART support is: Available - device has SMART capability.
> SMART support is: Enabled
> 
> === START OF ENABLE/DISABLE COMMANDS SECTION ===
> SMART Enabled.
> SMART Disabled. Use option -s with argument 'on' to enable it.
> 
> dmesg says:
> 
> [77323.301112] scsi 0:1:2:0: [sg5] Sense Key : Recovered Error [current]
> [descriptor]
> [77323.301120] Descriptor sense data with sense descriptors (in hex):
> [77323.301122]         72 01 00 1d 00 00 00 0e 09 0c 00 00 00 00 00 00 
> [77323.301130]         00 4f 00 c2 40 50 
> [77323.301134] scsi 0:1:2:0: [sg5] Add. Sense: ATA pass through information
> available
> [77335.412005] scsi 0:1:2:0: [sg5] Sense Key : Recovered Error [current]
> [descriptor]
> [77335.412012] Descriptor sense data with sense descriptors (in hex):
> [77335.412014]         72 01 00 1d 00 00 00 0e 09 0c 00 00 00 00 00 00 
> [77335.412022]         00 4f 00 c2 40 50 
> [77335.412026] scsi 0:1:2:0: [sg5] Add. Sense: ATA pass through information
> available
> [77353.712031] scsi 0:1:2:0: [sg5] Sense Key : Recovered Error [current]
> [descriptor]
> [77353.712044] Descriptor sense data with sense descriptors (in hex):
> [77353.712046]         72 01 00 1d 00 00 00 0e 09 0c 00 00 00 00 00 00 
> [77353.712052]         00 4f 00 c2 40 50 
> [77353.712055] scsi 0:1:2:0: [sg5] Add. Sense: ATA pass through information
> available
> 
> On 2.6.32, we can use the aacraid driver from adaptec (version 24900) and
> smartmontools work as expected, but with 2.6.33 their version doesn't compile
> anymore.
> 
> We really don't want to run their 'enterprise' storage manager software on our
> servers to warn us about bad blocks, but as long as we're unable to use
> smartctl for this we're quite out of luck :/

So in lk 2.6.32 aacraid driver version 24900 was used
successfully but with lk 2.6.33 the aacraid driver
version reverted to 24702 and didn't work. It might be
interesting to find the aacraid changelog between those
two versions.

Anyway the kernel messages shown by dmesg are just
noise and should disappear in lk 2.6.34 .
IOW "ATA pass through information available" indicates
normal operation of SAT.


smartctl will provide more debug information if a
'-r ioctl,3' option is added.

Doug Gilbert

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 15623] doesn't allow SMART-passthrough on Adaptec Series 5 controller
  2010-03-24 16:38 [Bug 15623] New: doesn't allow SMART-passthrough on Adaptec Series 5 controller bugzilla-daemon
  2010-03-24 18:16 ` Douglas Gilbert
  2010-03-24 18:17 ` [Bug 15623] " bugzilla-daemon
@ 2010-03-24 18:45 ` bugzilla-daemon
  2010-03-25 21:41   ` Douglas Gilbert
  2010-03-25 21:42 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  6 siblings, 1 reply; 9+ messages in thread
From: bugzilla-daemon @ 2010-03-24 18:45 UTC (permalink / raw)
  To: linux-scsi

https://bugzilla.kernel.org/show_bug.cgi?id=15623





--- Comment #2 from lkolbe@techfak.uni-bielefeld.de  2010-03-24 18:45:10 ---
> So in lk 2.6.32 aacraid driver version 24900 was used
> successfully but with lk 2.6.33 the aacraid driver
> version reverted to 24702 and didn't work. It might be
> interesting to find the aacraid changelog between those
> two versions.

I wonder as well. Vanilla 2.6.32 has aacraid version 2461 (IIRC), vanilla
2.6.33 has 24702, and Adaptec upstream has 24900, which is what they recommend
for using for the 'enterprise'. I have no idea about the politics side of this,
if there is any. There must be some reason why vanilla doesn't include 24900 by
default, though - it was released in 9/2009 IIRC.

> Anyway the kernel messages shown by dmesg are just
> noise and should disappear in lk 2.6.34 .
> IOW "ATA pass through information available" indicates
> normal operation of SAT.

Great, less noise ;)

> smartctl will provide more debug information if a
> '-r ioctl,3' option is added.

good to know, output follows:

smartctl version 5.38 [x86_64-unknown-linux-gnu] Copyright (C) 2002-8 Bruce
Allen
Home page is http://smartmontools.sourceforge.net/


REPORT-IOCTL: DeviceFD=3 Command=IDENTIFY DEVICE
 [ata pass-through(16): 85 08 0e 00 00 00 01 00 00 00 00 00 00 00 ec 00 ]
  scsi_status=0x0, host_status=0x0, driver_status=0x0
  info=0x0  duration=12 milliseconds  resid=0
  Incoming data, len=512 [only first 256 bytes shown]:
 00     5a 0c ff 3f 37 c8 10 00  00 00 00 00 3f 00 00 00                        
 10     00 00 00 00 20 20 20 20  20 20 20 20 20 20 20 20                        
 20     51 39 32 4a 46 58 50 51  00 00 00 00 04 00 4e 53                        
 30     36 30 20 20 20 20 54 53  31 33 30 30 33 30 30 34                        
 40     53 4e 20 20 20 20 20 20  20 20 20 20 20 20 20 20                        
 50     20 20 20 20 20 20 20 20  20 20 20 20 20 20 10 80                        
 60     00 00 00 2f 00 40 00 02  00 02 07 00 ff 3f 10 00                        
 70     3f 00 10 fc fb 00 10 00  ff ff ff 0f 00 00 07 00                        
 80     03 00 78 00 78 00 78 00  78 00 00 00 00 00 00 00                        
 90     00 00 00 00 00 00 1f 00  06 05 00 00 40 00 40 00                        
 a0     f0 01 29 00 6b 34 01 7d  23 41 49 34 01 bc 23 41                        
 b0     7f 40 61 00 61 00 00 00  fe ff 00 00 00 fe 00 00                        
 c0     00 00 00 00 00 00 00 00  b0 6d 70 74 00 00 00 00                        
 d0     00 00 00 00 00 00 00 00  00 50 00 c5 af 10 7e 93                        
 e0     00 00 00 00 00 00 00 00  00 00 00 00 00 00 1e 40                        
 f0     1c 40 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
  status=0x0
REPORT-IOCTL: DeviceFD=3 Command=IDENTIFY DEVICE returned 0

===== [IDENTIFY DEVICE] DATA START (BASE-16) =====
000-015: 5a 0c ff 3f 37 c8 10 00 00 00 00 00 3f 00 00 00
016-031: 00 00 00 00 20 20 20 20 20 20 20 20 20 20 20 20
032-047: 51 39 32 4a 46 58 50 51 00 00 00 00 04 00 4e 53
048-063: 36 30 20 20 20 20 54 53 31 33 30 30 33 30 30 34
064-079: 53 4e 20 20 20 20 20 20 20 20 20 20 20 20 20 20
080-095: 20 20 20 20 20 20 20 20 20 20 20 20 20 20 10 80
096-111: 00 00 00 2f 00 40 00 02 00 02 07 00 ff 3f 10 00
112-127: 3f 00 10 fc fb 00 10 00 ff ff ff 0f 00 00 07 00
128-143: 03 00 78 00 78 00 78 00 78 00 00 00 00 00 00 00
144-159: 00 00 00 00 00 00 1f 00 06 05 00 00 40 00 40 00
160-175: f0 01 29 00 6b 34 01 7d 23 41 49 34 01 bc 23 41
176-191: 7f 40 61 00 61 00 00 00 fe ff 00 00 00 fe 00 00
192-207: 00 00 00 00 00 00 00 00 b0 6d 70 74 00 00 00 00
208-223: 00 00 00 00 00 00 00 00 00 50 00 c5 af 10 7e 93
224-239: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1e 40
240-255: 1c 40 00 00 00 00 00 00 00 00 00 00 00 00 00 00
256-271: 21 00 b0 6d 70 74 b0 6d 70 74 20 20 02 00 40 01
272-287: 00 01 00 50 06 3c 0a 3c 00 00 3c 00 00 00 08 00
288-303: 00 00 00 00 0f 00 80 02 00 00 00 00 08 00 00 00
304-319: 00 00 00 00 00 00 00 00 00 00 00 00 00 27 00 80
320-335: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
336-351: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
352-367: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
368-383: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
384-399: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
400-415: 00 00 00 00 00 00 00 00 00 00 00 00 3d 10 00 00
416-431: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
432-447: 00 00 20 1c 00 00 00 00 00 00 00 00 10 10 00 00
448-463: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
464-479: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
480-495: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
496-511: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 a5 77
===== [IDENTIFY DEVICE] DATA END (512 Bytes) =====

=== START OF INFORMATION SECTION ===
Device Model:     ST31000340NS
Serial Number:    9QJ2XFQP
Firmware Version: SN06
User Capacity:    1,000,204,886,016 bytes
Device is:        Not in smartctl database [for details use: -P showall]
ATA Version is:   8
ATA Standard is:  ATA-8-ACS revision 4
Local Time is:    Wed Mar 24 18:40:13 2010 UTC
SMART support is: Available - device has SMART capability.
SMART support is: Enabled

=== START OF ENABLE/DISABLE COMMANDS SECTION ===

REPORT-IOCTL: DeviceFD=3 Command=SMART ENABLE
 [ata pass-through(16): 85 06 0c 00 d8 00 00 00 01 00 4f 00 c2 00 b0 00 ]
  scsi_status=0x0, host_status=0x0, driver_status=0x0
  info=0x0  duration=20 milliseconds  resid=0
  status=0x0
REPORT-IOCTL: DeviceFD=3 Command=SMART ENABLE returned 0
SMART Enabled.

REPORT-IOCTL: DeviceFD=3 Command=SMART STATUS
 [ata pass-through(16): 85 06 2c 00 da 00 00 00 00 00 4f 00 c2 00 b0 00 ]
  scsi_status=0x2, host_status=0x7, driver_status=0x8
  info=0x1  duration=104 milliseconds  resid=0
sat_command_interface: do_scsi_cmnd_io() failed, status=-5
REPORT-IOCTL: DeviceFD=3 Command=SMART STATUS returned -1
SMART Disabled. Use option -s with argument 'on' to enable it.


> Doug Gilbert

Kind regards,
Lukas

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* Re: [Bug 15623] doesn't allow SMART-passthrough on Adaptec Series 5 controller
  2010-03-24 18:45 ` bugzilla-daemon
@ 2010-03-25 21:41   ` Douglas Gilbert
  0 siblings, 0 replies; 9+ messages in thread
From: Douglas Gilbert @ 2010-03-25 21:41 UTC (permalink / raw)
  To: bugzilla-daemon; +Cc: linux-scsi

bugzilla-daemon@bugzilla.kernel.org wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=15623
> 
> 
> 
> 
> 
> --- Comment #2 from lkolbe@techfak.uni-bielefeld.de  2010-03-24 18:45:10 ---
>> So in lk 2.6.32 aacraid driver version 24900 was used
>> successfully but with lk 2.6.33 the aacraid driver
>> version reverted to 24702 and didn't work. It might be
>> interesting to find the aacraid changelog between those
>> two versions.
> 
> I wonder as well. Vanilla 2.6.32 has aacraid version 2461 (IIRC), vanilla
> 2.6.33 has 24702, and Adaptec upstream has 24900, which is what they recommend
> for using for the 'enterprise'. I have no idea about the politics side of this,
> if there is any. There must be some reason why vanilla doesn't include 24900 by
> default, though - it was released in 9/2009 IIRC.
> 
>> Anyway the kernel messages shown by dmesg are just
>> noise and should disappear in lk 2.6.34 .
>> IOW "ATA pass through information available" indicates
>> normal operation of SAT.
> 
> Great, less noise ;)
> 
>> smartctl will provide more debug information if a
>> '-r ioctl,3' option is added.
> 
> good to know, output follows:
> 
> smartctl version 5.38 [x86_64-unknown-linux-gnu] Copyright (C) 2002-8 Bruce
> Allen
> Home page is http://smartmontools.sourceforge.net/
> 
> 
> REPORT-IOCTL: DeviceFD=3 Command=IDENTIFY DEVICE
>  [ata pass-through(16): 85 08 0e 00 00 00 01 00 00 00 00 00 00 00 ec 00 ]
>   scsi_status=0x0, host_status=0x0, driver_status=0x0
>   info=0x0  duration=12 milliseconds  resid=0
>   Incoming data, len=512 [only first 256 bytes shown]:

<snip>

> REPORT-IOCTL: DeviceFD=3 Command=SMART STATUS
>  [ata pass-through(16): 85 06 2c 00 da 00 00 00 00 00 4f 00 c2 00 b0 00 ]
>   scsi_status=0x2, host_status=0x7, driver_status=0x8

The aacraid driver could not handle this command.
host_status=0x7 is DID_ERROR which is an internal
driver (aacraid) error.

What is being done by smartmontools is defined in
the SAT standard.

>   info=0x1  duration=104 milliseconds  resid=0
> sat_command_interface: do_scsi_cmnd_io() failed, status=-5
> REPORT-IOCTL: DeviceFD=3 Command=SMART STATUS returned -1
> SMART Disabled. Use option -s with argument 'on' to enable it.

Doug Gilbert




^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 15623] doesn't allow SMART-passthrough on Adaptec Series 5 controller
  2010-03-24 16:38 [Bug 15623] New: doesn't allow SMART-passthrough on Adaptec Series 5 controller bugzilla-daemon
                   ` (2 preceding siblings ...)
  2010-03-24 18:45 ` bugzilla-daemon
@ 2010-03-25 21:42 ` bugzilla-daemon
  2010-03-30  6:24 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  6 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2010-03-25 21:42 UTC (permalink / raw)
  To: linux-scsi

https://bugzilla.kernel.org/show_bug.cgi?id=15623





--- Comment #3 from Anonymous Emailer <anonymous@kernel-bugs.osdl.org>  2010-03-25 21:42:14 ---
Reply-To: dgilbert@interlog.com

bugzilla-daemon@bugzilla.kernel.org wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=15623
> 
> 
> 
> 
> 
> --- Comment #2 from lkolbe@techfak.uni-bielefeld.de  2010-03-24 18:45:10 ---
>> So in lk 2.6.32 aacraid driver version 24900 was used
>> successfully but with lk 2.6.33 the aacraid driver
>> version reverted to 24702 and didn't work. It might be
>> interesting to find the aacraid changelog between those
>> two versions.
> 
> I wonder as well. Vanilla 2.6.32 has aacraid version 2461 (IIRC), vanilla
> 2.6.33 has 24702, and Adaptec upstream has 24900, which is what they recommend
> for using for the 'enterprise'. I have no idea about the politics side of this,
> if there is any. There must be some reason why vanilla doesn't include 24900 by
> default, though - it was released in 9/2009 IIRC.
> 
>> Anyway the kernel messages shown by dmesg are just
>> noise and should disappear in lk 2.6.34 .
>> IOW "ATA pass through information available" indicates
>> normal operation of SAT.
> 
> Great, less noise ;)
> 
>> smartctl will provide more debug information if a
>> '-r ioctl,3' option is added.
> 
> good to know, output follows:
> 
> smartctl version 5.38 [x86_64-unknown-linux-gnu] Copyright (C) 2002-8 Bruce
> Allen
> Home page is http://smartmontools.sourceforge.net/
> 
> 
> REPORT-IOCTL: DeviceFD=3 Command=IDENTIFY DEVICE
>  [ata pass-through(16): 85 08 0e 00 00 00 01 00 00 00 00 00 00 00 ec 00 ]
>   scsi_status=0x0, host_status=0x0, driver_status=0x0
>   info=0x0  duration=12 milliseconds  resid=0
>   Incoming data, len=512 [only first 256 bytes shown]:

<snip>

> REPORT-IOCTL: DeviceFD=3 Command=SMART STATUS
>  [ata pass-through(16): 85 06 2c 00 da 00 00 00 00 00 4f 00 c2 00 b0 00 ]
>   scsi_status=0x2, host_status=0x7, driver_status=0x8

The aacraid driver could not handle this command.
host_status=0x7 is DID_ERROR which is an internal
driver (aacraid) error.

What is being done by smartmontools is defined in
the SAT standard.

>   info=0x1  duration=104 milliseconds  resid=0
> sat_command_interface: do_scsi_cmnd_io() failed, status=-5
> REPORT-IOCTL: DeviceFD=3 Command=SMART STATUS returned -1
> SMART Disabled. Use option -s with argument 'on' to enable it.

Doug Gilbert

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 15623] doesn't allow SMART-passthrough on Adaptec Series 5 controller
  2010-03-24 16:38 [Bug 15623] New: doesn't allow SMART-passthrough on Adaptec Series 5 controller bugzilla-daemon
                   ` (3 preceding siblings ...)
  2010-03-25 21:42 ` bugzilla-daemon
@ 2010-03-30  6:24 ` bugzilla-daemon
  2010-03-30 10:52 ` bugzilla-daemon
  2013-12-10 18:16 ` bugzilla-daemon
  6 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2010-03-30  6:24 UTC (permalink / raw)
  To: linux-scsi

https://bugzilla.kernel.org/show_bug.cgi?id=15623





--- Comment #4 from Anonymous Emailer <anonymous@kernel-bugs.osdl.org>  2010-03-30 06:24:01 ---
Reply-To: Mahesh_Rajashekhara@adaptec.com

Hi All,

We've identified the root cause for this problem.

Root cause:
This issue is specific to ATA pass-through "CC" bit handling in driver.

The in kernel tree driver(build: 24702), the below mentioned conditions were
not handled.
1. When the CC bit is SET by the host in ATA pass thru CDB, driver is supposed
to return DID_OK.
2. When the CC bit is RESET by the host, driver should return DID_ERROR.

We're working on this issue high priority and in the process of preparing the
driver patch to address this problem.

Thanks,
Mahesh R

-----Original Message-----
From: bugzilla-daemon@bugzilla.kernel.org
[mailto:bugzilla-daemon@bugzilla.kernel.org] 
Sent: Friday, March 26, 2010 3:12 AM
To: AACRAID
Subject: [Bug 15623] doesn't allow SMART-passthrough on Adaptec Series 5
controller

https://bugzilla.kernel.org/show_bug.cgi?id=15623





--- Comment #3 from Anonymous Emailer <anonymous@kernel-bugs.osdl.org> 
2010-03-25 21:42:14 ---
Reply-To: dgilbert@interlog.com

bugzilla-daemon@bugzilla.kernel.org wrote:
> https://bugzilla.kernel.org/show_bug.cgi?id=15623
> 
> 
> 
> 
> 
> --- Comment #2 from lkolbe@techfak.uni-bielefeld.de  2010-03-24 18:45:10 ---
>> So in lk 2.6.32 aacraid driver version 24900 was used
>> successfully but with lk 2.6.33 the aacraid driver
>> version reverted to 24702 and didn't work. It might be
>> interesting to find the aacraid changelog between those
>> two versions.
> 
> I wonder as well. Vanilla 2.6.32 has aacraid version 2461 (IIRC), vanilla
> 2.6.33 has 24702, and Adaptec upstream has 24900, which is what they recommend
> for using for the 'enterprise'. I have no idea about the politics side of this,
> if there is any. There must be some reason why vanilla doesn't include 24900 by
> default, though - it was released in 9/2009 IIRC.
> 
>> Anyway the kernel messages shown by dmesg are just
>> noise and should disappear in lk 2.6.34 .
>> IOW "ATA pass through information available" indicates
>> normal operation of SAT.
> 
> Great, less noise ;)
> 
>> smartctl will provide more debug information if a
>> '-r ioctl,3' option is added.
> 
> good to know, output follows:
> 
> smartctl version 5.38 [x86_64-unknown-linux-gnu] Copyright (C) 2002-8 Bruce
> Allen
> Home page is http://smartmontools.sourceforge.net/
> 
> 
> REPORT-IOCTL: DeviceFD=3 Command=IDENTIFY DEVICE
>  [ata pass-through(16): 85 08 0e 00 00 00 01 00 00 00 00 00 00 00 ec 00 ]
>   scsi_status=0x0, host_status=0x0, driver_status=0x0
>   info=0x0  duration=12 milliseconds  resid=0
>   Incoming data, len=512 [only first 256 bytes shown]:

<snip>

> REPORT-IOCTL: DeviceFD=3 Command=SMART STATUS
>  [ata pass-through(16): 85 06 2c 00 da 00 00 00 00 00 4f 00 c2 00 b0 00 ]
>   scsi_status=0x2, host_status=0x7, driver_status=0x8

The aacraid driver could not handle this command.
host_status=0x7 is DID_ERROR which is an internal
driver (aacraid) error.

What is being done by smartmontools is defined in
the SAT standard.

>   info=0x1  duration=104 milliseconds  resid=0
> sat_command_interface: do_scsi_cmnd_io() failed, status=-5
> REPORT-IOCTL: DeviceFD=3 Command=SMART STATUS returned -1
> SMART Disabled. Use option -s with argument 'on' to enable it.

Doug Gilbert

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 15623] doesn't allow SMART-passthrough on Adaptec Series 5 controller
  2010-03-24 16:38 [Bug 15623] New: doesn't allow SMART-passthrough on Adaptec Series 5 controller bugzilla-daemon
                   ` (4 preceding siblings ...)
  2010-03-30  6:24 ` bugzilla-daemon
@ 2010-03-30 10:52 ` bugzilla-daemon
  2013-12-10 18:16 ` bugzilla-daemon
  6 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2010-03-30 10:52 UTC (permalink / raw)
  To: linux-scsi

https://bugzilla.kernel.org/show_bug.cgi?id=15623





--- Comment #5 from lkolbe@techfak.uni-bielefeld.de  2010-03-30 10:52:08 ---
fyi: It seems that smartmontools 5.39 are able to extract the SMART-Data using
aacraid 24702:

smartctl 5.39.1 2010-01-28 r3054 [x86_64-unknown-linux-gnu] (local build)
Copyright (C) 2002-10 by Bruce Allen, http://smartmontools.sourceforge.net


REPORT-IOCTL: Device=/dev/sg5 Command=IDENTIFY DEVICE
 Input:   FR=...., SC=0x01, LL=...., LM=...., LH=...., DEV=...., CMD=0xec IN
 [ata pass-through(16): 85 08 0e 00 00 00 01 00 00 00 00 00 00 00 ec 00 ]
  scsi_status=0x0, host_status=0x0, driver_status=0x0
  info=0x0  duration=8 milliseconds  resid=0
  Incoming data, len=512 [only first 256 bytes shown]:
 00     5a 0c ff 3f 37 c8 10 00  00 00 00 00 3f 00 00 00                        
 10     00 00 00 00 20 20 20 20  20 20 20 20 20 20 20 20                        
 20     51 39 32 4a 46 58 50 51  00 00 00 00 04 00 4e 53                        
 30     36 30 20 20 20 20 54 53  31 33 30 30 33 30 30 34                        
 40     53 4e 20 20 20 20 20 20  20 20 20 20 20 20 20 20                        
 50     20 20 20 20 20 20 20 20  20 20 20 20 20 20 10 80                        
 60     00 00 00 2f 00 40 00 02  00 02 07 00 ff 3f 10 00                        
 70     3f 00 10 fc fb 00 10 00  ff ff ff 0f 00 00 07 00                        
 80     03 00 78 00 78 00 78 00  78 00 00 00 00 00 00 00                        
 90     00 00 00 00 00 00 1f 00  06 05 00 00 40 00 40 00                        
 a0     f0 01 29 00 6b 34 01 7d  23 41 49 34 01 bc 23 41                        
 b0     7f 40 61 00 61 00 00 00  fe ff 00 00 00 fe 00 00                        
 c0     00 00 00 00 00 00 00 00  b0 6d 70 74 00 00 00 00                        
 d0     00 00 00 00 00 00 00 00  00 50 00 c5 af 10 7e 93                        
 e0     00 00 00 00 00 00 00 00  00 00 00 00 00 00 1e 40                        
 f0     1c 40 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
  status=0x0
REPORT-IOCTL: Device=/dev/sg5 Command=IDENTIFY DEVICE returned 0

===== [IDENTIFY DEVICE] DATA START (BASE-16) =====
000-015: 5a 0c ff 3f 37 c8 10 00 00 00 00 00 3f 00 00 00
016-031: 00 00 00 00 20 20 20 20 20 20 20 20 20 20 20 20
032-047: 51 39 32 4a 46 58 50 51 00 00 00 00 04 00 4e 53
048-063: 36 30 20 20 20 20 54 53 31 33 30 30 33 30 30 34
064-079: 53 4e 20 20 20 20 20 20 20 20 20 20 20 20 20 20
080-095: 20 20 20 20 20 20 20 20 20 20 20 20 20 20 10 80
096-111: 00 00 00 2f 00 40 00 02 00 02 07 00 ff 3f 10 00
112-127: 3f 00 10 fc fb 00 10 00 ff ff ff 0f 00 00 07 00
128-143: 03 00 78 00 78 00 78 00 78 00 00 00 00 00 00 00
144-159: 00 00 00 00 00 00 1f 00 06 05 00 00 40 00 40 00
160-175: f0 01 29 00 6b 34 01 7d 23 41 49 34 01 bc 23 41
176-191: 7f 40 61 00 61 00 00 00 fe ff 00 00 00 fe 00 00
192-207: 00 00 00 00 00 00 00 00 b0 6d 70 74 00 00 00 00
208-223: 00 00 00 00 00 00 00 00 00 50 00 c5 af 10 7e 93
224-239: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 1e 40
240-255: 1c 40 00 00 00 00 00 00 00 00 00 00 00 00 00 00
256-271: 21 00 b0 6d 70 74 b0 6d 70 74 20 20 02 00 40 01
272-287: 00 01 00 50 06 3c 0a 3c 00 00 3c 00 00 00 08 00
288-303: 00 00 00 00 0f 00 80 02 00 00 00 00 08 00 00 00
304-319: 00 00 00 00 00 00 00 00 00 00 00 00 00 27 00 80
320-335: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
336-351: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
352-367: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
368-383: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
384-399: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
400-415: 00 00 00 00 00 00 00 00 00 00 00 00 3d 10 00 00
416-431: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
432-447: 00 00 20 1c 00 00 00 00 00 00 00 00 10 10 00 00
448-463: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
464-479: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
480-495: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
496-511: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 a5 77
===== [IDENTIFY DEVICE] DATA END (512 Bytes) =====

=== START OF INFORMATION SECTION ===
Model Family:     Seagate Barracuda ES.2
Device Model:     ST31000340NS
Serial Number:    9QJ2XFQP
Firmware Version: SN06
User Capacity:    1,000,204,886,016 bytes
Device is:        In smartctl database [for details use: -P show]
ATA Version is:   8
ATA Standard is:  ATA-8-ACS revision 4
Local Time is:    Tue Mar 30 10:46:32 2010 UTC
SMART support is: Available - device has SMART capability.
SMART support is: Enabled


REPORT-IOCTL: Device=/dev/sg5 Command=SMART STATUS
 Input:   FR=0xda, SC=...., LL=...., LM=0x4f, LH=0xc2, DEV=...., CMD=0xb0
 [ata pass-through(16): 85 06 0c 00 da 00 00 00 00 00 4f 00 c2 00 b0 00 ]
  scsi_status=0x0, host_status=0x0, driver_status=0x0
  info=0x0  duration=56 milliseconds  resid=0
  status=0x0
REPORT-IOCTL: Device=/dev/sg5 Command=SMART STATUS returned 0

REPORT-IOCTL: Device=/dev/sg5 Command=SMART STATUS CHECK
 Input:   FR=0xda, SC=...., LL=...., LM=0x4f, LH=0xc2, DEV=...., CMD=0xb0
 [ata pass-through(16): 85 06 2c 00 da 00 00 00 00 00 4f 00 c2 00 b0 00 ]
  scsi_status=0x2, host_status=0x7, driver_status=0x8
  info=0x1  duration=76 milliseconds  resid=0
  >>> Sense buffer, len=22:
 00     72 01 00 1d 00 00 00 0e  09 0c 00 00 00 00 00 00                        
 10     00 4f 00 c2 40 50                                                       
  status=2: [desc] sense_key=1 asc=0 ascq=1d
Values from ATA Return Descriptor are:
 00     09 0c 00 00 00 00 00 00  00 4f 00 c2 40 50                              
 Output: ERR=0x00, SC=0x00, LL=0x00, LM=0x4f, LH=0xc2, DEV=0x40, STS=0x50
REPORT-IOCTL: Device=/dev/sg5 Command=SMART STATUS CHECK returned 0

REPORT-IOCTL: Device=/dev/sg5 Command=SMART READ ATTRIBUTE VALUES
 Input:   FR=0xd0, SC=0x01, LL=...., LM=0x4f, LH=0xc2, DEV=...., CMD=0xb0 IN
 [ata pass-through(16): 85 08 0e 00 d0 00 01 00 00 00 4f 00 c2 00 b0 00 ]
  scsi_status=0x0, host_status=0x0, driver_status=0x0
  info=0x0  duration=84 milliseconds  resid=0
  Incoming data, len=512 [only first 256 bytes shown]:
 00     0a 00 01 0f 00 51 3f ac  ef 34 07 00 00 00 03 03                        
 10     00 63 62 00 00 00 00 00  00 00 04 32 00 64 64 17                        
 20     00 00 00 00 00 00 05 33  00 64 64 00 00 00 00 00                        
 30     00 00 07 0f 00 51 3c e9  fa 3d 07 00 00 00 09 32                        
 40     00 5a 5a 38 23 00 00 00  00 00 0a 13 00 64 64 00                        
 50     00 00 00 00 00 00 0c 32  00 64 25 17 00 00 00 00                        
 60     00 00 b8 32 00 64 64 00  00 00 00 00 00 00 bb 32                        
 70     00 64 64 00 00 00 00 00  00 00 bc 32 00 64 48 33                        
 80     00 25 00 1f 00 00 bd 3a  00 62 62 02 00 00 00 00                        
 90     00 00 be 22 00 42 3f 22  00 21 24 00 00 00 c2 22                        
 a0     00 22 28 22 00 00 00 0f  00 00 c3 1a 00 38 1b ac                        
 b0     ef 34 07 00 00 00 c5 12  00 64 64 00 00 00 00 00                        
 c0     00 00 c6 10 00 64 64 00  00 00 00 00 00 00 c7 3e                        
 d0     00 c8 c8 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 e0     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 f0     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
  status=0x0
REPORT-IOCTL: Device=/dev/sg5 Command=SMART READ ATTRIBUTE VALUES returned 0

===== [SMART READ ATTRIBUTE VALUES] DATA START (BASE-16) =====
000-015: 0a 00 01 0f 00 51 3f ac ef 34 07 00 00 00 03 03
016-031: 00 63 62 00 00 00 00 00 00 00 04 32 00 64 64 17
032-047: 00 00 00 00 00 00 05 33 00 64 64 00 00 00 00 00
048-063: 00 00 07 0f 00 51 3c e9 fa 3d 07 00 00 00 09 32
064-079: 00 5a 5a 38 23 00 00 00 00 00 0a 13 00 64 64 00
080-095: 00 00 00 00 00 00 0c 32 00 64 25 17 00 00 00 00
096-111: 00 00 b8 32 00 64 64 00 00 00 00 00 00 00 bb 32
112-127: 00 64 64 00 00 00 00 00 00 00 bc 32 00 64 48 33
128-143: 00 25 00 1f 00 00 bd 3a 00 62 62 02 00 00 00 00
144-159: 00 00 be 22 00 42 3f 22 00 21 24 00 00 00 c2 22
160-175: 00 22 28 22 00 00 00 0f 00 00 c3 1a 00 38 1b ac
176-191: ef 34 07 00 00 00 c5 12 00 64 64 00 00 00 00 00
192-207: 00 00 c6 10 00 64 64 00 00 00 00 00 00 00 c7 3e
208-223: 00 c8 c8 00 00 00 00 00 00 00 00 00 00 00 00 00
224-239: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
240-255: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
256-271: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
272-287: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
288-303: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
304-319: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
320-335: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
336-351: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
352-367: 00 00 00 00 00 00 00 00 00 00 82 00 71 02 00 7b
368-383: 03 00 01 00 01 e2 02 00 00 00 00 00 00 00 00 00
384-399: 00 00 05 00 00 00 00 00 07 01 01 01 01 01 01 01
400-415: 01 00 00 00 00 00 00 00 00 01 00 00 00 00 00 00
416-431: 00 00 00 00 00 00 00 00 72 1d 96 b2 85 1d 00 00
432-447: 00 00 00 00 01 00 ad da 12 db 18 fd 4c 0a 00 00
448-463: 21 31 38 07 89 df 04 00 00 00 00 00 db 5a 16 00
464-479: 00 00 00 00 00 00 00 00 1f 20 00 00 00 00 00 00
480-495: 17 00 00 00 0c 29 00 00 00 00 00 00 00 00 00 00
496-511: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 fb
===== [SMART READ ATTRIBUTE VALUES] DATA END (512 Bytes) =====


REPORT-IOCTL: Device=/dev/sg5 Command=SMART READ ATTRIBUTE THRESHOLDS
 Input:   FR=0xd1, SC=0x01, LL=0x01, LM=0x4f, LH=0xc2, DEV=...., CMD=0xb0 IN
 [ata pass-through(16): 85 08 0e 00 d1 00 01 00 01 00 4f 00 c2 00 b0 00 ]
  scsi_status=0x0, host_status=0x0, driver_status=0x0
  info=0x0  duration=12 milliseconds  resid=0
  Incoming data, len=512 [only first 256 bytes shown]:
 00     01 00 01 2c 00 00 00 00  00 00 00 00 00 00 03 00                        
 10     00 00 00 00 00 00 00 00  00 00 04 14 00 00 00 00                        
 20     00 00 00 00 00 00 05 24  00 00 00 00 00 00 00 00                        
 30     00 00 07 1e 00 00 00 00  00 00 00 00 00 00 09 00                        
 40     00 00 00 00 00 00 00 00  00 00 0a 61 00 00 00 00                        
 50     00 00 00 00 00 00 0c 14  00 00 00 00 00 00 00 00                        
 60     00 00 b8 63 00 00 00 00  00 00 00 00 00 00 bb 00                        
 70     00 00 00 00 00 00 00 00  00 00 bc 00 00 00 00 00                        
 80     00 00 00 00 00 00 bd 00  00 00 00 00 00 00 00 00                        
 90     00 00 be 2d 00 00 00 00  00 00 00 00 00 00 c2 00                        
 a0     00 00 00 00 00 00 00 00  00 00 c3 00 00 00 00 00                        
 b0     00 00 00 00 00 00 c5 00  00 00 00 00 00 00 00 00                        
 c0     00 00 c6 00 00 00 00 00  00 00 00 00 00 00 c7 00                        
 d0     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 e0     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 f0     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
  status=0x0
REPORT-IOCTL: Device=/dev/sg5 Command=SMART READ ATTRIBUTE THRESHOLDS returned
0

===== [SMART READ ATTRIBUTE THRESHOLDS] DATA START (BASE-16) =====
000-015: 01 00 01 2c 00 00 00 00 00 00 00 00 00 00 03 00
016-031: 00 00 00 00 00 00 00 00 00 00 04 14 00 00 00 00
032-047: 00 00 00 00 00 00 05 24 00 00 00 00 00 00 00 00
048-063: 00 00 07 1e 00 00 00 00 00 00 00 00 00 00 09 00
064-079: 00 00 00 00 00 00 00 00 00 00 0a 61 00 00 00 00
080-095: 00 00 00 00 00 00 0c 14 00 00 00 00 00 00 00 00
096-111: 00 00 b8 63 00 00 00 00 00 00 00 00 00 00 bb 00
112-127: 00 00 00 00 00 00 00 00 00 00 bc 00 00 00 00 00
128-143: 00 00 00 00 00 00 bd 00 00 00 00 00 00 00 00 00
144-159: 00 00 be 2d 00 00 00 00 00 00 00 00 00 00 c2 00
160-175: 00 00 00 00 00 00 00 00 00 00 c3 00 00 00 00 00
176-191: 00 00 00 00 00 00 c5 00 00 00 00 00 00 00 00 00
192-207: 00 00 c6 00 00 00 00 00 00 00 00 00 00 00 c7 00
208-223: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
224-239: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
240-255: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
256-271: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
272-287: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
288-303: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
304-319: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
320-335: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
336-351: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
352-367: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
368-383: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
384-399: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
400-415: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
416-431: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
432-447: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
448-463: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
464-479: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
480-495: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
496-511: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 c4
===== [SMART READ ATTRIBUTE THRESHOLDS] DATA END (512 Bytes) =====

=== START OF READ SMART DATA SECTION ===
SMART overall-health self-assessment test result: PASSED

General SMART Values:
Offline data collection status:  (0x82)    Offline data collection activity
                    was completed without error.
                    Auto Offline Data Collection: Enabled.
Self-test execution status:      (   0)    The previous self-test routine
completed
                    without error or no self-test has ever 
                    been run.
Total time to complete Offline 
data collection:          ( 625) seconds.
Offline data collection
capabilities:              (0x7b) SMART execute Offline immediate.
                    Auto Offline data collection on/off support.
                    Suspend Offline collection upon new
                    command.
                    Offline surface scan supported.
                    Self-test supported.
                    Conveyance Self-test supported.
                    Selective Self-test supported.
SMART capabilities:            (0x0003)    Saves SMART data before entering
                    power-saving mode.
                    Supports SMART auto save timer.
Error logging capability:        (0x01)    Error logging supported.
                    General Purpose Logging supported.
Short self-test routine 
recommended polling time:      (   1) minutes.
Extended self-test routine
recommended polling time:      ( 226) minutes.
Conveyance self-test routine
recommended polling time:      (   2) minutes.
SCT capabilities:            (0x103d)    SCT Status supported.
                    SCT Feature Control supported.
                    SCT Data Table supported.

SMART Attributes Data Structure revision number: 10
Vendor Specific SMART Attributes with Thresholds:
ID# ATTRIBUTE_NAME          FLAG     VALUE WORST THRESH TYPE      UPDATED 
WHEN_FAILED RAW_VALUE
  1 Raw_Read_Error_Rate     0x000f   081   063   044    Pre-fail  Always      
-       120909740
  3 Spin_Up_Time            0x0003   099   098   000    Pre-fail  Always      
-       0
  4 Start_Stop_Count        0x0032   100   100   020    Old_age   Always      
-       23
  5 Reallocated_Sector_Ct   0x0033   100   100   036    Pre-fail  Always      
-       0
  7 Seek_Error_Rate         0x000f   081   060   030    Pre-fail  Always      
-       121502441
  9 Power_On_Hours          0x0032   090   090   000    Old_age   Always      
-       9016
 10 Spin_Retry_Count        0x0013   100   100   097    Pre-fail  Always      
-       0
 12 Power_Cycle_Count       0x0032   100   037   020    Old_age   Always      
-       23
184 End-to-End_Error        0x0032   100   100   099    Old_age   Always      
-       0
187 Reported_Uncorrect      0x0032   100   100   000    Old_age   Always      
-       0
188 Command_Timeout         0x0032   100   072   000    Old_age   Always      
-       133146411059
189 High_Fly_Writes         0x003a   098   098   000    Old_age   Always      
-       2
190 Airflow_Temperature_Cel 0x0022   066   063   045    Old_age   Always      
-       34 (Lifetime Min/Max 33/36)
194 Temperature_Celsius     0x0022   034   040   000    Old_age   Always      
-       34 (0 15 0 0)
195 Hardware_ECC_Recovered  0x001a   056   027   000    Old_age   Always      
-       120909740
197 Current_Pending_Sector  0x0012   100   100   000    Old_age   Always      
-       0
198 Offline_Uncorrectable   0x0010   100   100   000    Old_age   Offline     
-       0
199 UDMA_CRC_Error_Count    0x003e   200   200   000    Old_age   Always      
-       0


REPORT-IOCTL: Device=/dev/sg5 Command=SMART READ LOG InputParameter=1
 Input:   FR=0xd5, SC=0x01, LL=0x01, LM=0x4f, LH=0xc2, DEV=...., CMD=0xb0 IN
 [ata pass-through(16): 85 08 0e 00 d5 00 01 00 01 00 4f 00 c2 00 b0 00 ]
  scsi_status=0x0, host_status=0x0, driver_status=0x0
  info=0x0  duration=20 milliseconds  resid=0
  Incoming data, len=512 [only first 256 bytes shown]:
 00     01 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 10     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 20     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 30     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 40     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 50     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 60     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 70     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 80     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 90     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 a0     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 b0     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 c0     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 d0     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 e0     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 f0     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
  status=0x0
REPORT-IOCTL: Device=/dev/sg5 Command=SMART READ LOG returned 0

===== [SMART READ LOG] DATA START (BASE-16) =====
000-015: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
016-031: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
032-047: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
048-063: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
064-079: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
080-095: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
096-111: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
112-127: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
128-143: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
144-159: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
160-175: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
176-191: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
192-207: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
208-223: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
224-239: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
240-255: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
256-271: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
272-287: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
288-303: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
304-319: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
320-335: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
336-351: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
352-367: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
368-383: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
384-399: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
400-415: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
416-431: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
432-447: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
448-463: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
464-479: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
480-495: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
496-511: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff
===== [SMART READ LOG] DATA END (512 Bytes) =====

SMART Error Log Version: 1
No Errors Logged


REPORT-IOCTL: Device=/dev/sg5 Command=SMART READ LOG InputParameter=6
 Input:   FR=0xd5, SC=0x01, LL=0x06, LM=0x4f, LH=0xc2, DEV=...., CMD=0xb0 IN
 [ata pass-through(16): 85 08 0e 00 d5 00 01 00 06 00 4f 00 c2 00 b0 00 ]
  scsi_status=0x0, host_status=0x0, driver_status=0x0
  info=0x0  duration=56 milliseconds  resid=0
  Incoming data, len=512 [only first 256 bytes shown]:
 00     01 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 10     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 20     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 30     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 40     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 50     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 60     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 70     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 80     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 90     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 a0     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 b0     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 c0     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 d0     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 e0     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 f0     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
  status=0x0
REPORT-IOCTL: Device=/dev/sg5 Command=SMART READ LOG returned 0

===== [SMART READ LOG] DATA START (BASE-16) =====
000-015: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
016-031: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
032-047: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
048-063: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
064-079: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
080-095: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
096-111: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
112-127: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
128-143: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
144-159: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
160-175: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
176-191: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
192-207: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
208-223: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
224-239: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
240-255: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
256-271: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
272-287: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
288-303: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
304-319: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
320-335: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
336-351: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
352-367: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
368-383: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
384-399: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
400-415: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
416-431: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
432-447: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
448-463: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
464-479: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
480-495: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
496-511: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff
===== [SMART READ LOG] DATA END (512 Bytes) =====

SMART Self-test log structure revision number 1
No self-tests have been logged.  [To run self-tests, use: smartctl -t]



REPORT-IOCTL: Device=/dev/sg5 Command=SMART READ LOG InputParameter=9
 Input:   FR=0xd5, SC=0x01, LL=0x09, LM=0x4f, LH=0xc2, DEV=...., CMD=0xb0 IN
 [ata pass-through(16): 85 08 0e 00 d5 00 01 00 09 00 4f 00 c2 00 b0 00 ]
  scsi_status=0x0, host_status=0x0, driver_status=0x0
  info=0x0  duration=8 milliseconds  resid=0
  Incoming data, len=512 [only first 256 bytes shown]:
 00     01 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 10     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 20     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 30     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 40     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 50     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 60     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 70     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 80     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 90     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 a0     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 b0     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 c0     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 d0     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 e0     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
 f0     00 00 00 00 00 00 00 00  00 00 00 00 00 00 00 00                        
  status=0x0
REPORT-IOCTL: Device=/dev/sg5 Command=SMART READ LOG returned 0

===== [SMART READ LOG] DATA START (BASE-16) =====
000-015: 01 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
016-031: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
032-047: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
048-063: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
064-079: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
080-095: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
096-111: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
112-127: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
128-143: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
144-159: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
160-175: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
176-191: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
192-207: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
208-223: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
224-239: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
240-255: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
256-271: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
272-287: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
288-303: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
304-319: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
320-335: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
336-351: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
352-367: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
368-383: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
384-399: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
400-415: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
416-431: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
432-447: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
448-463: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
464-479: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
480-495: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00
496-511: 00 00 00 00 00 00 00 00 00 00 00 00 00 00 00 ff
===== [SMART READ LOG] DATA END (512 Bytes) =====

SMART Selective self-test log data structure revision number 1
 SPAN  MIN_LBA  MAX_LBA  CURRENT_TEST_STATUS
    1        0        0  Not_testing
    2        0        0  Not_testing
    3        0        0  Not_testing
    4        0        0  Not_testing
    5        0        0  Not_testing
Selective self-test flags (0x0):
  After scanning selected spans, do NOT read-scan remainder of disk.
If Selective self-test is pending on power-up, resume after 0 minute delay.

-- 
Configure bugmail: https://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

* [Bug 15623] doesn't allow SMART-passthrough on Adaptec Series 5 controller
  2010-03-24 16:38 [Bug 15623] New: doesn't allow SMART-passthrough on Adaptec Series 5 controller bugzilla-daemon
                   ` (5 preceding siblings ...)
  2010-03-30 10:52 ` bugzilla-daemon
@ 2013-12-10 18:16 ` bugzilla-daemon
  6 siblings, 0 replies; 9+ messages in thread
From: bugzilla-daemon @ 2013-12-10 18:16 UTC (permalink / raw)
  To: linux-scsi

https://bugzilla.kernel.org/show_bug.cgi?id=15623

Alan <alan@lxorguk.ukuu.org.uk> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |alan@lxorguk.ukuu.org.uk
         Resolution|---                         |OBSOLETE
             Status|NEW                         |RESOLVED

-- 
You are receiving this mail because:
You are watching the assignee of the bug.

^ permalink raw reply	[flat|nested] 9+ messages in thread

end of thread, other threads:[~2013-12-10 18:16 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2010-03-24 16:38 [Bug 15623] New: doesn't allow SMART-passthrough on Adaptec Series 5 controller bugzilla-daemon
2010-03-24 18:16 ` Douglas Gilbert
2010-03-24 18:17 ` [Bug 15623] " bugzilla-daemon
2010-03-24 18:45 ` bugzilla-daemon
2010-03-25 21:41   ` Douglas Gilbert
2010-03-25 21:42 ` bugzilla-daemon
2010-03-30  6:24 ` bugzilla-daemon
2010-03-30 10:52 ` bugzilla-daemon
2013-12-10 18:16 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.