Anyone know if there's a way to control a cdrw on a win98 box from my linux box? With Samba, I can mount and read any of the drives on the win box, but I want to be able to burn. How do I list this remote burner as a device in linux so that I can use it? I tried cdrecord -scanbus dev=ATAPI, but it only looks locally. Is there some way to link a block device to a target on another machine? Don't ask why I want to do this. "Because it's there" is probably the best answer I can give. Or at least I think it's there. Maybe not. Thanks, Greg Avedissian
Install linux on it.. problem solved ;-) ssh in remotely and burn it. The box said "Requires Windows 98 or better" so I installed linux.. gma2004@verizon.net wrote:
Anyone know if there's a way to control a cdrw on a win98 box from my linux box? With Samba, I can mount and read any of the drives on the win box, but I want to be able to burn. How do I list this remote burner as a device in linux so that I can use it?
I tried cdrecord -scanbus dev=ATAPI, but it only looks locally. Is there some way to link a block device to a target on another machine?
Don't ask why I want to do this. "Because it's there" is probably the best answer I can give. Or at least I think it's there. Maybe not.
Thanks,
Greg Avedissian
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
-- -- Karl Hiramoto karl at hiramoto dot org http://karl.hiramoto.org/ Mobile: 508.517.4819 Work: 978-425-2090
Thanks for all the suggestions. I'm new to networking, and I'm playing with different possibilities. Probably makes sense to leave this one alone for awhile. Karl Hiramoto wrote:
Install linux on it.. problem solved ;-) ssh in remotely and burn it.
The box said "Requires Windows 98 or better" so I installed linux..
My 12 y/o neice would be pissed if I did that. If I really wanted to get into trouble, I could set it up as dual boot, put loadlin on the desktop and assign it the icon from AOL instant messenger. Greg
Anyone know if there's a way to control a cdrw on a win98 box from my linux box?
Windows file sharing does just that, it shares files. In order for remote CD Burning to work, you would need to be sharing out direct access to the drive itself, not just the files on it. Now that's not to say this is impossible, it just can't be done with Windows File Sharing/Samba. It is theoretically possible to create a program that listens on some network port and allows users to remotely upload ISO images and automatically burn them (or something similiar). Or maybe just watch a particular directory and burn any ISO image that shows up into it (once the file is complete. Not sure the best way to figure that out). Then you could use samba to put the files into the location that the program is watching. I've never heard of such a program, but maybe it's out there somewhere.. or if you want to work on your programming skills you can try creating one yourself. On Tue, 15 Jun 2004 gma2004@verizon.net wrote:
Anyone know if there's a way to control a cdrw on a win98 box from my linux box? With Samba, I can mount and read any of the drives on the win box, but I want to be able to burn. How do I list this remote burner as a device in linux so that I can use it?
I tried cdrecord -scanbus dev=ATAPI, but it only looks locally. Is there some way to link a block device to a target on another machine?
Don't ask why I want to do this. "Because it's there" is probably the best answer I can give. Or at least I think it's there. Maybe not.
Thanks,
Greg Avedissian
_______________________________________________ Wlug mailing list Wlug@mail.wlug.org http://mail.wlug.org/mailman/listinfo/wlug
On Tuesday 15 June 2004 10:46 am, gma2004@verizon.net wrote:
Anyone know if there's a way to control a cdrw on a win98 box from my linux box?
not exactly what you want: http://joerghaeger.de/webCDwriter/ -mike
On Tue, 15 Jun 2004 gma2004@verizon.net wrote:
Anyone know if there's a way to control a cdrw on a win98 box from my linux box? With Samba, I can mount and read any of the drives on the win box, but I want to be able to burn. How do I list this remote burner as a device in linux so that I can use it?
I tried cdrecord -scanbus dev=ATAPI, but it only looks locally. Is there some way to link a block device to a target on another machine?
Don't ask why I want to do this. "Because it's there" is probably the best answer I can give. Or at least I think it's there. Maybe not.
This definitely isn't what you're trying to accomplish, but if you have DirectCD or something similar installed on the Windows system (which lets you access the writeable CD like a fixed disk), you could share it with write access, and dump files onto it and manipulate it like a hard disk via Samba. The CD could then be removed and used on any system that could understand that format, which I believe is anything with DirectCD, or a Linux box with UDF support (I could be wrong, but I thought that used packet writing). You wouldn't be able to close the disc from Linux or write an ISO file like you could with something you have direct access to, though, as previously mentioned. Brian J. Conway bconway(at)alum.wpi.edu "LINUX is obsolete" - Andrew S. Tanenbaum, creator of Minix - Jan 29, 1992
participants (6)
-
Brian J. Conway
-
gboyce@badbelly.com
-
gma2004@verizon.net
-
Gregory Avedissian
-
Karl Hiramoto
-
Mike Frysinger