|
From: Henry N. <Hen...@ar...> - 2004-07-20 08:03:19
|
Jucheng zhao wrote: > hi, > I am trying to get my gentoo(dual boot partition) > runing under the colinux but I got bunch of I/O > errors. > > my default.colinux.xml looks like > <!-- root partition /dev/hda4 --> > <block_device index="4" > path="\Device\Harddisk0\Partition4" enabled="true" /> > <!-- swap partition /dev/hda3 --> > <block_device index="3" > path="\Device\Harddisk0\Partition3" enabled="true" /> > <!-- boot partition /dev/hda2--> > <block_device index="2" > path="\Device\Harddisk0\Partition2" enabled="true" /> > <bootparams>root=/dev/cobd4</bootparams> > <image path="vmlinux" /> > > my /etc/fstab looks like > > ... > /dev/cobd2 /boot ext2 noauto,noatime 0 0 > /dev/cobd3 none swap sw 0 0 > /dev/cobd4 / ext3 noatime 0 0 > > here is my dos prompt error messages. > > kjournald starting. Commit interval 5 seconds > EXT3-fs warning: mounting fs with errors, running > e2fsck is recommended > EXT3 FS 2.4-0.9.19, 19 August 2002 on cobd(117,4), > internal journal > EXT3-fs: recovery complete. > EXT3-fs: mounted filesystem with ordered data mode. > VFS: Mounted root (ext3 filesystem). > Freeing unused kernel memory: 52k freed > end_request: I/O error, dev 75:04 (cobd), sector > 31981608 > EXT3-fs error (device cobd(117,4)): > ext3_get_inode_loc: unable to read inode block - > inode=1991158, block=3997701 > Warning: unable to open an initial console. > end_request: I/O error, dev 75:04 (cobd), sector > 29360144 > EXT3-fs error (device cobd(117,4)): > ext3_get_inode_loc: unable to read inode block - > inode=1827870, block=3670018 > end_request: I/O error, dev 75:04 (cobd), sector > 31981608 > EXT3-fs error (device cobd(117,4)): > ext3_get_inode_loc: unable to read inode block - > inode=1991158, block=3997701 > EXT3-fs error (device cobd(117,4)) in > ext3_reserve_inode_write: IO failure > end_request: I/O error, dev 75:04 (cobd), sector > 29360144 > EXT3-fs error (device cobd(117,4)): > ext3_get_inode_loc: unable to read inode block - > inode=1827870, block=3670018 > EXT3-fs error (device cobd(117,4)) in > ext3_reserve_inode_write: IO failure > Restarting system. > daemon: monitor tconet-daemon: auto selecting TAP > conet-daemon: found TAP device named "Colinux Tap" > conet-daemon: opening TAP: "Colinux Tap" > conet-daemon: driver version 7.1 > conet-daemon: enabling TAP... > pipe client 0/8: Connecting to daemon... > pipe client 0/8: Connection established > Pipe broken, exiting > SetConsoleWindowInfo() error code 6 > Console: Coopeartive Linux console started > > pipe client 0/6: Connecting to daemon... > pipe client 0/6: Connection established > Console: Monitor0: Attached > > Console: Monitor0: Broken pipe > > Console: Monitor0: Detached > > erminated, reason 1 > switch_message: freed message be0118 (2 to 4) > daemon: module disconnected: conet0 > switch_message: freed message be0118 (2 to 4) > daemon: module disconnected: console > colinux: shutting down > daemon: daemon cleanup > > any one met the same problem? > > jim My dual boot works very good. Snapshoot coLinux-20040710 and last 0.6.1. I see a lot of error on your device /dev/cobd4. It is real hda4 and filesystem ext3? Please uncomment /boot partion for first boot. Under coLinux partion / is mounted rw. Try disable fsck on boot. Read your runscripts near fsck, how you can disable fsck on boot. Mostly set kernel parameter "fastboot" in bootparams of XML file. Henry |