PR wrote:
Mark Hounschell wrote:
PR wrote:
how do I get similar settings: writer: sg0 instead of sr1 en reader: sr0 instead of sr1? piet
You don't want sgx for any of them. You want sr0 for the first scsi id and sr1 for the next. Your question implies that bothe your reader and writer are sr1. That is not possible unless they are the same device. Tell us what configuration you have.
Mark
appearantly it is possible: /dev/cdrom points to sr1
/dev/cdrom1 points to /dev/sr1
Those are just links they don't mean anything more than they both point to a real device that is /dev/sr1. Your reader and writer are not both /dev/sr1. /dev/cdrom and /dev/cdrom1 are just links that make it convenient for you to get to /dev/sr"whatever". I'll ask once again what hardware config do you have. Are they REAL scsi devices. Are they IDE devices. What configuration are they in. "SCSI ids" etc....
and at the time only my writer (plextor 4220rw ) is reacting on something like eject now from de docs I get the impression that the writer should be sg0 and the reader sr0 piet
None of them should be sg they both should be sr. Mark