View previous topic :: View next topic |
Author |
Message |
pontusen Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 05 Jan 2006 Posts: 96
|
Posted: Sat Aug 12, 2006 2:08 pm Post subject: software raid, cant make /dev/md0 |
|
|
So, i have this in my kernel :
linear
md_mod
i have made a proper /etc/raidtab and this:
# mkraid /dev/md0
cannot determine md version: no MD device file in /dev.
shows up. Does anyone have a clue how to solve this? |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Aries-Belgium l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/568415785438928e91a742.jpg)
Joined: 08 Jul 2005 Posts: 730 Location: Willebroek, Belgium
|
Posted: Sat Aug 12, 2006 2:10 pm Post subject: |
|
|
Try to do this:
Code: | mknod /dev/md0
mkraid /dev/md0 |
_________________ Ep2.nl | Developers Community |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
pontusen Tux's lil' helper
![Tux's lil' helper Tux's lil' helper](/images/ranks/rank_rect_1.gif)
Joined: 05 Jan 2006 Posts: 96
|
Posted: Sat Aug 12, 2006 2:11 pm Post subject: |
|
|
thanks for replying, however, i get this :
# mknod /dev/md0
mknod: missing operand after `/dev/md0'
Try `mknod --help' for more information. |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
Aries-Belgium l33t
![l33t l33t](/images/ranks/rank_rect_4.gif)
![](images/avatars/568415785438928e91a742.jpg)
Joined: 08 Jul 2005 Posts: 730 Location: Willebroek, Belgium
|
Posted: Sat Aug 12, 2006 3:02 pm Post subject: |
|
|
Oww right. I'm sorry:
Code: | mknod /dev/md0 b 9 0 |
Replace the last zero in 1 for md1, in 2 for md2, ... _________________ Ep2.nl | Developers Community |
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
neysx Retired Dev
![Retired Dev Retired Dev](/images/ranks/rank-retired.gif)
![](images/avatars/17295657453e350b33c0b78.jpg)
Joined: 27 Jan 2003 Posts: 795
|
|
Back to top |
|
![](templates/gentoo/images/spacer.gif) |
|