Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 24 May 2006 14:50:38 +1000
From:      Norberto Meijome <freebsd@meijome.net>
To:        Paul Schmehl <pauls@utdallas.edu>
Cc:        freebsd-questions@freebsd.org
Subject:   Re: CD Burning Not Working
Message-ID:  <20060524145038.2d880370@localhost>
In-Reply-To: <EC6307F37B9589A081B5D889@Paul-Schmehls-Computer.local>
References:  <200605232236.22025.bloodofanubis@gmail.com> <EC6307F37B9589A081B5D889@Paul-Schmehls-Computer.local>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 23 May 2006 23:01:53 -0500
Paul Schmehl <pauls@utdallas.edu> wrote:

> --On May 23, 2006 10:36:20 PM -0500 Jacob Jennings 
> <bloodofanubis@gmail.com> 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/



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20060524145038.2d880370>