On Tue, 23 May 2006 23:01:53 -0500
Paul Schmehl <[EMAIL PROTECTED]> wrote:

> --On May 23, 2006 10:36:20 PM -0500 Jacob Jennings 
> <[EMAIL PROTECTED]> wrote:
> 
> > Hello, everyone, I am running FreeBSD 6.0-stable and LOVING every second
> > of it. However, my CD burning capabilities have been stymied by an
> > unknown problem which I cannot fix, let alone diagnose. I am attempting
> > to burn a cd using SCSI-emulation, which is correctly set up, using
> > cdrecord. The exact command used is 'cdrecord dev=1,0,0 data_cd.iso'.
> > However, here is the output of that command:
> >
> burncd is so much easier to use.

I have to agree re burncd.
Anyway, my notes on this subject show:
---
# how to burn cd, rather than dvd
mkisofs -o cd.iso -V label -J -r FILES_TO_BUILD_INTO_ISO
burncd -f /dev/acd0 data cd.iso fixate

## this is what xcdroast execs - i think the params change depending on the
size of data to burn

cdrecord dev= 1,0,0 gracetime=2 fs=4096k driveropts=burnfree
-v -useinfo \ speed=24 -dao -eject -pad -data /h...,iso [possibly something
else here...like /dev/... )
----
and for DVD
# from an ISO
growisofs -dvd-compat -Z /dev/cd0=BURN.iso
# From FS
growisofs -dvd-compat -Z /dev/cd0 -R -J -V VolID ./BURN/
_______________________________________________
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to "[EMAIL PROTECTED]"

Reply via email to