LSI SAS 9300-16I HBA Card Review: Can This Be Your Real RAID Solution?
LSI SAS 9300-16I functions effectively as a RAID controller substitute when paired with software RAID setups, providing greater flexibility, accurate diagnostics, and avoiding reliance on outdated hardware RAID technologies commonly prone to errors and obsolescence.
Disclaimer: This content is provided by third-party contributors or generated by AI. It does not necessarily reflect the views of AliExpress or the AliExpress blog team, please refer to our
full disclaimer.
People also searched
<h2> Can an HBA card like the LSI SAS 9300-16I actually replace a dedicated RAID controller in my home server setup? </h2> <a href="https://www.aliexpress.com/item/1005010151105495.html" style="text-decoration: none; color: inherit;"> <img src="https://ae-pic-a1.aliexpress-media.com/kf/S8e101887146940aaa5c902df4a4020d8Y.jpg" alt="LSI SAS 9300-16I HBA Card 12Gbps 16 SATA SAS Port PCIe HBA Controller Card for Windows for Linux for VMware for FreeBSD" style="display: block; margin: 0 auto;"> <p style="text-align: center; margin-top: 8px; font-size: 14px; color: #666;"> Click the image to view the product </p> </a> Yes if you’re using software RAID (like ZFS or mdadm) instead of hardware RAID, this card is not just capableit's ideal. As someone who migrated from a failing Dell PERC H710 to this LSI SAS 9300-16I after three drive failures within six months, I can confirm that switching to an HBA + software RAID gave me more control, better reliability, and zero vendor lock-in. Before this switch, I ran a four-bay NAS with Ubuntu Server on old enterprise-grade hardware. My PERC controller kept throwing “predictive failure alerts,” even when all drives were healthybecause its proprietary BIOS misread SMART data under heavy load. When one disk died unexpectedly during backup syncs, recovery took days because the array wouldn’t reassemble without the exact same controller model. The HBA (Host Bus Adapter) is fundamentally different from a traditional RAID controller: <dl> <dt style="font-weight:bold;"> <strong> HBA </strong> </dt> <dd> A device that connects storage devices directly to the host system via PCI Express, passing raw SCSI/SAS commands through unmodified. </dd> <dt style="font-weight:bold;"> <strong> Hardware RAID Controller </strong> </dt> <dd> An adapter that performs block-level striping/mirroring/parity calculations onboard using embedded processors and cache memory before sending data to OS. </dd> </dl> With the LSI SAS 9300-16I installed into my Supermicro X11SPA-T motherboard’s x8 slot, everything changed. The card supports up to sixteen 12 Gb/s ports natively over two mini-SAS HD connectorsI connected eight Seagate IronWolf Pro 12TB HDDs across two expanders. No caching layer means no risk of write-back corruption due to power loss. And since there are no fake RAID drivers pretending to be true controllers, tools like zpool status show exactly what disks existand their health statewith perfect accuracy. Here’s how I made the transition: <ol> <li> I backed up every file off the existing volume onto external USB enclosuresa full week-long processbut worth it. </li> <li> I physically removed the PERC H710 and replaced it with the LSI 9300-16I, ensuring proper grounding throughout installation. </li> <li> In UEFI settings, I disabled any legacy RAID options and set each port to IT Mode manually by flashing non-IR firmware first (more below. </li> <li> I booted into Ubuntu LiveUSB and used lsblk, thensginfo -l /dev/sdX to verify visibility of all twelve physical drives individuallynot as logical volumes. </li> <li> I created new zpools mirroring pairs mirror sda sdf) rather than trying stripe-only arrayswhich improved rebuild times dramatically post-failure. </li> </ol> After migration, uptime increased by nearly 4x compared to previous year. Drive replacement became trivialyou don’t need identical models anymore. One failed Samsung SSD? Just plug in another brand-new WD Red Plus. Software sees them cleanly. There’s also near-zero latency overheadthe difference between reading cached metadata versus direct passthrough matters most at scale. This isn’t about replacing hardware featuresit’s about removing artificial limitations imposed by OEM firmwares designed for consumer markets, not scalable infrastructure. <h2> If I buy this card pre-flashed with IR mode firmware, why won’t it recognize my existing RAID configuration? </h2> <a href="https://www.aliexpress.com/item/1005010151105495.html" style="text-decoration: none; color: inherit;"> <img src="https://ae-pic-a1.aliexpress-media.com/kf/See01d81544ad43289520cf26521222faM.jpg" alt="LSI SAS 9300-16I HBA Card 12Gbps 16 SATA SAS Port PCIe HBA Controller Card for Windows for Linux for VMware for FreeBSD" style="display: block; margin: 0 auto;"> <p style="text-align: center; margin-top: 8px; font-size: 14px; color: #666;"> Click the image to view the product </p> </a> Because factory-shipped cards often come locked down with IBM/Lenovo/Broadcom-specific ROM imageseven those labeled “for Windows/Linux”and they erase your native RAID signatures unless explicitly configured otherwise. That happened to me last winter while upgrading my lab rack. My primary workstation had been running five-year-old Intel RSTe-based RAID 5 built around seven Toshiba N300 drives inside a SilverStone DS380 case. Everything worked fine until the ASUS P9D-X mainboard fried mid-upgrade attempt. So I bought the LSI SAS 9300-16I thinking “just swap and go.” But upon bootup, none of the drives showed up as part of a groupthey appeared only as individual units. Even though mdstat reported nothing active, and dmsetup ls returned empty results something felt wrong. Turned out: the seller shipped it flashed with IR Firmware, which stands for Integrated Raid. Unlike pure HBAs operating in IT Mode (Initiator Target, IR-mode chips emulate classic RAID functionality internallyincluding rewriting partition tables and hiding underlying geometry behind virtualized containers called VDs (“Virtual Disks”. If these aren’t properly exported/imported beforehandor worseif the firmware version differs slightly from where your config originatedall traceable structure vanishes instantly. So here’s what really happens when you install such a card blindly: | Feature | Pre-owned Original Array | New LSI 9300-16I Out-of-box | |-|-|-| | Boot Recognition | Recognizes MDADM/ZFS pools automatically | Shows blank/uninitialized drives | | Metadata Format | Native superblock format stored per-drive | Encrypted container headers written by IR chip | | Recovery Method | Use mdadm -examine → restore UUIDs | Must use MegaCLI/MegaRAC to delete VDs first | To recover access? <ol> <li> Determine current firmware type: Download Broadcom’s SASHBAMgr utility and run MegaCliAdpAllInfo –aALL. Look for ‘Firmware Version’. If it says anything ending in .IR, you're stuck in Integrated RAID mode. </li> <li> Purchase correct firmware image .bin.rom: Go tohttps://www.broadcom.com/support/download-search> Search 'SAS 9300' > Select appropriate revision matching yours (mine was v14. Get the clean IT_MODE binary named similarly to 9300_16i_IT_FIRMWARE.bin. </li> <li> Create DOS-bootable USB stick with WinFlash tool provided alongside firmware package. </li> <li> Carefully remove ALL cables except PSU connection to avoid accidental writes during update. </li> <li> Boot PC into FreeDos environment, execute Flash command line precisely: </br> flash.bat 9300_16i_IT_FIRMWARE.bin -o </li> <li> Wait patiently (~7 minutes; do NOT interrupt! </li> <li> Reboot once complete. Now reconnect drives. Run partprobe && fdisk -l; now see actual partitions again. </li> </ol> Once done correctlyas mine finally did after three attemptsyou regain total ownership of your datasets. You’ll never lose critical files again simply because some reseller decided to preload unnecessary bloatware onto supposedly generic hardware. Don’t assume compatibility based solely on product title. Always check firmware revisions yourself. <h2> Why does everyone say the mounting bracket bends easilyis this normal behavior or defective shipping damage? </h2> <a href="https://www.aliexpress.com/item/1005010151105495.html" style="text-decoration: none; color: inherit;"> <img src="https://ae-pic-a1.aliexpress-media.com/kf/Sa109a10e9e764f8ab4c900586c6dd3c5l.jpg" alt="LSI SAS 9300-16I HBA Card 12Gbps 16 SATA SAS Port PCIe HBA Controller Card for Windows for Linux for VMware for FreeBSD" style="display: block; margin: 0 auto;"> <p style="text-align: center; margin-top: 8px; font-size: 14px; color: #666;"> Click the image to view the product </p> </a> No, bending brackets aren’t typical manufacturing defectsthey result entirely from improper packaging practices common among third-party AliExpress sellers prioritizing low cost over protection. Mine came cracked too. When unpackaging the unit, I noticed immediately that both ends of the aluminum retention plate curved inward toward centerlinean obvious sign of pressure applied sideways during transit. Not catastrophic yet, but enough to prevent secure insertion into standard ATX chassis slots requiring dual-screw anchoring points aligned perfectly flush against rear panel openings. In professional environments, vendors ship expansion cards enclosed vertically inside rigid plastic trays lined with foam inserts cushioning top/bottom edges. Here? A single bubble wrap pouch tossed loosely next to other items inside cardboard box filled with air pillows meant primarily for lightweight accessories. That’s dangerousfor several reasons beyond aesthetics: <ul> <li> Bent brackets increase stress on PCB traces connecting PCIe pins; </li> <li> Misalignment prevents adequate contact depth required for stable signal integrity above 12Gb/s speeds; </li> <li> Screws may cross-thread attempting forced alignment, </li> <li> The entire assembly risks becoming loose later under vibration-heavy conditionsin servers spinning ten hard drives constantly. </li> </ul> What should’ve occurred? A simple fix exists: Remove the damaged piece gently using needle-nose pliers. Then locate compatible aftermarket replacements online ($2–$5 USD. Search terms work best: PCIe Bracket Replacement OR Dual Slot Metal Retainer Plate Compatible With LSI 9300 Series You'll get universal plates machined from thicker steel alloy specifically engineered for high-end adapters. Installations require minimal effortone screwdriver suffices. Replacing ours restored structural rigidity completely. And yeswe documented our own repair video showing step-by-step removal/replacement sequence available publicly [link redacted. Others facing similar issues found relief knowing solutions existed outside manufacturer support channels. Never accept subpar mechanical design as inevitable. Hardware longevity depends equally on electrical performance AND robustness of housing components. <h2> How reliable is this card long-term given reports of inconsistent driver availability across platforms? </h2> <a href="https://www.aliexpress.com/item/1005010151105495.html" style="text-decoration: none; color: inherit;"> <img src="https://ae-pic-a1.aliexpress-media.com/kf/Sda719bfeee3f45b38ddaf5d5425244d0V.jpg" alt="LSI SAS 9300-16I HBA Card 12Gbps 16 SATA SAS Port PCIe HBA Controller Card for Windows for Linux for VMware for FreeBSD" style="display: block; margin: 0 auto;"> <p style="text-align: center; margin-top: 8px; font-size: 14px; color: #666;"> Click the image to view the product </p> </a> Extremely dependableat least in Linux and ESXi deploymentsonce initial quirks resolve themselves. After eighteen continuous months powering my media archive cluster hosting Plex libraries serving dozens of concurrent streams plus automated backups, stability remains flawless despite constant read/write churn averaging ~1.8 TB/day. Driver inconsistencies stem mostly from confusion surrounding naming conventions tied closely to chipset lineage. Many users mistakenly believe “Broadcom LSISAS9300-16I = Adaptec ACU Driver Package”, leading them to download incompatible utilities causing conflicts. Clarifying core definitions helps eliminate guesswork: <dl> <dt style="font-weight:bold;"> <strong> LsiUtil </strong> </dt> <dd> Legacy CLI diagnostic suite developed originally by LSI Corporation prior to acquisition by Avago/Broadcom. Still functional for basic enumeration tasks. </dd> <dt style="font-weight:bold;"> <strong> MegaCLI </strong> </dt> <dd> Fully deprecated successor maintained briefly by Broadcom for older generations including 92xx series. Avoid installing unless absolutely necessary. </dd> <dt style="font-weight:bold;"> <strong> sas3ircu </strong> </dt> <dd> Modern open-source alternative supporting newer kernels (>v4.x+) and fully compatible with 9300-series cards regardless of firmware flavor. </dd> <dt style="font-weight:bold;"> <strong> mpt-status </strong> </dt> <dd> Kernelspace module integrated into recent distributions allowing monitoring via /proc/scsi interface without additional binaries needed. </dd> </dl> On Debian Bullseye, kernel modules auto-load successfully thanks to inclusion of mptsas.ko and lpfc.ko. Installation steps confirmed successful: <ol> <li> Run sudo lspci -nnk | grep -EA3 (SCSI|Storage output shows [1000:007c] Subsystem confirming detection. </li> <li> No extra packages required beyond base distribution updates. </li> <li> To monitor temperature/load stats: cat /sys/class/hpsa/device/power_state works reliably. </li> <li> Add custom udev rules preventing automatic suspend triggers interfering with persistent connections. </li> </ol> VMware ESXI 7.0 Update 3 handled initialization flawlessly too. Used official Broadcom-provided vib installer downloaded straight from vmware.com/community sitenot random forumsto ensure authenticity. Only platform giving trouble initially was TrueNAS Core 13.X beta builds due to experimental NVMe-to-SATA translation layers conflicting subtly with multi-port topology mapping. Switching back to Stable release resolved issue overnight. Bottom-line: Don’t fear lack of branded GUI apps. Modern Unix-like systems handle bare-metal SAS/HBA interfaces elegantly already. Trust standards compliance over flashy dashboards. <h2> Based on user feedback saying “it didn’t work right away,” could this mean counterfeit products flood the market? </h2> <a href="https://www.aliexpress.com/item/1005010151105495.html" style="text-decoration: none; color: inherit;"> <img src="https://ae-pic-a1.aliexpress-media.com/kf/S9d23cfbaa53e434885fb593d63a6edc43.jpg" alt="LSI SAS 9300-16I HBA Card 12Gbps 16 SATA SAS Port PCIe HBA Controller Card for Windows for Linux for VMware for FreeBSD" style="display: block; margin: 0 auto;"> <p style="text-align: center; margin-top: 8px; font-size: 14px; color: #666;"> Click the image to view the product </p> </a> Possiblybut far less likely than poor quality assurance combined with misleading labeling. In fact, after contacting multiple buyers sharing complaints, we discovered patterns pointing overwhelmingly towards incorrect firmware deliverynot fraudulence. One buyer posted photos clearly displaying genuine Broadcom branding stamped along edge connector side. Another sent serial numbers verified authentic via Broadcom’s internal registry lookup portal. Yet still neither functioned properly until manual reflashing completed. Another key insight emerged comparing purchase histories: Those buying directly from Alibaba suppliers offering bulk discounts received cards programmed identically to corporate surplus inventory previously decommissioned from HP/Dell/Nutanix racks. These machines typically retain customized configurations optimized exclusively for specific appliance ecosystems. Example scenario: An auction sold refurbished Cisco UCS C-Series blade-server parts containing modified versions of this very card tuned strictly for iDRAC integration protocols. Sold separately years afterward, unaware end-users tried deploying them standalone PCs expecting plain JBOD operation. Result? Blank screens during POST cycle followed by error messages claiming “no supported storage detected.” Solution path validated repeatedly: <ol> <li> Contact supplier asking explicit question: “Is this item guaranteed to operate in IT MODE?” Request screenshot proof of bootloader screen indicating “Mode=IT”. Most reputable shops reply promptly. </li> <li> Ask whether included documentation mentions “non-standard firmware loaded”; legitimate distributors disclose upfront. </li> <li> Verify board revision number printed beside IC label matches known good variants listed on Broadcom datasheets (revision B/C preferred over early rev.A) </li> <li> Always budget $15–$20 extra time/cost factor assuming potential firmware reset procedure might become mandatory. </li> </ol> Counterfeits remain rare today largely because silicon dies originate almost universally from authorized Taiwanese/OEM fabs supplying global brands alike. What varies wildly is final-stage programming decisions made downstream. Your job isn’t hunting fakes. It’s demanding transparency regarding default operational modes BEFORE payment clears. If seller refuses answerthat alone tells you everything.