View Single Post

  #4 (permalink)  
Old 12-29-2003
Tomasz Sztejka
 
Posts: n/a
Default Re: Can I share CDrecorder via network?

Eric <nospam@email.com> wrote in message
(..)
> You can use cdrecord across a network, at least i do and it works very well
> on my 100mbit network, if lightly loaded i think a 10 mbit network should
> work ok too.
>
> try this:
>
> [MyPCwoBurner]#mkisofs -r ./bkup.tar | ssh myPCwBurner "cdrecord -v -speed=4
> -dev=0,3,0 -fs=8m -eject -data -"
>
> adjust -speed= to match your cdrwriter
> cdrecord -scanbus will provide the values to use for -dev= param
>
> Eric


Nice idea, but not exactly what I want. I would be glad to be able to
use for example KreateCD or other Cd-burning GUI. Is this possible? I
think those will need /dev/scdX to be pointing to CD-recorder.

The use of ssh gives me some ideas...

regards,
Tomasz Sztejka
Reply With Quote