On Tue, Sep 24, 2002 at 08:02:46PM +0530, Santanu Chatterjee wrote: >Tathagata Banerjee wrote : > >Thanks for the clarification. > >>$ cdrdao copy --source-device 0,0,0 --device 0,1,0 >>this will do the whole ripping and writing for you at one go. > >This is nice. I will install cdrdao in a day or two in that computer >and will try the above command. >However, that computer has got an IDE/ATAPI CD Drive and an >USB CD Writer (detected as --dev 0,0,0). So, to be able to give >something like --source-dev 0,1,0 for the IDE CD Drive, probably >I will first have to change lilo.conf and /etc/modules.conf such that the >IDE/ATAPI CD driver does not detect the CD Drive (as mentioned >in the CD-Writing HOWTO), then load ide-scsi, etc. >I will be back in a day or two with my results (success story, hopefully :-)
I usually don't prefer to copy CD's on the fly. Better always to create an image on the HDD and than burn that image. And as you said, if you want to do on the fly than your IDE CD driver should use SCSI emulation. Peace -- Rajesh : ####[ Linux One Stanza Tip (LOST) ]########################### Sub : Unix to DOS conversion (#1) LOST #219 If you have vim editor installed, the following script will do Unix (text file) to DOS conversion: #!/bin/sh # Save u2d, chmod +x u2d vim -c ":set ff=dos" -c ":wq" $1 # Usage: u2d filename.txt ####<[EMAIL PROTECTED]>##################################### : ------------------------------------------------------- This sf.net email is sponsored by:ThinkGeek Welcome to geek heaven. http://thinkgeek.com/sf _______________________________________________ linux-india-help mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/linux-india-help
