| Most setups have 2 IDE connectors on the motherboard, each of which can support up to 2 devices: hard drive, CD/DVD or Zip drive. The 2 devices on each IDE channel will be identified as either master or slave according to your jumper settings and, in the case of jumpers set to "cable-select", according to which ribbon cable connector the drive is connected to. So you can potentially have 4 IDE devices. Windows calls your first hard drive C:\ no matter whether it is master or slave and no matter which IDE channel it is on. Linux identifies devices based on where they are connected like so:
hda master device on primary channel
hdb slave device on primary channel
hdc master device on secondary channel
hdd slave device on secondary channel
As you can see, it's best if Linux users don't abbreviate their "Hard Disk Drive" as "hdd" unless of course it is /dev/hdd
Usually, the first CDROM is called /dev/cdrom, but if it is an IDE device, /dev/cdrom is just a symbolic link to the actual drive designation. So it is possible that /dev/cdrom -->/dev/hdc
__________________
/IMHO
//got nothin'
///this use to look better
|