From owner-freebsd-questions@FreeBSD.ORG Sun Apr 20 22:19:11 2003 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9CBF837B401 for ; Sun, 20 Apr 2003 22:19:11 -0700 (PDT) Received: from sub21-156.member.dsl-only.net (sub21-156.member.dsl-only.net [63.105.21.156]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A65743FAF for ; Sun, 20 Apr 2003 22:19:10 -0700 (PDT) (envelope-from nkinkade@sub21-156.member.dsl-only.net) Received: from nkinkade by sub21-156.member.dsl-only.net with local (Exim 4.10) id 197Tht-000NEA-00; Sun, 20 Apr 2003 22:19:09 -0700 Date: Sun, 20 Apr 2003 22:19:09 -0700 From: Nathan Kinkade To: derik DeVecchio Message-ID: <20030421051909.GD30743@sub21-156.member.dsl-only.net> Mail-Followup-To: derik DeVecchio , freebsd-questions@freebsd.org References: Mime-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="rqzD5py0kzyFAOWN" Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.4i Sender: Nathan Kinkade cc: freebsd-questions@freebsd.org Subject: Re: how can I burn ISO images in FreeBSD 4.8, cd-write port broken? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: nkinkade@fastmail.fm List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 21 Apr 2003 05:19:11 -0000 --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 >=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--