Bug 8098
Summary: | two cdroms | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | w_heily |
Component: | kernel | Assignee: | Michael K. Johnson <johnsonm> |
Status: | CLOSED NOTABUG | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0 | CC: | bero, rhw |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | Doc Type: | Bug Fix | |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2000-02-15 16:27:45 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
w_heily
2000-01-01 07:12:46 UTC
Assigned to dledford Works without problems here - are you sure you used the right device numbers and names? I have a very similar setup - in my case 24x ATAPI CD-ROM and 4x2x2 ATAPI CD-RW - and admit that I was puzzled at first with how to get them both set up. The working hardware setup here that allows me to write to the CD-RW using cdrecord is as follows: hda = Hard drive hdb = CD-ROM hdc = Zip hdd = CD-RW To get them all working as required, I have to specify in /etc/lilo.conf that hda and hdb use the standard IDE driver, hdc uses the IDE-Floppy driver and hdd uses the IDE-SCSI driver. I also need to have all three drivers hard compiled into the kernel, as otherwise the specifications are ignored. With this setup, the drives are actually referred to as follows: Hardware Device Software ~~~~~~~~ ~~~~~~~~~ ~~~~~~~~ hda Hard disk hda hdb CD-ROM hdb hdc Zip-250 hdc hdd CD-RW sr0 <=== Note this Note the changed reference for the CD-RW as hdd does NOT work with this setup. |