I recently setup a cheap terrabyte server with an old Dell 2450, 3 1TB Hitachi drives, and this cheap MnssCool XWT-RC040 4-port Sata ‘high speed’ PCI Controller Card.
The best thing about this card was that it was cheap. I got it for $30 off of newegg. The worst part was that it pretty much comes broken. You have to flash the bios to make it work well.
I had to flash the BIOS for 2 reasons:
- OOTB, it doesn’t recognize drives larger than 750GB
- OOTB, it doesn’t support JBOD
Download
The new BIOS can be obtained here:
http://www.siliconimage.com/support/searchresults.aspx?pid=28&cat=15
…you want to get BIOS Update Utility for DOS and SiI3114 IDE, SATARAID5 and system BIOS.
Now, download and burn a copy of FreeDOS.
Flash
Once booted to FreeDOS, execute the following command:
UPDFLASH.EXE b5403.bin
Note that this will make your card only support JBOD. If you want to retain its hardware raid functionality, use @r5403.bin@ instead of @b5403.bin@. That being said, as suggested elsewhere, if you want to use a software RAID (such as RAIDZ as I am with opensolaris), you want to use the b5403.bin firmware. With an inexpensive card such as the XWT-RC040, I wouldn’t suggest using its hardware raid–it’ll be terribly unreliable.
Once the flash is finished, reboot and it should now:
- Support JBOD
- Support drives >750GB
Misc Comments
Many people on the newegg review page said that this card had 2 problems with its physical design:
- The pci card was too big (it needed to be sanded down to fit into the mobo slot)
- the ports broke (leaving a lot of people with a 3-port sata card).
Personally, I haven’t had either of these problems. Just make sure that you’re very careful when plugging in and unplugging the sata cables into the controller’s ports. If you yank on it, you’ll break it–as with most things.
As for the sanding of the PCI connectors, mine slid it with great difficulty, but it *did* go in. Other people have reported great success with sandpaper if you have this issue…
Conclusion
Pros
- Cheap
- Cheap
- Every Con (listed below) can be fixed by flashing the BIOS
- Cheap
Cons
- Doesn’t recognize drives larger than 750GB OOTB
- Doesn’t support JBOD OOTB
- Cheap (Quality)
Bottom line:
Get this card: if you want to save money and don’t mind having to go through extra effort to get everything working.
Don’t get this card: if you (a) don’t mind spending an extra dollar and (b) expect to be able to setup a rig with this card in under an hour.
Sources:
- http://www.linuxforums.org/forum/coffee-lounge/55654-iso-editing.html
- http://www.g-loaded.eu/2007/04/25/how-to-create-a-windows-bootable-cd-with-mkisofs
- “man mkisofs”:http://linuxcommand.org/man_pages/mkisofs8.html
Related Posts
Hi, I’m Michael Altfield. I write articles about opsec, privacy, and devops ➡
Leave a Reply