View Single Post
  #3   (View Single Post)  
Old 16th July 2008
TerryP's Avatar
TerryP TerryP is offline
Arp Constable
 
Join Date: May 2008
Location: USofA
Posts: 1,547
Default

There is always cdrecord ^_^

I'm not really familiar with front ends, the only ones I know of that should be useful are k3b and gnomebaker. I guess you could check out sysutils/graveman as well.


cdrecord isn't to hard to use although it's got a big fat manual;

For example, burning an iso file to cd-r:
Code:
Terry@dixie$ su - root                                                     7:20
Password:
dixie# cdrecord -scanbus
Cdrecord-Clone 2.01 (i386-unknown-freebsd7.0) Copyright (C) 1995-2004 Jörg Schilling
Using libscg version 'schily-0.8'.
scsibus2:
	2,0,0	200) 'PHILIPS ' 'DVD+-RW SDVD8441' 'PA48' Removable CD-ROM
	2,1,0	201) *
	2,2,0	202) *
	2,3,0	203) *
	2,4,0	204) *
	2,5,0	205) *
	2,6,0	206) *
	2,7,0	207) *
dixie# cdrecord -v -pad speed=4 dev=2,0,0 foo.iso
That reminds me... Need to do something with this fresh Slackware disk ;-)
__________________
My Journal

Thou shalt check the array bounds of all strings (indeed, all arrays), for surely where thou typest ``foo'' someone someday shall type ``supercalifragilisticexpialidocious''.
Reply With Quote