Results 1 to 7 of 7
Hi folks, I'm looking for a cheap way to get a 16 drive RAID 5 array built using mdadm. From what I've been able to find this Adaptec card is ...
- 11-18-2008 #1Just Joined!
- Join Date
- Nov 2008
- Posts
- 8
21610SA for software raid?
Hi folks, I'm looking for a cheap way to get a 16 drive RAID 5 array built using mdadm. From what I've been able to find this Adaptec card is the cheapest way to get a 16disk controller on the PCI bus, but that it's RAID support is poor at best. What I was wondering is if anyone knows if it would be possible to use it just as a controller card (like many of the software-raid based "RAID" cards) and use mdadm to actually manage the array?
I've found an 8 port card that would work, but I would need two, which I could do, but would be more costly for the cards and in the use of two PCI slots.
thanks!
- 11-18-2008 #2Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,679
First Google returned this review:
Further searching on Adaptec's site shows several supported Linux OS's as well as driver source code for Linux:The 21610SA also supports RAID0, 1, 10, 5, 50 and JBOD arrays
21610SA Drivers
I'm not sure how much more "support" Adaptec can provide.
- 11-18-2008 #3Just Joined!
- Join Date
- Nov 2008
- Posts
- 8
yea, I've seen both of those, they don't really answer my question though.
thanks,
- 11-18-2008 #4Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,679
Please read and understand what JBOD support is.The 21610SA also supports RAID0, 1, 10, 5, 50 and JBOD arrays
Edit: And from a picture, it clearly has an onboard processor to handle the RAID math. I would certainly want to take advantage of any *hardware* RAID support offered by the controller.
- 11-18-2008 #5Just Joined!
- Join Date
- Nov 2008
- Posts
- 8
PCGuide - Ref - "Just A Bunch Of Disks" (JBOD)
"JBOD isn't really RAID at all, but I discuss it here since it is sort of a "third cousin" of RAID... JBOD can be thought of as the opposite of partitioning: while partitioning chops single drives up into smaller logical volumes, JBOD combines drives into larger logical volumes"
This is basically everything that I get when I google JBOD tells me.
This is not what I want, I want mdadm to be able to access each drive on its own so that it can build the RAID array.
If your trying to tell me there is more to JBOD please just say it as it is obvious Google is not pointing me directly to that direction.
- 11-18-2008 #6Linux Guru
- Join Date
- Nov 2007
- Posts
- 1,679
Wikipedia has it short and sweet:
JBOD support is rarely used to "combine different-sized disks into one larger disk." An decent LVM can do this. If the HBA does it, the OS would have no idea when a spindle fails (unless a software app monitors the HBA.) JBOD (in general use) is just passing the individual spindles on to the OS.JBOD stands for Just a Bunch Of Disks (Just a Box Of Drives). Depending on the Host Bus Adapter a JBOD can be used as individual disks or any RAID configuration supported by the HBA.
* Spindle failure notification is also an issue when using hardware RAID (again, if no app is monitoring the HBA.) But at least then you are getting RAID performance/capability.
- 11-18-2008 #7Just Joined!
- Join Date
- Nov 2008
- Posts
- 8
Ah, I see what your getting at then. I could set each drive into a JBOD mode individually and the operating system would the just see the drive. Hopefully this would not go through the normal RAID hardware as it would an actual RAID array, as this is what I'm trying to avoid with this card (apparently it has abysmal RAID speeds).
Thanks!


Reply With Quote
