Gentoo Forums
Gentoo Forums
Gentoo Forums
Quick Search: in
Software Raid Help 2004.3 no /dev/md* (SOLVED)
View unanswered posts
View posts from last 24 hours

 
Reply to topic    Gentoo Forums Forum Index Installing Gentoo
View previous topic :: View next topic  
Author Message
pbrianf17
Apprentice
Apprentice


Joined: 12 Oct 2004
Posts: 260
Location: Jacksonville Fl

PostPosted: Mon Nov 15, 2004 8:47 pm    Post subject: Software Raid Help 2004.3 no /dev/md* (SOLVED) Reply with quote

this is what i have done
modprobe raid0

mdadm --create --verbose /dev/md0 --level=1 --raid
devices=2 /dev/sda1 /dev/sdb1

but it just says /dev/md0 does not exist

????


Last edited by pbrianf17 on Tue Nov 16, 2004 4:24 am; edited 4 times in total
Back to top
View user's profile Send private message
Headrush
Watchman
Watchman


Joined: 06 Nov 2003
Posts: 5597
Location: Bizarro World

PostPosted: Mon Nov 15, 2004 9:24 pm    Post subject: Reply with quote

Did you compile software RAID support in your kernel?
Back to top
View user's profile Send private message
pbrianf17
Apprentice
Apprentice


Joined: 12 Oct 2004
Posts: 260
Location: Jacksonville Fl

PostPosted: Mon Nov 15, 2004 9:28 pm    Post subject: Reply with quote

its on the livecd 2004.3 is wher i am trying to do this
Back to top
View user's profile Send private message
pbrianf17
Apprentice
Apprentice


Joined: 12 Oct 2004
Posts: 260
Location: Jacksonville Fl

PostPosted: Tue Nov 16, 2004 12:47 am    Post subject: Reply with quote

do i make a blank file
Back to top
View user's profile Send private message
polle
Veteran
Veteran


Joined: 28 Feb 2003
Posts: 1498
Location: Belgium

PostPosted: Tue Nov 16, 2004 1:07 am    Post subject: Reply with quote

you surely read this:

http://www.gentoo.org/doc/en/gentoo-x86-tipsntricks.xml#software-raid

Quote:
When you partition your disks, make sure that your partitions use fd (Linux raid autodetect) as Partition Type instead of 83 (Linux native). You can alter the partition type using the t command in fdisk
Back to top
View user's profile Send private message
pbrianf17
Apprentice
Apprentice


Joined: 12 Oct 2004
Posts: 260
Location: Jacksonville Fl

PostPosted: Tue Nov 16, 2004 1:11 am    Post subject: Reply with quote

that is what i am following
Back to top
View user's profile Send private message
sfp-a7x
n00b
n00b


Joined: 16 Nov 2004
Posts: 47

PostPosted: Tue Nov 16, 2004 1:26 am    Post subject: Reply with quote

I too am experiencing this problem. The 2004.2 LiveCD worked fine, but 2004.3 doesn't have any of the /dev/md* devices.
Back to top
View user's profile Send private message
pbrianf17
Apprentice
Apprentice


Joined: 12 Oct 2004
Posts: 260
Location: Jacksonville Fl

PostPosted: Tue Nov 16, 2004 1:33 am    Post subject: Reply with quote

it sux??? dont no what to do create blanks
Back to top
View user's profile Send private message
sfp-a7x
n00b
n00b


Joined: 16 Nov 2004
Posts: 47

PostPosted: Tue Nov 16, 2004 1:42 am    Post subject: Reply with quote

Look what I found:

https://bugs.gentoo.org/show_bug.cgi?id=62749

The goodies from that bug:
Code:
for i in 0 1 2 3 4 5 6 7 8 9 10; do mknod /dev/md$i b 9 $i; done


Hope this helps!
Back to top
View user's profile Send private message
pbrianf17
Apprentice
Apprentice


Joined: 12 Oct 2004
Posts: 260
Location: Jacksonville Fl

PostPosted: Tue Nov 16, 2004 1:56 am    Post subject: Reply with quote

i dont understand that???? can u explain
Back to top
View user's profile Send private message
sfp-a7x
n00b
n00b


Joined: 16 Nov 2004
Posts: 47

PostPosted: Tue Nov 16, 2004 1:59 am    Post subject: Reply with quote

When you're at a command prompt after booting the LiveCD, type that line exactly as it appears and hit enter. It will create the missing /dev/md* devices.
Back to top
View user's profile Send private message
pbrianf17
Apprentice
Apprentice


Joined: 12 Oct 2004
Posts: 260
Location: Jacksonville Fl

PostPosted: Tue Nov 16, 2004 4:24 am    Post subject: Reply with quote

U THE MAN!!!! WORKED PERFECTLY
Back to top
View user's profile Send private message
Display posts from previous:   
Reply to topic    Gentoo Forums Forum Index Installing Gentoo 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