From: Sean B. <sea...@so...> - 2004-03-19 14:32:27
|
> -----Original Message----- > From: col...@li... > [mailto:col...@li...] On Behalf > Of Clemmitt M. Sigler > Sent: Friday, March 19, 2004 1:46 PM > To: Ronald Pijnacker > Cc: keksov; col...@li... > Subject: Re: [coLinux-devel] Problems with \Device\HarddiskVolumeX > > > Hi, > > On Fri, 19 Mar 2004, Ronald Pijnacker wrote: > > /dev/hda1: ext2 /dev/hda2: ntfs > (windows c: disk) > > /dev/hda3: extended /dev/hda5: swap > > /dev/hda6: reiserfs (root for gentoo) /dev/hda7: ntfs (windows d: > > disk) > <snip> > > \Device\Harddisk0\Partition0 (entire disk) > > \Device\Harddisk0\Partition1 ... > > \Device\Harddisk0\Partition5 > > I have confirmed that Windows uses > \Device\Harddisk0\Partition2 as C: and > > \Device\Harddisk0\Partition5 as D: . > > I'm still trying to wrap my poor mind around this stuff, > because I can't get any raw partitions to work under Windows > :^( I've received a number of helpful private e-mails which > I haven't had time to follow up on (you know who you are, > thank you :^). > > If I understand, Windows doesn't "count" /dev/hda3 a.k.a. the > Extended partition. \D\H\P0 is the whole disk, then it > assigns the devices from > \D\H\P1 through 5 in order of the partition table's numbering, but > skipping the Extended partition. Can someone with more > experience please > confirm this is the way Windows assigns \Device\HarddiskX\PartitionY? You need to look at things from a logical point of view and not physical. > > Two other newbie-type questions: > > 1.) Is the primary master IDE disk Harddisk0, the primary > slave Harddisk1, > the secondary master Harddisk2, and the secondary slave > Harddisk3? This > would agree with the info on this MS Technet page: Yes. But logical, not physical. > http://www.microsoft.com/technet/prodtechnol/winntas/maintain/manag.mspx (except for the typo under "IDE Drives" where they say the first drive on the second controller would be designated 3, not 2 -- oops). 2.) Do the \Device\HarddiskVolumeX designations come from the Logical Disk Manager? And how do you figure out the mapping of \D\HarddiskVolumeX to \D\HarddiskY\PartitionZ? The port of dd to Windows with the --list option available here: Yes, use logical disk manager. Hard disks start at 0. Partitions start at 1. Personally I dont see how using a *nix orientated utility can help in this matter. http://uranus.it.swin.edu.au/~jn/linux/rawwrite/dd.htm doesn't list the HarddiskVolumeX designations. (Another place to get a dd port to Windows is: http://users.erols.com/gmgarner/forensics/). If this is a FAQ or RTFM, please say so and I apologize in advance :^P Clemmitt Sigler ------------------------------------------------------- This SF.Net email is sponsored by: IBM Linux Tutorials Free Linux tutorial presented by Daniel Robbins, President and CEO of GenToo technologies. Learn everything from fundamentals to system administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click _______________________________________________ coLinux-devel mailing list coL...@li... https://lists.sourceforge.net/lists/listinfo/colinux-devel |