On Tue, Apr 12, 2005 at 10:16:11PM -0400, Phill MV wrote > So, I suddenly need to burn some cds in linux. > k3b installed, I pop that little cd in the case and make me an iso of /pkg. > I goes, "you burn me that baby" and watch it, well, not do anything. At all. > > The cd recorder drove up a bit then stopped making sound. The status > window has been 'preparing write process' for the past 10 mins. > Pressing cancel, instead of promptly canceling it, has it stall some > more until I force quit it. > > Doing cdrecord -tao --dev=ATAPI:0,0,0 /pkg.iso as root (0,0,0 being my > cdr/w drive) yields a few warnings like
My twice-monthly backup (run as root) consists of creating a tar.bz and moving it to directory xfer and running (via a script)... mkisofs -R xfer | cdrecord -tao -v fs=8m -data dev=ATAPI:0,1,0 - The equivalant for your system would be... cdrecord -tao -data dev=ATAPI:0,0,0 /pkg.iso I wonder if the "--dev" in your invocation is throwing it off. -- Walter Dnes <[EMAIL PROTECTED]> An infinite number of monkeys pounding away on keyboards will eventually produce a report showing that Windows is more secure, and has a lower TCO, than linux. -- gentoo-user@gentoo.org mailing list