We have an older eight-bay supermicro system. Four of the bays contain the 3Tb hdds allocated to our raidz2 zpool. Two of the other four are empty and the remaining two contain a 1TB and a 3TB drive. I have swapped the 3Tb drive from one bay to another with the follwoing results:
Original:
After swap:
I can see that the 3TB WD moved from
Original:
Code:
[root@vhost03 ~ (master)]# camcontrol devlist
<ATA WDC WD30EFRX-68A 0A80> at scbus0 target 0 lun 0 (da1,pass6)
<ATA WDC WD1002FAEX-0 1D05> at scbus0 target 1 lun 0 (da0,pass0)
<WDC WD30EFRX-68AX9N0 80.00A80> at scbus1 target 0 lun 0 (ada0,pass1)
<WDC WD30EFRX-68AX9N0 80.00A80> at scbus2 target 0 lun 0 (pass2,ada1)
<WDC WD30EFRX-68AX9N0 80.00A80> at scbus3 target 0 lun 0 (pass3,ada2)
<WDC WD30EFRX-68AX9N0 80.00A80> at scbus4 target 0 lun 0 (pass4,ada3)
<AHCI SGPIO Enclosure 2.00 0001> at scbus7 target 0 lun 0 (ses0,pass5)
After swap:
Code:
[root@vhost03 ~ (master)]# camcontrol devlist
<ATA WDC WD1002FAEX-0 1D05> at scbus0 target 1 lun 0 (da1,pass6)
<ATA WDC WD30EFRX-68A 0A80> at scbus0 target 2 lun 0 (da0,pass0)
<WDC WD30EFRX-68AX9N0 80.00A80> at scbus1 target 0 lun 0 (ada0,pass1)
<WDC WD30EFRX-68AX9N0 80.00A80> at scbus2 target 0 lun 0 (pass2,ada1)
<WDC WD30EFRX-68AX9N0 80.00A80> at scbus3 target 0 lun 0 (pass3,ada2)
<WDC WD30EFRX-68AX9N0 80.00A80> at scbus4 target 0 lun 0 (pass4,ada3)
<AHCI SGPIO Enclosure 2.00 0001> at scbus7 target 0 lun 0 (ses0,pass5)
I can see that the 3TB WD moved from
scbus0 target 0 lun 0 (da1,pass6)
to scbus0 target 2 lun 0 (da0,pass0)
. What I need interpreted is what is the difference between the ada and da devices insofar as FreeBSD is concerned? Why are four of the 3Tb drives adas but the remaining one is a da?