Feb 10, 2003 #1 sco21 Technical User May 20, 2002 67 GR Is there a way writing cd's on the fly with cdrecord <creating the image on the fly>? CD to CDR THANKS
Is there a way writing cd's on the fly with cdrecord <creating the image on the fly>? CD to CDR THANKS
Feb 10, 2003 #2 Morsing Technical User Jun 25, 2002 881 GB Well, cdrecord read an image file, right. So, would it work to just point it to the device file of the cd drive?? (unmounted) Or maybe you can dd and pipe, like: dd if=/dev/hdb bs=512 | cdrecord -blabla - Worth a try but maybe you want to test it on a RW disk first. Cheers Henrik Morsing Certified AIX 4.3 Systems Administration & p690 Technical Support Upvote 0 Downvote
Well, cdrecord read an image file, right. So, would it work to just point it to the device file of the cd drive?? (unmounted) Or maybe you can dd and pipe, like: dd if=/dev/hdb bs=512 | cdrecord -blabla - Worth a try but maybe you want to test it on a RW disk first. Cheers Henrik Morsing Certified AIX 4.3 Systems Administration & p690 Technical Support