Hello Gink,
Pleasure talking to you on the IRC by the way.
Windoze sees hard drives as a C: and a D: and so forth. They can be on the same physical disk (two partitions on the same disk), or can be different disks all together. They are defined, depending on what version of Windows you are using, by the Disk Administrator, or FDISK, or whatever you are running in the meantime.
It might be safe to say that your C: is on your Primary IDE, first partition. Then again, it might not be safe to say that. Best way to find out is to look at the hardware and see what IDE channel (Primary or Secondary) and then the partition number. You need to do this for both C: and D:
Linux references volumes in terms of their IDE channel, and their partition number.
/dev/hda is the IDE primary master
/dev/hdb is the IDE pirmary slave
/dev/hdc is the IDE secondary master
/dev/hdd is the IDE secondary slave
If you are using SCSI,
/dev/sda is the SCSI method.
Partition numbers are defined after the device...
/dev/hda3 is the third disk partition on the primary master.
/dev/hdc2 is the second disk partition on the secondary master.
Note that not all partitions on a hard drive are "data" locations. Some companies, like compaq, put a utility partition on the disk that is transparent to the OS.
So, what you need to do is find out what C: is in relation to your hardware... MAYBE /dev/hda1 is C: ... and what D: is... maybe /dev/hdb? and go from there. When installing linux, AVOID any changes to the C: partition.
Christian
Reputation Points: 121
Solved Threads: 57
Posting Virtuoso
Offline 1,629 posts
since Mar 2004