Fedora Linux Support Community & Resources Center
  #1  
Old 10th June 2009, 02:02 AM
cannonball Offline
Registered User
 
Join Date: May 2009
Posts: 7
Question Any RAID card recomendations????

Here is my idea before I go further. I am planning on having the OS (CentOS) on two PATA drives. One in master and the other in slave. As for my RAID question, I would like to be able to have a RAID 5 or JBOD for files concerning web pages and what have you. I will be running this on an Intel system. Are there any that are more user friendly for non MS? I have not tried this with a UNIX/Linux OS before so I'm clueless.

Thanks for your help.
cannonball
Reply With Quote
  #2  
Old 10th June 2009, 08:33 AM
Robert2 Offline
Registered User
 
Join Date: Apr 2009
Posts: 134
a PATA raid controller? I think you will have to go looking on ebay for one. Also be aware that most of those RAID controllers are not true HW RAID controllers, but simply PATA controllers with special drivers that implement RAID in software. There is some support for that in linux with dmraid (google it).

You best bet is to probably just setup software RAID in Linux, and forget about getting a RAID controller, unless you want to spend the money and get a real RAID setup, which typically means a SCSI/SAS setup.
Reply With Quote
  #3  
Old 10th June 2009, 03:31 PM
cannonball Offline
Registered User
 
Join Date: May 2009
Posts: 7
I was going to use SATA drives for the array, so it would be a SATA controller.

Left that one out didnt I?!? My bad.
Reply With Quote
  #4  
Old 10th June 2009, 03:36 PM
brunson Offline
Registered User
 
Join Date: Jun 2005
Location: Westminster, Colorado
Posts: 2,304
Software RAID is almost always faster than all but the most expensive RAID cards. If your server is not already CPU bound you'd be better off with doing in from the OS. You also have more recovery options in case of a controller failure, you can't take disks off one controller and put it on a different type of controller, whereas you can move your disks to another Linux box if you have hardware problems in the first.
__________________
Registered Linux User #4837
411th in line to get sued by Micro$oft
Quote:
Basically, to learn Unix you learn to understand and apply a small set of key ideas and achieve expertise by expanding both the set of ideas and your ability to apply them - Paul Murphy
Reply With Quote
  #5  
Old 10th June 2009, 03:43 PM
Robert2 Offline
Registered User
 
Join Date: Apr 2009
Posts: 134
Well, not only that but you specifically said PATA, which led to my ebay reference.

However, for the most part SATA RAID controllers have the same limitations as PATA RAID controllers, namely that most of them are not true RAID controllers at all, but more or less regular SATA controllers with special drivers that implement the RAID functionality. Again dmraid might be able to help, or you can setup regular Linux software RAID.

The hardware RAID controllers I know about from LSI and Adaptec are typically dual SAS/SATA controllers, but they are not cheap as they are meant for servers.
Reply With Quote
  #6  
Old 10th June 2009, 03:45 PM
cannonball Offline
Registered User
 
Join Date: May 2009
Posts: 7
Quote:
Originally Posted by brunson View Post
Software RAID is almost always faster than all but the most expensive RAID cards. If your server is not already CPU bound you'd be better off with doing in from the OS. You also have more recovery options in case of a controller failure, you can't take disks off one controller and put it on a different type of controller, whereas you can move your disks to another Linux box if you have hardware problems in the first.
I'm a noob so correct me if wrong-the floppy that I recieved with my mobo will support any OS then?
Reply With Quote
  #7  
Old 10th June 2009, 07:19 PM
Robert2 Offline
Registered User
 
Join Date: Apr 2009
Posts: 134
Quote:
Originally Posted by cannonball View Post
I'm a noob so correct me if wrong-the floppy that I recieved with my mobo will support any OS then?
Absolutely not.

Most likely it contains only a windows driver. And even if it contains a binary Linux driver it will be for a specific enterprise linux version, and it will NOT work with Fedora.

If you wish to use Linux software RAID, just set it up as such during installation. For dmraid setups your on you own, I have never done such a setup.
I have done setups with true hardware RAID controllers (the once with cache, and battery backups) and those are pretty straightforward once the RAID sets are configured, but they are also expensive.
Reply With Quote
  #8  
Old 10th June 2009, 07:58 PM
brunson Offline
Registered User
 
Join Date: Jun 2005
Location: Westminster, Colorado
Posts: 2,304
I'm just researching it for myself, but I'll share. dmraid seems to enable you to use the "fake raid" hardware that comes on some motherboards, which is sounds like you have. This is the list of hardware is supports:
Code:
ebrunsonlx(~)$ dmraid -l
asr     : Adaptec HostRAID ASR (0,1,10)
ddf1    : SNIA DDF1 (0,1,4,5,linear)
hpt37x  : Highpoint HPT37X (S,0,1,10,01)
hpt45x  : Highpoint HPT45X (S,0,1,10)
isw     : Intel Software RAID (0,1,01)
jmicron : JMicron ATARAID (S,0,1)
lsi     : LSI Logic MegaRAID (0,1,10)
nvidia  : NVidia RAID (S,0,1,10,5)
pdc     : Promise FastTrack (S,0,1,10)
sil     : Silicon Image(tm) Medley(tm) (0,1,10)
via     : VIA Software RAID (S,0,1,10)
dos     : DOS partitions on SW RAIDs
I believe this would be the route if you wanted to RAID your disks and dual boot of the array with windows and linux. A "fakeraid" controller like this still offloads most of the work to the CPU, so if you don't need to share the array with windows you can use the md (multiple device) driver to set up software RAID.

mdadm is the command that controls your software RAID devices. I believe you'd end up creating a boot partition on one of your disks, then you can raid the remainder of the disks using various levels. The mdadm man page covers the gist of the capabilities.
__________________
Registered Linux User #4837
411th in line to get sued by Micro$oft
Quote:
Basically, to learn Unix you learn to understand and apply a small set of key ideas and achieve expertise by expanding both the set of ideas and your ability to apply them - Paul Murphy
Reply With Quote
  #9  
Old 12th June 2009, 08:12 PM
Evil-I Offline
Registered User
 
Join Date: Nov 2004
Posts: 90
Or try checking out proper raid cards such as 3ware, LSI or adaptec.

I've got an old 3ware PATA raid controller in my server that runs 6 x 500Gb hard drives in RAID5. Any volumes setup in the raid card just appear as seperate scsi devices to linux. Works great!

I've played with the cheaper type of raid the so called bios assisted software raid and they tend to be a real pain in linux as you just end up seeing the individual drives and it all gets very messy. I'm no linux expert and so for the sake of my sanity I invested in a proper hardware raid solution.
__________________
FC17 LDXE on Phenom II X4 server with 3ware RAID and 6Tb RAID 6 Storage and 8Gb RAM. FC17 Dual booted with Win 7 on Overclocked Intel i7 920 CPU (4.2Ghz) with 24Gb RAM and ATI Radeon 4870x2 gfx with Dual OCZ Vertex 2E SSD in RAID0 (OS and apps) and 2 x Samsung F3 in RAID0 (Data).
Reply With Quote
  #10  
Old 12th June 2009, 08:14 PM
brunson Offline
Registered User
 
Join Date: Jun 2005
Location: Westminster, Colorado
Posts: 2,304
I've heard good things about the 3ware controllers, but never used one myself.
__________________
Registered Linux User #4837
411th in line to get sued by Micro$oft
Quote:
Basically, to learn Unix you learn to understand and apply a small set of key ideas and achieve expertise by expanding both the set of ideas and your ability to apply them - Paul Murphy
Reply With Quote
Reply

Tags
raid 5 jbod

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
Fedora wont install w/Promise SATA RAID (1/5) card general RAID/mb questions esnakk Hardware & Laptops 0 10th June 2009 09:02 AM
Sound card recomendations please PorPorMe Hardware & Laptops 2 6th February 2008 02:54 PM
HELP: Promise SX4-M SATA RAID Card - Fedora 3 wont' Recognize Card? theg604 Hardware & Laptops 11 27th June 2005 05:04 AM


Current GMT-time: 10:11 (Thursday, 23-05-2013)

TopSubscribe to XML RSS for all Threads in all ForumsFedoraForumDotOrg Archive
logo

All trademarks, and forum posts in this site are property of their respective owner(s).
FedoraForum.org is privately owned and is not directly sponsored by the Fedora Project or Red Hat, Inc.

Privacy Policy | Term of Use | Posting Guidelines | Archive | Contact Us | Founding Members

Powered by vBulletin® Copyright ©2000 - 2012, vBulletin Solutions, Inc.

FedoraForum is Powered by RedHat