|
From: Henry N. <Hen...@ar...> - 2004-08-05 19:57:14
|
Andrew Myers wrote: > I have a 1GB swap partition on my system from a dual boot Redhat > installation I used to have. Is it possible to tell coLinux to use this, > even though I'm running my root filesystem from my C drive as follows: > > <block_device index="0" > path="\DosDevices\c:\coLinux\Debian-3.0r0.ext3.1gb" > enabled="true" /> > > Thanks, > Andrew. http://www.colinux.org/wiki/index.php/WindowsDevicePaths I'm use /dev/hda5 from real linux also for coLinux. This is the line in config.xml: <block_device index="5" path="\Device\Harddisk0\Partition4" alias="hda5" enabled="true" /> Remember: Extended Partion was not count under WinXP, so windows use partion4 and linux is hda5 (the first partion in extended partion). Verify the size on boot, before you use this! cobd5 size: 1048576 kb Henry |