>From: Erik Kunze <[EMAIL PROTECTED]>
>I'm using RSCSI since about a year now, because the CD burner is built in
>a central file server and the desktop computers do not have CDROM drives.
>Now I'd like to start burning multisession CDs, but mkisofs does NOT
>support RSCSI. Is there any way to tell mkisofs to use a remote CD drive?
>Any chance to see remote device support in mkisofs at any time? It's
>currently not on Joerg's todo list.
You just need to tell the linker to link in the real rscsi routines instead of
the dummy routines included in libscg.
add a line:
/*
* Call scg_remote() to force loading the remote SCSI transport library
* code that is located in librscg instead of the dummy remote routines
* that are located inside libscg.
*/
scg_remote();
to the source
and add librscg _before_ libscg in the makefile
P.S. I am wondering whether I did have a reason for not putting this into
mkisofs......
J�rg
EMail:[EMAIL PROTECTED] (home) J�rg Schilling D-13353 Berlin
[EMAIL PROTECTED] (uni) If you don't have iso-8859-1
[EMAIL PROTECTED] (work) chars I am J"org Schilling
URL: http://www.fokus.gmd.de/usr/schilling ftp://ftp.fokus.gmd.de/pub/unix
--
To UNSUBSCRIBE, email to [EMAIL PROTECTED]
with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]