Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
[Solved+solution] Can't get work sata raid on Abit AN8 Ultra
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64
View previous topic :: View next topic  
Author Message
EvgGad
n00b
n00b


Joined: 20 Jan 2003
Posts: 21
Location: Estonia

PostPosted: Mon Aug 29, 2005 4:43 pm    Post subject: [Solved+solution] Can't get work sata raid on Abit AN8 Ultra Reply with quote

Hi all,
I've just built my new system - a64 on an8 ultra and 2x160gb sata drives. I'm trying to install gentoo to raid0 made by build-in nv-raid controller, but fdisk -l says that i've one drive with something on it, and the other one has no first block or something like that...
So here is the question: is here anyone got something similar work?

thanx in advance
_________________
staY haRd, staY uP f0rEvEr!


Last edited by EvgGad on Thu Sep 15, 2005 1:28 pm; edited 2 times in total
Back to top
View user's profile Send private message
mudrii
l33t
l33t


Joined: 26 Jun 2003
Posts: 789
Location: Singapore

PostPosted: Mon Aug 29, 2005 5:02 pm    Post subject: Reply with quote

How do you try to install RAID > ?
do you wont soft RAID ?
if Soft linuxRAID you should desable Bios RAID becous will not work.
For just soft RAID no MsWin on RAID matrix check https://forums.gentoo.org/viewtopic-t-8813-postdays-0-postorder-asc-start-0.html?sid=4d91479ab226d53bf6cd171a90135f67
and/or
http://gentoo-wiki.com/HOWTO_Gentoo_Install_on_Software_RAID
and/or
http://www.tldp.org/HOWTO/Software-RAID-HOWTO.html

If you have Win and woona use 2 sys you try https://forums.gentoo.org/viewtopic-t-258981-hightlight-dmraid.html
but only for 32 bit I think
and check this too https://forums.gentoo.org/viewtopic-t-244941-start-0.html?sid=10ab7a9ec14debe756a99d1e7638f11e
_________________
www.gentoo.ro
Back to top
View user's profile Send private message
isolationism
Tux's lil' helper
Tux's lil' helper


Joined: 01 Nov 2004
Posts: 127

PostPosted: Tue Aug 30, 2005 5:01 pm    Post subject: Reply with quote

It should be remarked that most on-board "RAID controllers" are predominantly driven by software (which chiefly runs under Windows). On my VIA board, for example, the supposed "hardware RAID 0/1" controller is treated as nothing more than another couple of SCSI disks within the system -- No RAID is present within Linux whatsoever, even after instructing the "RAID BIOS" to build one.

I recommend doing some digging for your specific controller to confirm this is the case of course, but unless you purchased a dedicated piece of hardware specifically for the task, you've probably got nothing fancier than a dual-channel SATA disk controller on the other end of the ribbon cables.

Hope this helps.
Back to top
View user's profile Send private message
EvgGad
n00b
n00b


Joined: 20 Jan 2003
Posts: 21
Location: Estonia

PostPosted: Thu Sep 01, 2005 3:19 pm    Post subject: Reply with quote

So, you guys suggest me to make usual software raid? But will windoze see it too and of course will it work on it?
_________________
staY haRd, staY uP f0rEvEr!
Back to top
View user's profile Send private message
mudrii
l33t
l33t


Joined: 26 Jun 2003
Posts: 789
Location: Singapore

PostPosted: Thu Sep 01, 2005 4:24 pm    Post subject: Reply with quote

With software Linux RAID you have 2 way one only soft standard RAID no Win or dmraid solution and you can use Win too.
Check the links in second post ;)
_________________
www.gentoo.ro
Back to top
View user's profile Send private message
EvgGad
n00b
n00b


Joined: 20 Jan 2003
Posts: 21
Location: Estonia

PostPosted: Thu Sep 15, 2005 1:25 pm    Post subject: Reply with quote

I was far away of my box some time.
Thanx all who tried to help me.

I spent a lot of time trying to make system work and now I've fully functional base system, which can boot itself :D
Now I'll try to explain how I got things work, maybe it would be useful for someone :roll:
First of all read this https://forums.gentoo.org/viewtopic-t-258981-hightlight-dmraid.html through, this will be your main guide for installation.
Be aware don't download gen2dmraid livecd as it suggested in Irondog's how-to, this one doesn't work for amd64, if you want to run 64-bit OS then use latest original gentoo a64 livecd.
Boot from livecd and insert a module called "dm_mod".
Code:
modprobe dm_mod

Next you should get dmraid util from here http://people.redhat.com/~heinzm/sw/dmraid/ but there it is only in source and rpm package, so if you don't have another working system where you can compile it statically or unpack rpm package, you can get it here ftp://digikelder.ee/pub/dmraid/dmraid.static Then run it like this
Code:
./dmraid.static -ay

it should create device nodes in /dev/mapper, probably they'll appear as nvidia_fcjdbcfh. After that use
Code:
fdisk /dev/mapper/nvidia_fcjdbcfh

make your own partition table and next steps of installation do as it described in Irondogs how-to.
Hope this "crap" will help someone.
Thats all, if you have a questions or, maybe, some additions, go on, post it here.

PS Don't forget to make raid array of your choise in your mobo's sata raid controller setup before doing this all :wink:
_________________
staY haRd, staY uP f0rEvEr!
Back to top
View user's profile Send private message
pht3k
n00b
n00b


Joined: 04 Apr 2005
Posts: 53
Location: Québec

PostPosted: Tue Nov 15, 2005 5:45 am    Post subject: thanks Reply with quote

thanks for letting us know what u did. i was stuck with this problem. i hope it will works. trying it right now. thanks again :)
Back to top
View user's profile Send private message
pht3k
n00b
n00b


Joined: 04 Apr 2005
Posts: 53
Location: Québec

PostPosted: Tue Nov 15, 2005 5:49 am    Post subject: Reply with quote

argh ftp is down. anywhere else i can get the static dmraid?
Back to top
View user's profile Send private message
pht3k
n00b
n00b


Joined: 04 Apr 2005
Posts: 53
Location: Québec

PostPosted: Wed Nov 16, 2005 1:42 pm    Post subject: Reply with quote

any1?
Back to top
View user's profile Send private message
deepspace9
Apprentice
Apprentice


Joined: 29 Jan 2003
Posts: 214
Location: Netherlands

PostPosted: Mon Nov 21, 2005 7:23 pm    Post subject: Reply with quote

No one?

Ah, forgert it, I made a 32 bit static binary on my other machine. It works :)
_________________
Athlon 64 X2 3800+
MSI K8N Neo4 FI
Geil Ultra-X PC3200 400MHz CL2 5-2-2 DDR 2x512 GB
Asus 6600 Silence GFX
Watercooling (I just love the silence :) )
Back to top
View user's profile Send private message
pht3k
n00b
n00b


Joined: 04 Apr 2005
Posts: 53
Location: Québec

PostPosted: Wed Nov 23, 2005 6:09 am    Post subject: Reply with quote

hi,

here'S alittle update :

no need anymore to compile dmraid on another box. dmraid now works straight out of the box with the new 2005.1-r1 in 64bits, but you must boot with this command : gentoo dodmraid.

my 2 cents,
pht3k
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Gentoo on AMD64 All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum