From: Koushik R. <Kou...@ho...> - 2004-03-01 06:13:49
|
I've installed KDE and gdm etc. but I ran out of space. So what i'm planning to do is add a /usr space. But whenever I try to add a partition coLinux doesent recognise it. WHat should I do? Here's my default.colinux.xml file:(and is it a problem that gvim saves a backup of the file as default.colinux.xml~): <?xml version="1.0" encoding="UTF-8"?> <colinux> <block_device index="0" path="\DosDevices\c:\coLinux\Debian-3.0r0.ext3.1gb" enabled="true"> </block_device> <block_device index="1" path="\DosDevices\c:\coLinux\usr" enabled ="true"> </block_device> <bootparams>root=/dev/cobd0</bootparams> <image path="vmlinux"></image> <memory size="64"></memory> <network index="0" type="tap" name="TAP"></network> </colinux> |