Major hardware errors with HDD activity

Code:
root@disi-disk:/root # camcontrol rescan all
Re-scan of bus 0 was successful
Re-scan of bus 1 was successful
Re-scan of bus 2 was successful
Re-scan of bus 3 was successful
Re-scan of bus 4 was successful
Re-scan of bus 5 was successful
?!?
 
3114 and 3124 are very different chips. Driver may not attach if you hint it incorrectly. You should try to copy 3114 line instead.
 
If I change to 3114. I get a compile error, try tomorrow again. Thank you for the input...

//edit: forgot a comma -.-
its showing up now:
Code:
atapci1@pci0:5:1:0:     class=0x010600 card=0x00020000 chip=0x31161095 rev=0x02 hdr=0x02
    vendor     = 'Silicon Image, Inc.'
    class      = mass storage
    subclass   = SATA
and
Code:
/dev/ad18       /dev/ad18p3     /dev/ad6        /dev/ada2       /dev/ada2p3
/dev/ad18p1     /dev/ad20       /dev/ada0       /dev/ada2p1     /dev/ada3
/dev/ad18p2     /dev/ad4        /dev/ada1       /dev/ada2p2
Somebody knows why the drives show only zfs label 'tank1' when they should be 'tank2'? The pool still isn't showing up, the drive sizes are correct.
As if they were all in one pool, the guids are different...
/dev/ad4 (was tank2) : http://ompldr.org/vZjZqbA
/dev/ada1 (is tank1) : http://ompldr.org/vZjZqbg

//edit:
Code:
root@disi-disk:/root # atacontrol list                                                                   
atacontrol:
ATA_CAM option is enabled in kernel.
Please use camcontrol instead.
root@disi-disk:/root # camcontrol devlist
<WDC WD20EARS-00MVWB0 51.0AB51>    at scbus0 target 0 lun 0 (ada0,pass0)
<WDC WD20EARS-00MVWB0 51.0AB51>    at scbus1 target 0 lun 0 (ada1,pass1)
<OCZ-ONYX 1.6>                     at scbus7 target 0 lun 0 (ada2,pass2)
<WDC WD20EARS-00MVWB0 51.0AB51>    at scbus8 target 0 lun 0 (ada3,pass3)

Those are not the drives, but the ones on the onboard controller twice:
Code:
Serial Number:    WD-WMAZA2944012 ada0
Serial Number:    WD-WMAZA2843982 ada1
Serial Number:    81U5909M9607733X0JF8 ada2
Serial Number:    WD-WMAZA3015079 ad20
Serial Number:    WD-WMAZA2944012 ad4 
Serial Number:    WD-WMAZA2843982 ad6
 
Back
Top