"Best" RAID 1 configuration for linux
Hello,
Right now i have an Asus A7N8X-E Deluxe (Rev 1012) with 2 S-ATA disks.
I've setup the RAID 1 in the BIOS, but the raid is not detected under
Mandriva 2006.0.
Have you any recommendations for a new hardware under linux ? One which
is detected and works well?
Re: "Best" RAID 1 configuration for linux
Kaiser S. wrote:
[color=blue]
> Hello,
>
> Right now i have an Asus A7N8X-E Deluxe (Rev 1012) with 2 S-ATA disks.
> I've setup the RAID 1 in the BIOS, but the raid is not detected under
> Mandriva 2006.0.
>
> Have you any recommendations for a new hardware under linux ? One which
> is detected and works well?[/color]
Don't bother - use the software raid feature (MD) under linux.
The on board stuff is usually half-arsed and I've never been very happy with
any I've tried to use.
Cheers
Tim
Re: "Best" RAID 1 configuration for linux
Kaiser S. wrote:[color=blue]
> Hello,
>
> Right now i have an Asus A7N8X-E Deluxe (Rev 1012) with 2 S-ATA disks.
> I've setup the RAID 1 in the BIOS, but the raid is not detected under
> Mandriva 2006.0.
>
> Have you any recommendations for a new hardware under linux ? One which
> is detected and works well?[/color]
I've used these.... they work well:
[url]http://www.accordance.com.tw/en/product/view.asp?id=90[/url]
Since it's a subsystem, there is no driver issues.
Re: "Best" RAID 1 configuration for linux
On Wed, 30 May 2007 14:52:42 +0100, Tim Southerwood <ts@dionic.net> wrote:
[color=blue]
>Kaiser S. wrote:[/color]
[color=blue][color=green]
>> Hello,
>>
>> Right now i have an Asus A7N8X-E Deluxe (Rev 1012) with 2 S-ATA disks.
>> I've setup the RAID 1 in the BIOS, but the raid is not detected under
>> Mandriva 2006.0.
>>
>> Have you any recommendations for a new hardware under linux ? One which
>> is detected and works well?[/color][/color]
[color=blue]
>Don't bother - use the software raid feature (MD) under linux.[/color]
[color=blue]
>The on board stuff is usually half-arsed and I've never been very happy with
>any I've tried to use.[/color]
They're software raid anyway. The offer no benefit other than setup through
the bios.
Re: "Best" RAID 1 configuration for linux
AZ Nomad wrote:
[color=blue]
> On Wed, 30 May 2007 14:52:42 +0100, Tim Southerwood <ts@dionic.net> wrote:
>
>[color=green]
>>Kaiser S. wrote:[/color]
>[color=green][color=darkred]
>>> Hello,
>>>
>>> Right now i have an Asus A7N8X-E Deluxe (Rev 1012) with 2 S-ATA disks.
>>> I've setup the RAID 1 in the BIOS, but the raid is not detected under
>>> Mandriva 2006.0.
>>>
>>> Have you any recommendations for a new hardware under linux ? One which
>>> is detected and works well?[/color][/color]
>[color=green]
>>Don't bother - use the software raid feature (MD) under linux.[/color]
>[color=green]
>>The on board stuff is usually half-arsed and I've never been very happy
>>with any I've tried to use.[/color]
>
> They're software raid anyway. The offer no benefit other than setup
> through the bios.[/color]
Indeed. I specifically bought a motherboad (ASUS P5B) that supposedly did
RAID 1+0 across up to 6 disks (4x320Gb SATA). I should have researched more
because it turns out it's just fake RAID (like a winmodem is a fake modem).
I was a bit annoyed, and use md instead and have no problems with it.
Regards,
Allistar.
Re: "Best" RAID 1 configuration for linux
Kaiser S. wrote:[color=blue]
> Hello,
>
> Right now i have an Asus A7N8X-E Deluxe (Rev 1012) with 2 S-ATA disks.
> I've setup the RAID 1 in the BIOS, but the raid is not detected under
> Mandriva 2006.0.
>
> Have you any recommendations for a new hardware under linux ? One which
> is detected and works well?[/color]
Almost all built in RAID controllers are actually "fake raid". Kind of
a half way between software raid and hardware raid bastard offspring.
If you had true hardware raid, the array would have been seen as a
single drive automatically by Linux. To use fake raid you need to
install a driver, which may or may not be available for Linux. It's
usually a hell of a lot easier to just use the built in software raid
driver of Linux.
Re: "Best" RAID 1 configuration for linux
Allistar wrote:
[color=blue]
> Indeed. I specifically bought a motherboad (ASUS P5B) that supposedly did
> RAID 1+0 across up to 6 disks (4x320Gb SATA). I should have researched more
> because it turns out it's just fake RAID (like a winmodem is a fake modem).
> I was a bit annoyed, and use md instead and have no problems with it.[/color]
I made the same mistake. I bought a rather high end server class
motherboard and wrongly thought it had hardware RAID. I was building a
dual boot system so software raid would have been a real pain in the ass
to implement. This is when I learned about "fake raid". I ended up
giving each OS it's own drive instead of stripping them as I had
originally planned.
Re: "Best" RAID 1 configuration for linux
Ogre <rossz@sonic.net> writes:[color=blue]
>I was building a
>dual boot system so software raid would have been a real pain in the ass
>to implement.[/color]
I would expect Intel's "matrix-RAID" (RAID on partitions, not on
drives) to help here: Use software RAID for Linux, and hardware/fake
RAID for the other OS. Does anybody have an experience with such a
setup?
- anton
--
M. Anton Ertl Some things have to be seen to be believed
[email]anton@mips.complang.tuwien.ac.at[/email] Most things have to be believed to be seen
[url]http://www.complang.tuwien.ac.at/anton/home.html[/url]
Re: "Best" RAID 1 configuration for linux
On Fri, 01 Jun 2007 19:44:22 GMT, Anton Ertl <anton@mips.complang.tuwien.ac.at> wrote:
[color=blue]
>Ogre <rossz@sonic.net> writes:[color=green]
>>I was building a
>>dual boot system so software raid would have been a real pain in the ass
>>to implement.[/color][/color]
[color=blue]
>I would expect Intel's "matrix-RAID" (RAID on partitions, not on
>drives) to help here: Use software RAID for Linux, and hardware/fake
>RAID for the other OS. Does anybody have an experience with such a
>setup?[/color]
You're using software raid on both operating systems and there isn't a chance
in hell that they'll be compatible with each other.
Re: "Best" RAID 1 configuration for linux
In article <465d7cc5$0$5093$ba4acef3@news.orange.fr>, Kaiser S. wrote:[color=blue]
> Have you any recommendations for a new hardware under linux ? One which
> is detected and works well?[/color]
If you want hardware RAID, 3Ware controllers work well and have been
supported in the linux kernel for some time.
--
Roger Blake
(Subtract 10s for email.)
Re: "Best" RAID 1 configuration for linux
AZ Nomad <aznomad.2@PremoveOBthisOX.COM> writes:[color=blue]
>On Fri, 01 Jun 2007 19:44:22 GMT, Anton Ertl <anton@mips.complang.tuwien.ac.at> wrote:
>
>[color=green]
>>Ogre <rossz@sonic.net> writes:[color=darkred]
>>>I was building a
>>>dual boot system so software raid would have been a real pain in the ass
>>>to implement.[/color][/color]
>[color=green]
>>I would expect Intel's "matrix-RAID" (RAID on partitions, not on
>>drives) to help here: Use software RAID for Linux, and hardware/fake
>>RAID for the other OS. Does anybody have an experience with such a
>>setup?[/color]
>
>You're using software raid on both operating systems[/color]
I doubt that I get the advantages of pure software RAID on the other
OS if I use the Intel driver.
Or was that a recommendation? If so, is pure software RAID common in
other OSs?
[color=blue]
> and there isn't a chance
>in hell that they'll be compatible with each other.[/color]
If they have incompatible file systems, then having incompatible RAIDs
does not matter. For data exchange between the OSs one could use a
non-RAID FAT partition.
- anton
--
M. Anton Ertl Some things have to be seen to be believed
[email]anton@mips.complang.tuwien.ac.at[/email] Most things have to be believed to be seen
[url]http://www.complang.tuwien.ac.at/anton/home.html[/url]
Re: "Best" RAID 1 configuration for linux
Roger Blake wrote:
[color=blue]
> In article <465d7cc5$0$5093$ba4acef3@news.orange.fr>, Kaiser S. wrote:[color=green]
>> Have you any recommendations for a new hardware under linux ? One which
>> is detected and works well?[/color]
>
> If you want hardware RAID, 3Ware controllers work well and have been
> supported in the linux kernel for some time.
>[/color]
If the OP is interested in SATA, the LSI MegaRAID cards look good on paper
too.
Cheers
Tim
Re: "Best" RAID 1 configuration for linux
On Sat, 02 Jun 2007 06:46:51 GMT, Anton Ertl <anton@mips.complang.tuwien.ac.at> wrote:
[color=blue]
>AZ Nomad <aznomad.2@PremoveOBthisOX.COM> writes:[color=green]
>>On Fri, 01 Jun 2007 19:44:22 GMT, Anton Ertl <anton@mips.complang.tuwien.ac.at> wrote:
>>
>>[color=darkred]
>>>Ogre <rossz@sonic.net> writes:
>>>>I was building a
>>>>dual boot system so software raid would have been a real pain in the ass
>>>>to implement.[/color]
>>[color=darkred]
>>>I would expect Intel's "matrix-RAID" (RAID on partitions, not on
>>>drives) to help here: Use software RAID for Linux, and hardware/fake
>>>RAID for the other OS. Does anybody have an experience with such a
>>>setup?[/color]
>>
>>You're using software raid on both operating systems[/color][/color]
[color=blue]
>I doubt that I get the advantages of pure software RAID on the other
>OS if I use the Intel driver.[/color]
[color=blue]
>Or was that a recommendation? If so, is pure software RAID common in
>other OSs?[/color]
[color=blue][color=green]
>> and there isn't a chance
>>in hell that they'll be compatible with each other.[/color][/color]
[color=blue]
>If they have incompatible file systems, then having incompatible RAIDs
>does not matter. For data exchange between the OSs one could use a
>non-RAID FAT partition.[/color]
They will use incompatible data structures, data starting offsets, etc.
If I was dual booting such a system, I'd cough up the 120 bucks and get
a hardware raid controller.
Re: "Best" RAID 1 configuration for linux
Tim S a écrit :[color=blue]
> Roger Blake wrote:
>[color=green]
>> In article <465d7cc5$0$5093$ba4acef3@news.orange.fr>, Kaiser S. wrote:[color=darkred]
>>> Have you any recommendations for a new hardware under linux ? One which
>>> is detected and works well?[/color]
>> If you want hardware RAID, 3Ware controllers work well and have been
>> supported in the linux kernel for some time.
>>[/color]
>
> If the OP is interested in SATA, the LSI MegaRAID cards look good on paper
> too.[/color]
Thx
In fact, with everything written on this thread. We decided to avoid
RAID and use "cp".