From: keksov <ke...@gm...> - 2004-03-02 22:26:57
|
CMS> disk partitions, CD-ROM and other IDE devices, and similar. Is CMS> it path="\Device\HarddiskVolumeX", or is it CMS> path="\Device\HarddiskVolumeX\PartitionY", or what? Just my two cents, it works fine for me: I have two HHDs in my PC, both are on first IDE controller, Master disk is for WIndows XP, Slave disk is for Linux. Well, to access RAW partitions from second disk I use the following line in XML config file: <block_device index="6" path="\DEVICE\Harddisk2\Partition1" enabled="true"/> |