Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Apr 2003 22:19:09 -0700
From:      Nathan Kinkade <nkinkade@dsl-only.net>
To:        derik DeVecchio <positron@derik.org>
Cc:        freebsd-questions@freebsd.org
Subject:    Re: how can I burn ISO images in FreeBSD 4.8,  cd-write port broken?
Message-ID:  <20030421051909.GD30743@sub21-156.member.dsl-only.net>
In-Reply-To: <oiq6avg9llifcc20kuucra449t99jru1km@4ax.com>
References:  <oiq6avg9llifcc20kuucra449t99jru1km@4ax.com>

next in thread | previous in thread | raw e-mail | index | archive | help

--rqzD5py0kzyFAOWN
Content-Type: text/plain; charset=iso-8859-1
Content-Disposition: inline
Content-Transfer-Encoding: quoted-printable

On Mon, Apr 21, 2003 at 12:35:48AM -0400, derik DeVecchio wrote:
> I am sort of a newbie with FreeBSD and I know it must be POSSIBLE to
> burn CD's in FreeBSD (otherwise why have ports for all that CD
> software).  For the record I would prefer to use a GUI in gnome but am
> PERFECTLY willing to use a console app if that is all FreeBSD has to
> offers me or if that kind of application is better for this kind of
> task.  I have examined a number of applications but none of them seem to
> work for one reason or another. =20
>=20
<snip>
>=20
> So what do you FreeBSD people out there use to burn your CD's!?  What
> program will allow me to burn a CD from an ISO image?  Or perhaps just
> burn some files out of a directory?  At this point, I can't do either
> with FreeBSD.
>=20
> derik     =20

Take a look at the burncd(8).  Something like this should work:

# burncd -f /dev/acd0c -s 8 data yourimg.iso fixate

or sometimes I just cat the file right onto the disk and then use burncd
to fixate as so:

# cat yourimg.iso > /dev/acd0c
# burncd -f /dev/acd0c data fixate

You can also use burncd to burn audio files to CD.

Nathan

--=20
GPG Public Key ID: 0x4250A04C
gpg --keyserver pgp.mit.edu --recv-keys 4250A04C
http://63.105.21.156/gpg_nkinkade_4250A04C.asc

--rqzD5py0kzyFAOWN
Content-Type: application/pgp-signature
Content-Disposition: inline

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.2.1 (FreeBSD)

iD8DBQE+o39MWZYS9EJQoEwRAresAJ9zfnjr29RbxCQUoKUUMc4Mq8u3jQCffa9y
7u0VeE9+HIgx/ovKVehUBBU=
=2JRh
-----END PGP SIGNATURE-----

--rqzD5py0kzyFAOWN--



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