|
From: Samir K. <sam...@gm...> - 2004-09-16 10:22:48
|
I am getting the following error when running colinux-200400910
------------------------------------------------
cobd: loaded (max 32 devi
alias for cobd0 is hda7
alias hda7 already used
alias for cobd1 is hda6
alias hda6 already used
----------------------------------------------
My config file is
<?xml version="1.0" encoding="UTF-8"?>
<colinux>
<block_device index="0" path="\Device\HarddiskVolume4" alias="hda7"
enabled="true" />
<block_device index="1" path="\Device\HarddiskVolume3" alias="hda6"
enabled="true" />
<bootparams>root=/dev/cobd0</bootparams>
<initrd path="initrd.gz" />
<image path="vmlinux" />
<memory size="128" />
<network index=0 type="bridged" name="Wireless">
</colinux>
The system hung at the maintenance screen. I went inside and checked.
it had not created any device for hda7 or hda6. (also checked inside
/dev/hda/. nothing there too). Any idea how to resolve this? I am
using Gentoo with a 2.6 kernel.
Thanks
Samir
|