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