You are not logged in.

#1 2009-11-25 13:26:56

ato
Member
Registered: 2008-02-17
Posts: 10

Install on hardware RAID dualboot with Win7

Hi
I have read some threads about this but most of them were some years old and maybe things have changed.
I have set up my mobo for RAID0 and I'm running windows 7 on it right now. I like to dualboot with arch. But in cfdisk I see both hdd:s. Is it possible to see only one like I'm doing in windows? Or is it possible to install it with software RAID when I have my mobo set up on RAID? I tryed but could not get it to work.

thanks
Ato

Offline

#2 2009-11-25 13:29:21

miau
Member
Registered: 2009-05-06
Posts: 202

Re: Install on hardware RAID dualboot with Win7

Which raidcontroller do you use?

Offline

#3 2009-11-25 13:33:32

ato
Member
Registered: 2008-02-17
Posts: 10

Re: Install on hardware RAID dualboot with Win7

I have an integrated RAID controller
My mobo is an abit AX78 http://www.abit.com.tw/page/en/motherbo … Socket+AM2

Offline

#4 2009-11-25 13:37:23

.:B:.
Forum Fellow
Registered: 2006-11-26
Posts: 5,819
Website

Re: Install on hardware RAID dualboot with Win7

Look into dmraid, and check the wiki. It's possible, to a certain extent - I hope you're aware of the drawbacks such 'RAID' controllers have.


Got Leenucks? :: Arch: Power in simplicity :: Get Counted! Registered Linux User #392717 :: Blog thingy

Offline

#5 2009-11-25 14:15:19

ato
Member
Registered: 2008-02-17
Posts: 10

Re: Install on hardware RAID dualboot with Win7

Okej, I'll try dmraid.
I can't find the right module for my chipset. I have an ATI SB600. Can you help me?

And what are the drawbacks of such RAID controllers?

Last edited by ato (2009-11-26 09:36:35)

Offline

#6 2009-11-26 14:17:27

miau
Member
Registered: 2009-05-06
Posts: 202

Re: Install on hardware RAID dualboot with Win7

The drawbacks are that the RAID Controller doesn't have his own processor and it uses the cpu.

What module? Or what is not working?

Last edited by miau (2009-11-26 14:17:46)

Offline

#7 2009-11-26 14:49:26

ato
Member
Registered: 2008-02-17
Posts: 10

Re: Install on hardware RAID dualboot with Win7

This is from the wiki about Fake-RAID

# modprobe dm_mod
# modprobe sata_sil (or whatever chipset driver you need)
# dmraid -ay
# ls -la /dev/mapper/

It says: "or whatever chipset driver you need"
I guess the sata_sil is for some silicon image RAID chip, or does it work with my RAID controller that I think is built in to the southbridge SB600

Offline

#8 2009-11-26 15:32:08

miau
Member
Registered: 2009-05-06
Posts: 202

Re: Install on hardware RAID dualboot with Win7

What is the output of

$ lspci| grep -i raid

?

Last edited by miau (2009-11-26 15:32:58)

Offline

#9 2009-11-27 05:57:51

llcawthorne
Member
From: Columbia, SC
Registered: 2009-10-16
Posts: 142

Re: Install on hardware RAID dualboot with Win7

I found something about SB600 support at http://linuxmafia.com/faq/Hardware/sata.html#ahci and http://hardware4linux.info/module/ahci/.  It doesn't look like it supports RAID 5 (stripe w/ parity) maybe for a lot of the controllers, but I imagine it'ld be fine if you are running 0 (stripe) or 1 (mirror).

If you need to manually load a module, then I'ld try loading dm_mod and the ahci module and then do the `dmraid -ay` and see if anything shows up in /dev/mapper.


To understand recursion, you must understand recursion.

Offline

#10 2009-12-04 13:46:53

loosec
Member
Registered: 2007-03-08
Posts: 134

Re: Install on hardware RAID dualboot with Win7

ato wrote:

This is from the wiki about Fake-RAID

# modprobe dm_mod
# modprobe sata_sil (or whatever chipset driver you need)
# dmraid -ay
# ls -la /dev/mapper/

It says: "or whatever chipset driver you need"
I guess the sata_sil is for some silicon image RAID chip, or does it work with my RAID controller that I think is built in to the southbridge SB600

Correct, sata_sil is for a Silicon Image chip.

Offline

Board footer

Powered by FluxBB