FreeNAS 11.3 disks not showing up

genesys

Cadet
Joined
Mar 12, 2019
Messages
8
I have 4 x WD Red 8 TB SATA III harddisks.
They are connected through a HBA330 controller.
I installed FreeNAS 11.3 on two usb thumbdrives (da5 and da6)

After starting FreeNAS, the 4 harddisks do not show up in Storage->Disks (only da5 and da6, the two system thumbdrives, are listed).

If I list all the harddisks through the shell however using
egrep 'da[0-9]|cd[0-9]' /var/run/dmesg.boot

I do see the four disks.

Code:
root@freenas[~]# egrep 'da[0-9]|cd[0-9]' /var/run/dmesg.boot
cd1 at umass-sim0 bus 0 scbus9 target 0 lun 0
cd1: <iDRAC Virtual CD 0329> Removable CD-ROM SCSI device
cd1: 40.000MB/s transfers
cd1: Attempt to query device size failed: NOT READY, Medium not present
cd1: quirks=0x10<10_BYTE_ONLY>
cd0 at ahcich4 bus 0 scbus5 target 0 lun 0
cd0: <PLDS DVD+-RW DU-8A5LH 6D5M> Removable CD-ROM SCSI device
cd0: Serial Number 2WXYCPLC008CO5417A01
cd0: 150.000MB/s transfers (SATA 1.x, UDMA6, ATAPI 12bytes, PIO 8192bytes)
cd0: Attempt to query device size failed: NOT READY, Medium not present - tray closed
ses0: cd0,pass4 in 'Slot 04', SATA Slot: scbus5 target 0
da6 at umass-sim2 bus 2 scbus11 target 0 lun 0
da6: <Samsung Flash Drive 1100> Removable Direct Access SPC-4 SCSI device
da6: Serial Number 0376618060005180
da6: 40.000MB/s transfers
da6: 30594MB (62656641 512 byte sectors)
da6: quirks=0x2<NO_6_BYTE>
da0 at mpr0 bus 0 scbus0 target 0 lun 0
da0: <ATA WDC WD80EFAX-68K 0A81> Fixed Direct Access SPC-4 SCSI device
da0: Serial Number VDGKH7BD
da0: 600.000MB/s transfers
da0: Command Queueing enabled
da0: 7630885MB (15628053168 512 byte sectors)
da5 at umass-sim1 bus 1 scbus10 target 0 lun 0
da5: <SanDisk Ultra Fit 1.00> Removable Direct Access SPC-4 SCSI device
da5: Serial Number 0501a75d3a785483e95494ba6b4ab5c97f28fe4ad6bfa7ede1a1caebfc8d
da5: 40.000MB/s transfers
da5: 29340MB (60088320 512 byte sectors)
da5: quirks=0x2<NO_6_BYTE>
da1 at mpr0 bus 0 scbus0 target 1 lun 0
da1: <ATA WDC WD80EFAX-68K 0A81> Fixed Direct Access SPC-4 SCSI device
da1: Serial Number VDGKK77D
da1: 600.000MB/s transfers
da1: Command Queueing enabled
da1: 7630885MB (15628053168 512 byte sectors)
da2 at mpr0 bus 0 scbus0 target 2 lun 0
da2: <ATA WDC WD80EFAX-68K 0A81> Fixed Direct Access SPC-4 SCSI device
da2: Serial Number VDGKDS2D
da2: 600.000MB/s transfers
da2: Command Queueing enabled
da2: 7630885MB (15628053168 512 byte sectors)
da3 at mpr0 bus 0 scbus0 target 3 lun 0
da3: <ATA WDC WD80EFAX-68K 0A81> Fixed Direct Access SPC-4 SCSI device
da3: Serial Number VAK5SD7L
da3: 600.000MB/s transfers
da3: Command Queueing enabled
da3: 7630885MB (15628053168 512 byte sectors)
da4 at umass-sim0 bus 0 scbus9 target 0 lun 1
da4: <iDRAC Virtual Floppy 0329> Removable Direct Access SCSI device
da4: 40.000MB/s transfers
da4: Attempt to query device size failed: NOT READY, Medium not present
da4: quirks=0x2<NO_6_BYTE>
da4: Write Protected


Even though they are SATA disks, they are listed as /dev/da0 - da3 (rather than ada0 - ada3) so I guess this has to do with them attached through the HBA330 controller.

Why am I not seeing the disks in the list?

Could this be related to this reported FreeBSD 11.3 bug?
 

hervon

Patron
Joined
Apr 23, 2012
Messages
353
Have a good read :
 

genesys

Cadet
Joined
Mar 12, 2019
Messages
8
According to https://forums.servethehome.com/ind...330-12gbps-hba-it-firmware.25498/#post-241057 the Dell HBA330 uses stock LSI, just the name of the card is altered.

"They also confirmed that the firmware for the HBA330 and 12Gbps HBA cards are just renamed LSI firmware and Bios files of the 9300/9311-8i."

So I guess I should be good in that regard? Why am I not seeing the disks then?
 

genesys

Cadet
Joined
Mar 12, 2019
Messages
8
I just downgraded from FreeNAS 11.3 to 11.2 (did a fresh install that is) and in 11.2 I do get the disks listed. So I assume this is a bug in 11.3?
 

hervon

Patron
Joined
Apr 23, 2012
Messages
353
IT mode needed nonetheless.
 

hervon

Patron
Joined
Apr 23, 2012
Messages
353

I suggest To make sure it is really flashed to it mode.
Edit: reading your post in the other thread you seem to have it mode enabled.
 
Top