View previous topic :: View next topic |
Author |
Message |
ccrunner84 Tux's lil' helper
Joined: 14 Jul 2003 Posts: 77
|
Posted: Sun Aug 10, 2003 7:58 pm Post subject: Remote CD-Burning.. |
|
|
Is there anyway to do this? i have a machine that runs gentoo, is there a way that I can allow it to use my burner from it?
Thanks |
|
Back to top |
|
|
paranode l33t
Joined: 06 Mar 2003 Posts: 679 Location: Texas
|
Posted: Sun Aug 10, 2003 8:30 pm Post subject: |
|
|
You can send the ISO or whatever you need to burn over to the computer with the burner via ssh or something. _________________ Meh. |
|
Back to top |
|
|
ccrunner84 Tux's lil' helper
Joined: 14 Jul 2003 Posts: 77
|
Posted: Sun Aug 10, 2003 10:10 pm Post subject: |
|
|
im talking about burning over the network, like pop a cd in, then go to the other coputer and start up a GUI of some sort |
|
Back to top |
|
|
putte n00b
Joined: 11 Aug 2003 Posts: 8 Location: Sweden
|
Posted: Mon Aug 11, 2003 7:34 am Post subject: Hi |
|
|
If it's audio cd's try this http://www.yty.net/h/audiocd/
otherwise I have seen such a solution try freshmeat or something
Regards _________________ unix _IS_ userfriendly, It's only picky about it's friends |
|
Back to top |
|
|
arand Apprentice
Joined: 22 Apr 2003 Posts: 215
|
Posted: Mon Aug 11, 2003 9:10 am Post subject: |
|
|
There are options in the ssh configurtion files for X11 forwarding or something like that. That will allow you to use a GUI on a remote machine. I would search the forums or read the documentaion for ssh to do the X11 forwarding.
I personally just use the console, ssh, and cdrecord to do remote cd buning.
Last edited by arand on Mon Aug 11, 2003 9:39 am; edited 1 time in total |
|
Back to top |
|
|
xming Guru
Joined: 02 Jul 2002 Posts: 441
|
|
Back to top |
|
|
nephros Advocate
Joined: 07 Feb 2003 Posts: 2139 Location: Graz, Austria (Europe - no kangaroos.)
|
Posted: Mon Aug 11, 2003 10:01 am Post subject: |
|
|
I used to do it the other way around.
Have one computer have the iso/wavs/whatever, nfsmount to the burner machine, burn at the burnermachine using ssh login.
If you want GUI, you should have that installed on the burnermachine, and do X11 display forwarding.
I don't think you can have the burning app on another machine as it has to send SCSI commands directly to the hardware, and AFAIK there is no way to do that.
Although I think it should be possible to let xcdrecord (or any other frontends) on the burnerless machine use the cdrtools on the burnermachin using ssh/rsh. Should be serious playing around with the xcdrecord configuration though. _________________ Please put [SOLVED] in your topic if you are a moron. |
|
Back to top |
|
|
|