Ken Moffat wrote: [...]
> The command I use to burn a cd from an iso image is: > cdrecord -v speed=4 dev=0,0,0 -data filename.iso > Of course you need to be root, and use the proper device, determined by > 'cdrecord -scanbus', and set your preferred speed and the appropriate > filename. Works for me, ymmv. Any second opinions? This is what I use, too. You can play with the speed - I have a cheap writer that should go higher than 4x but doesn't. Try it out with -dummy to see whether you'll have buffer underruns or other problems, and to time the actual writing. You don't have to be root to do this, assuming your device permissions are acceptable. cdrecord will complain in that case - it tries to set its priority and such to prevent underruns and only root can do those things. But it seems harmless, despite the warnings. Dave _______________________________________________ Linux-users mailing list - http://linux.nf/mailman/listinfo/linux-users Subscribe/Unsubscribe info, Archives,and Digests are located at the above URL.