-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 Matthew LeMieux wrote: > I have a DVD burner installed on my linux box running SuSE 9.1. I am > able to share files between my linux box and notebook (which is running > Windows XP) using SAMBA. I cannot figure out how (whether) I can also > share the DVD-rom on my linux box with my Windows notebook. Ultimately, > I want to make a DVD using Nero, installed on my windows machine, and > the DVD-burner on my Linux box. Is this possible?
You can make the iso image with nero then burn it to your linux box with dd and ssh (if you have cygwin installed then it's pretty easy) dd if=./image.iso | ssh [EMAIL PROTECTED] 'growisofs -dvd-compat -Z /dev/dvd=named pipe' well this almost works but I dont know how to name a pipe and that would be required to make it work. You can alternatively copy the iso image to the linux box and burn it as a second step growisofs -dvd-compat -Z /dev/dvd=image.iso - -- JT Morée PC Xperience, Inc. -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.1 (GNU/Linux) Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org iD8DBQFC8MZGXEayxvjyJdwRApDKAJ0eHFOSfJSSMJoubJgLj+Tcu/tIGgCfSAAI DFtNO1a0cwCmacDI8z+Guxo= =r3dX -----END PGP SIGNATURE----- -- This message has been scanned for viruses and dangerous content by MailScanner, and is believed to be clean. MailScanner thanks transtec Computers for their support. _______________________________________________ CWE-LUG mailing list [email protected] http://www.cwelug.org/ http://www.cwelug.org/archives/ http://www.cwelug.org/mailinglist/
