You are not logged in.
Pages: 1
Thats it,
what do you use?
Do you use a X frontend for cdrecord or independent X cdr software, or just use console (and how! )??
Leonardo Andrés Gallego
www.archlinux-es.org || Comunidad Hispana de Arch Linux
Offline
xcdroast for data-cds and burning iso
i used gtoaster for long time, but since i changed my system to have no ide-scsi and using directly atapi-cdrw for cdrecord, gtoaster is useless (is not really up to date, that's why no atapi-commands/config available)
The impossible missions are the only ones which succeed.
Offline
Gcombust for most stuff, and either Arson or K3b for audio cd's.
HTH
Offline
I guess I'm addicted to the comand prompt. I find it easier & more flexible than those gui's. Some quick 'n' dirty instructions for n00bs:
Creating isos :
$ mkisofs -JR -l -V CD_LABEL -o ISO_NAME .
Write cd on the fly (no iso creation):
$ mkisofs -JR -l -V CD_LABEL . | cdrecord dev=0,0,0 speed=24 driveropts=burnfree -v -eject -
Copy cd (using cdrdao)
$ cdrdao copy --source-device 0,1,0 --source-driver generic-mmc --device 0,0,0
--driver generic-mmc --speed 24 --eject --on-the-fly -v 2
For explanation of options & other interesting options a simple man {mkisofs,cdrecord,cdrdao}.
For mp3/ogg -> cd check another post of mine for a small script I use...
Offline
my keyboard and eterm
AKA uknowme
I am not your friend
Offline
So far, I use X-CD-Roast or K3B in gui. But, I sure like the idea of using the CLI more. Thanx for those examples(above).
-- Linux! Isn't it time?
Offline
Pages: 1