|
From: Blake <pb...@ta...> - 2004-07-08 19:33:02
|
Sourceforge didn't like the included .exe file. dmdiag can be found at http://www.microsoft.com/windows2000/techinfo/reskit/tools/existing/dmdiag-o.asp --Blake pb...@ta... ----- Original Message ----- From: "Blake" <pb...@ta...> To: "David Smith" <Dav...@by...> Sent: Thursday, July 08, 2004 3:20 PM Subject: Re: [coLinux-users] Reading ext3 drive in CoLinux on WinXP Pro > Try > > <block_device > index=N+2 > path=\Device\HarddiskVolumeN > enabled="true"> > </block_device> > > N = 1 to 30 > > And try to access each cobd device in colinux in some way (mount is probably > the easiest way in this case). > > Or I found the Win2000 SDK utility "dmdiag" helpful. > > Or the Diskpart utility could help: > > diskpart > >list disk > >select disk N > >list volume > >list partition > > I've attached dmdiag.exe in case you can't find it on windows' site. > > --Blake > pb...@ta... > ----- Original Message ----- > From: "David Smith" <Dav...@by...> > To: <col...@li...> > Sent: Thursday, July 08, 2004 10:02 AM > Subject: [coLinux-users] Reading ext3 drive in CoLinux on WinXP Pro > > > > I installed CoLinux 0.6.1 under WinXP Pro. Worked like a charm, and boots > > extremely fast! Now I'm messing with my config.xml to try to get CoLinux > > to mount my 120Gb IDE ext3-formatted drive. This is a separate drive than > > the one Windows XP is installed on, and it has a single ext3 partition. > > According to the CoLinux docs, CoLinux relies on the host OS to provide > > logical access to block devices. But if my host OS (Windows) doesn't > > understand ext3, how can it provide logical access? Here's what I've tried > > to no avail in config.xml: > > > > <block_device index="1" > > path="\Device\HarddiskVolume1" > > enabled="true" /> > > > > <block_device index="1" > > path="\Device\Harddisk1\Partition1" > > enabled="true" /> > > > > <block_device index="1" > > path="\Device\Harddisk1" > > enabled="true" /> > > > > According to the Windows management console, my drive is "Disk 1", and it > > appears as "Healthy (Unknown Partition)". > > > > Can anyone shed any light on how I could get CoLinux to recognize my ext3 > > drive? > > > > --Dave > > > > > > ------------------------------------------------------- > > This SF.Net email sponsored by Black Hat Briefings & Training. > > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > > digital self defense, top technical experts, no vendor pitches, > > unmatched networking opportunities. Visit www.blackhat.com > > _______________________________________________ > > coLinux-users mailing list > > coL...@li... > > https://lists.sourceforge.net/lists/listinfo/colinux-users > |
|
From: David S. <Dav...@by...> - 2004-07-08 20:39:35
|
I actually got it to work by using \DosDevices\z: since evidently Windows recognized the drive (and I had given it a drive letter previously). That worked, and it mounted wondefully! Thank you! CoLinux r0x0rz! <quote who="Blake"> > Sourceforge didn't like the included .exe file. dmdiag can be found at > http://www.microsoft.com/windows2000/techinfo/reskit/tools/existing/dmdiag-o.asp > > --Blake > pb...@ta... > ----- Original Message ----- > From: "Blake" <pb...@ta...> > To: "David Smith" <Dav...@by...> > Sent: Thursday, July 08, 2004 3:20 PM > Subject: Re: [coLinux-users] Reading ext3 drive in CoLinux on WinXP Pro > > >> Try >> >> <block_device >> index=N+2 >> path=\Device\HarddiskVolumeN >> enabled="true"> >> </block_device> >> >> N = 1 to 30 >> >> And try to access each cobd device in colinux in some way (mount is > probably >> the easiest way in this case). >> >> Or I found the Win2000 SDK utility "dmdiag" helpful. >> >> Or the Diskpart utility could help: >> >> diskpart >> >list disk >> >select disk N >> >list volume >> >list partition >> >> I've attached dmdiag.exe in case you can't find it on windows' site. >> >> --Blake >> pb...@ta... >> ----- Original Message ----- >> From: "David Smith" <Dav...@by...> >> To: <col...@li...> >> Sent: Thursday, July 08, 2004 10:02 AM >> Subject: [coLinux-users] Reading ext3 drive in CoLinux on WinXP Pro >> >> >> > I installed CoLinux 0.6.1 under WinXP Pro. Worked like a charm, and > boots >> > extremely fast! Now I'm messing with my config.xml to try to get >> CoLinux >> > to mount my 120Gb IDE ext3-formatted drive. This is a separate drive > than >> > the one Windows XP is installed on, and it has a single ext3 >> partition. >> > According to the CoLinux docs, CoLinux relies on the host OS to >> provide >> > logical access to block devices. But if my host OS (Windows) doesn't >> > understand ext3, how can it provide logical access? Here's what I've > tried >> > to no avail in config.xml: >> > >> > <block_device index="1" >> > path="\Device\HarddiskVolume1" >> > enabled="true" /> >> > >> > <block_device index="1" >> > path="\Device\Harddisk1\Partition1" >> > enabled="true" /> >> > >> > <block_device index="1" >> > path="\Device\Harddisk1" >> > enabled="true" /> >> > >> > According to the Windows management console, my drive is "Disk 1", and > it >> > appears as "Healthy (Unknown Partition)". >> > >> > Can anyone shed any light on how I could get CoLinux to recognize my > ext3 >> > drive? >> > >> > --Dave |
|
From: Blake <pb...@ta...> - 2004-07-08 21:34:41
|
It's probably better to access it at a lower level of abstraction than "z:". Who knows how long that will stick? --Blake pb...@ta... ----- Original Message ----- From: "David Smith" <Dav...@by...> To: <col...@li...> Sent: Thursday, July 08, 2004 4:38 PM Subject: Re: Fw: [coLinux-users] Reading ext3 drive in CoLinux on WinXP Pro > I actually got it to work by using \DosDevices\z: since evidently Windows > recognized the drive (and I had given it a drive letter previously). That > worked, and it mounted wondefully! Thank you! CoLinux r0x0rz! > > <quote who="Blake"> > > Sourceforge didn't like the included .exe file. dmdiag can be found at > > http://www.microsoft.com/windows2000/techinfo/reskit/tools/existing/dmdiag-o.asp > > > > --Blake > > pb...@ta... > > ----- Original Message ----- > > From: "Blake" <pb...@ta...> > > To: "David Smith" <Dav...@by...> > > Sent: Thursday, July 08, 2004 3:20 PM > > Subject: Re: [coLinux-users] Reading ext3 drive in CoLinux on WinXP Pro > > > > > >> Try > >> > >> <block_device > >> index=N+2 > >> path=\Device\HarddiskVolumeN > >> enabled="true"> > >> </block_device> > >> > >> N = 1 to 30 > >> > >> And try to access each cobd device in colinux in some way (mount is > > probably > >> the easiest way in this case). > >> > >> Or I found the Win2000 SDK utility "dmdiag" helpful. > >> > >> Or the Diskpart utility could help: > >> > >> diskpart > >> >list disk > >> >select disk N > >> >list volume > >> >list partition > >> > >> I've attached dmdiag.exe in case you can't find it on windows' site. > >> > >> --Blake > >> pb...@ta... > >> ----- Original Message ----- > >> From: "David Smith" <Dav...@by...> > >> To: <col...@li...> > >> Sent: Thursday, July 08, 2004 10:02 AM > >> Subject: [coLinux-users] Reading ext3 drive in CoLinux on WinXP Pro > >> > >> > >> > I installed CoLinux 0.6.1 under WinXP Pro. Worked like a charm, and > > boots > >> > extremely fast! Now I'm messing with my config.xml to try to get > >> CoLinux > >> > to mount my 120Gb IDE ext3-formatted drive. This is a separate drive > > than > >> > the one Windows XP is installed on, and it has a single ext3 > >> partition. > >> > According to the CoLinux docs, CoLinux relies on the host OS to > >> provide > >> > logical access to block devices. But if my host OS (Windows) doesn't > >> > understand ext3, how can it provide logical access? Here's what I've > > tried > >> > to no avail in config.xml: > >> > > >> > <block_device index="1" > >> > path="\Device\HarddiskVolume1" > >> > enabled="true" /> > >> > > >> > <block_device index="1" > >> > path="\Device\Harddisk1\Partition1" > >> > enabled="true" /> > >> > > >> > <block_device index="1" > >> > path="\Device\Harddisk1" > >> > enabled="true" /> > >> > > >> > According to the Windows management console, my drive is "Disk 1", and > > it > >> > appears as "Healthy (Unknown Partition)". > >> > > >> > Can anyone shed any light on how I could get CoLinux to recognize my > > ext3 > >> > drive? > >> > > >> > --Dave > > > > ------------------------------------------------------- > This SF.Net email sponsored by Black Hat Briefings & Training. > Attend Black Hat Briefings & Training, Las Vegas July 24-29 - > digital self defense, top technical experts, no vendor pitches, > unmatched networking opportunities. Visit www.blackhat.com > _______________________________________________ > coLinux-users mailing list > coL...@li... > https://lists.sourceforge.net/lists/listinfo/colinux-users |
|
From: Ryan K. <rya...@co...> - 2004-07-09 02:17:31
|
I actually had a similar question and got my partitions to mount in coLinux with the following lines in my config.xml: <block_device index="2" path="\Device\Harddisk0\Partition3" enabled="true" /> <block_device index="3" path="\Device\Harddisk0\Partition4" enabled="true" /> For my dual boot system, Partition0 is the NTFS, Partition1 is the linux boot partition, Partition2 is a FAT32 partition, and Partition4 is the linux root. It took some messing around to figure out the partition numbers, but once I had them it worked like a charm. Ryan -----Original Message----- From: col...@li... [mailto:col...@li...] On Behalf Of David Smith Sent: Thursday, July 08, 2004 2:39 PM To: col...@li... Subject: Re: Fw: [coLinux-users] Reading ext3 drive in CoLinux on WinXP Pro I actually got it to work by using \DosDevices\z: since evidently Windows recognized the drive (and I had given it a drive letter previously). That worked, and it mounted wondefully! Thank you! CoLinux r0x0rz! <quote who="Blake"> > Sourceforge didn't like the included .exe file. dmdiag can be found at > http://www.microsoft.com/windows2000/techinfo/reskit/tools/existing/dmdi ag-o.asp > > --Blake > pb...@ta... > ----- Original Message ----- > From: "Blake" <pb...@ta...> > To: "David Smith" <Dav...@by...> > Sent: Thursday, July 08, 2004 3:20 PM > Subject: Re: [coLinux-users] Reading ext3 drive in CoLinux on WinXP Pro > > >> Try >> >> <block_device >> index=N+2 >> path=\Device\HarddiskVolumeN >> enabled="true"> >> </block_device> >> >> N = 1 to 30 >> >> And try to access each cobd device in colinux in some way (mount is > probably >> the easiest way in this case). >> >> Or I found the Win2000 SDK utility "dmdiag" helpful. >> >> Or the Diskpart utility could help: >> >> diskpart >> >list disk >> >select disk N >> >list volume >> >list partition >> >> I've attached dmdiag.exe in case you can't find it on windows' site. >> >> --Blake >> pb...@ta... >> ----- Original Message ----- >> From: "David Smith" <Dav...@by...> >> To: <col...@li...> >> Sent: Thursday, July 08, 2004 10:02 AM >> Subject: [coLinux-users] Reading ext3 drive in CoLinux on WinXP Pro >> >> >> > I installed CoLinux 0.6.1 under WinXP Pro. Worked like a charm, and > boots >> > extremely fast! Now I'm messing with my config.xml to try to get >> CoLinux >> > to mount my 120Gb IDE ext3-formatted drive. This is a separate drive > than >> > the one Windows XP is installed on, and it has a single ext3 >> partition. >> > According to the CoLinux docs, CoLinux relies on the host OS to >> provide >> > logical access to block devices. But if my host OS (Windows) doesn't >> > understand ext3, how can it provide logical access? Here's what I've > tried >> > to no avail in config.xml: >> > >> > <block_device index="1" >> > path="\Device\HarddiskVolume1" >> > enabled="true" /> >> > >> > <block_device index="1" >> > path="\Device\Harddisk1\Partition1" >> > enabled="true" /> >> > >> > <block_device index="1" >> > path="\Device\Harddisk1" >> > enabled="true" /> >> > >> > According to the Windows management console, my drive is "Disk 1", and > it >> > appears as "Healthy (Unknown Partition)". >> > >> > Can anyone shed any light on how I could get CoLinux to recognize my > ext3 >> > drive? >> > >> > --Dave ------------------------------------------------------- This SF.Net email sponsored by Black Hat Briefings & Training. Attend Black Hat Briefings & Training, Las Vegas July 24-29 - digital self defense, top technical experts, no vendor pitches, unmatched networking opportunities. Visit www.blackhat.com _______________________________________________ coLinux-users mailing list coL...@li... https://lists.sourceforge.net/lists/listinfo/colinux-users |
|
From: A. A. A. <alp...@tt...> - 2004-07-09 08:59:08
|
On Thu, Jul 08, 2004 at 08:17:20PM -0600, Ryan Krauss wrote: > I actually had a similar question and got my partitions to mount in > coLinux with the following lines in my config.xml: > > <block_device index="2" path="\Device\Harddisk0\Partition3" > enabled="true" /> > <block_device index="3" path="\Device\Harddisk0\Partition4" > enabled="true" /> > > For my dual boot system, Partition0 is the NTFS, Partition1 is the linux There is no Partition0, partition numbers start from 1 (as stated in wiki). The rule of thumb is to start numbering primary part.s, then logical and always skip extended in diskpart output. -- A. Alper ATICI OpenPGP key-id: 0xB824F550 fpr(S) = DFA9 6619 70C7 400C 1DA8 7BFB 2C56 F3AF B824 F550 |