Hi All,
I have two disks on my system:
My motherboard ( Asrock AD2550-ITX ) only has two SATA slots, so I bought a PCI card, a SIL3114 4 port SATA raid controller, so I could add another disk.
When I put it all together the new disk on the SIL3114 comes up as ada0 and the current disks become ada1 and ada2 which breaks all sorts of things.
Does anyone know a way of making the new disk be ada2?
This is on FreeBSD 11.1-RELEASE
Thanks!
I have two disks on my system:
Code:
ada0 at ata2 bus 0 scbus0 target 0 lun 0
ada0: <SanDisk SDSSDHP128G X2306RL> ATA8-ACS SATA 3.x device
ada0: Serial Number 133536406390
ada0: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 512bytes)
ada0: 122104MB (250069680 512 byte sectors)
ada1 at ata3 bus 0 scbus1 target 0 lun 0
ada1: <WDC WD20EZRX-00D8PB0 80.00A80> ACS-2 ATA SATA 3.x device
ada1: Serial Number WD-WMC4M0750986
ada1: 300.000MB/s transfers (SATA 2.x, UDMA5, PIO 8192bytes)
ada1: 1907729MB (3907029168 512 byte sectors)
ada1: quirks=0x1<4K>
My motherboard ( Asrock AD2550-ITX ) only has two SATA slots, so I bought a PCI card, a SIL3114 4 port SATA raid controller, so I could add another disk.
When I put it all together the new disk on the SIL3114 comes up as ada0 and the current disks become ada1 and ada2 which breaks all sorts of things.
Does anyone know a way of making the new disk be ada2?
This is on FreeBSD 11.1-RELEASE
Thanks!