ZFS AVAGO SMC3108 SMARTCTL

got problem with smartctl and avago 3108

at /boot/loader.conf have
Code:
mrsas_load="YES"
mfi_load="YES"
hw.mfi.mrsas_enable=1


and some results

Code:
camcontrol devlist
<AVAGO SMC3108 4.29>               at scbus0 target 0 lun 0 (pass0,da0)
<AVAGO SMC3108 4.29>               at scbus0 target 1 lun 0 (pass1,da1)
<AHCI SGPIO Enclosure 1.00 0001>   at scbus8 target 0 lun 0 (pass2,ses0)

Code:
 smartctl --scan
/dev/da0 -d scsi # /dev/da0, SCSI device
/dev/da1 -d scsi # /dev/da1, SCSI device
/dev/ses0 -d atacam # /dev/ses0, ATA device

Code:
smartctl -A /dev/da0 -d scsi
smartctl 6.5 2016-05-07 r4318 [FreeBSD 11.1-RELEASE-p1 amd64] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF READ SMART DATA SECTION ===
Read defect list: asked for grown list but didn't get it


anyone have any suggestions to access smart data ?
 
What happens if you don't specify -d; smartctl -a /dev/da0?
 
have this

Code:
smartctl  -a /dev/da0 
smartctl 6.5 2016-05-07 r4318 [FreeBSD 11.1-RELEASE-p1 amd64] (local build)
Copyright (C) 2002-16, Bruce Allen, Christian Franke, www.smartmontools.org

=== START OF INFORMATION SECTION ===
Vendor:               AVAGO
Product:              SMC3108
Revision:             4.29
User Capacity:        999,653,638,144 bytes [999 GB]
Logical block size:   512 bytes
>> Terminate command early due to bad response to IEC mode page
A mandatory SMART command failed: exiting. To continue, add one or more '-T permissive' options.
 
and some information AVAGO before was LSI controller, from few months manufacturer/company was changed
 
Back
Top