home *** CD-ROM | disk | FTP | other *** search
- You need to have at least Openserver 5.0.4 in order to
- use cdrecord.
-
- On SCO Openserver, there is no support for cdrecord -scanbus
-
- As there is no real generic SCSI driver, cdrecord uses the
- pass through ioctl of the cdrom driver.
-
- The correct dev= syntax on SCO Openserver is:
-
- dev=cdrom-device:target,lun
-
- If you want to talk to the 2nd cdrom device which is in target 6, you
- should use:
-
- cdrecord dev=/dev/rcd1:6,0
-
- To compile, you need 'smake' from:
-
- ftp://ftp.fokus.gmd.de/pub/unix/makefiles/bin/
-
- or 'gmake'. Smake is preferred as gmake bugs will cause bogus warnings
- and may confuse about the state of the make run.
-
-
- Some general notes on cdrecord are on:
-
- http://www.sco.com/skunkware/cdrecord/SCO-NOTES.html
-
- But note:
-
- - Do not change cdrecord-1.8a22 or later, it compiles without
- changes on SCO Openserver.
-
- - It is currently not possible to compile the actual source
- on SCO UnixWare. Get the 'skunkware' binary.
-