Lines Matching refs:cdrom
86 or ide_core.cdrom=[interface_number.device_number]
90 ide_core.chs=1.0:1050,32,64 ide_core.cdrom=1.1
112 Courtesy of Scott Snyder and others, the driver supports ATAPI cdrom drives
116 If for some reason your cdrom drive is *not* found at boot time, you can force
120 ide_core.cdrom=1.0 /* "master" on second interface (hdc) */
122 ide_core.cdrom=1.1 /* "slave" on second interface (hdd) */
125 interface (/dev/hda) and an IDE cdrom drive on the secondary interface
126 (/dev/hdc). To mount a CD in the cdrom drive, one would use something like:
128 ln -sf /dev/hdc /dev/cdrom
129 mkdir /mnt/cdrom
130 mount /dev/cdrom /mnt/cdrom -t iso9660 -o ro
157 The kernel is able to execute binaries directly off of the cdrom,
225 * "cdrom=[interface_number.device_number]" to force device as a CD-ROM