From owner-freebsd-questions@FreeBSD.ORG Fri Nov 23 07:50:21 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 6976D16A41B for ; Fri, 23 Nov 2007 07:50:21 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from smtp-vbr9.xs4all.nl (smtp-vbr9.xs4all.nl [194.109.24.29]) by mx1.freebsd.org (Postfix) with ESMTP id EB01913C461 for ; Fri, 23 Nov 2007 07:50:20 +0000 (UTC) (envelope-from rsmith@xs4all.nl) Received: from slackbox.xs4all.nl (slackbox.xs4all.nl [213.84.242.160]) by smtp-vbr9.xs4all.nl (8.13.8/8.13.8) with ESMTP id lAN7oCdc005506; Fri, 23 Nov 2007 08:50:17 +0100 (CET) (envelope-from rsmith@xs4all.nl) Received: by slackbox.xs4all.nl (Postfix, from userid 1001) id B6D80B8F8; Fri, 23 Nov 2007 08:50:12 +0100 (CET) Date: Fri, 23 Nov 2007 08:50:12 +0100 From: Roland Smith To: Gary Kline Message-ID: <20071123075012.GA91358@slackbox.xs4all.nl> Mail-Followup-To: Gary Kline , Ian Smith , freebsd-questions@freebsd.org References: <20071122120047.2815B16A421@hub.freebsd.org> <20071122234952.GA65071@thought.org> MIME-Version: 1.0 Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="AhhlLboLdkugWU4S" Content-Disposition: inline In-Reply-To: <20071122234952.GA65071@thought.org> X-GPG-Fingerprint: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 X-GPG-Key: http://www.xs4all.nl/~rsmith/pubkey.txt X-GPG-Notice: If this message is not signed, don't assume I sent it! User-Agent: Mutt/1.5.16 (2007-06-09) X-Virus-Scanned: by XS4ALL Virus Scanner Cc: Ian Smith , freebsd-questions@freebsd.org Subject: Re: is this IT or not/ X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 23 Nov 2007 07:50:21 -0000 --AhhlLboLdkugWU4S Content-Type: text/plain; charset=us-ascii Content-Disposition: inline Content-Transfer-Encoding: quoted-printable On Thu, Nov 22, 2007 at 03:49:52PM -0800, Gary Kline wrote: >=20 > I did have a "vfs." entry in the wong file; that has seemed to > make a big difference. On my Ubuntu server most of these=20 > utilities Just-Work. I would like to burn CD's and maybe a > DvD or two. But k3b seems way too far. Do you--or anyone=20 > else on-List--know if the gnome burner (*Baker) works out of > the box? ---I realize that our speciality is as-servers. > With stability. But since I'm building a new main machine=20 > that is not my DNS/web/server, I'd rather stick with FBSD. All those graphical programs are just front-ends for=20 - cdrecord (CDs) - growisofs (fro DVDs, from the dvd+rw-tools package) So try and get those to work from the command-line first. Then install k3b or baker or whatever. My usual invocation for cdrecord for data disks is: cdrecord -v -eject -dao speed=3D8 driveropts=3Dburnfree dev=3D1,1,0 -pad \ -data file.iso You'll have to adjust the dev part by looking at the output of=20 'cdrecord -scanbus'. Cdrecord requires atapicam or a SCSI burner, btw. For burning music, use -audio instead of -data, and feed it a bunch of WAV files. See cdrecord(1). The growisofs(1m) manual has examples on how to use it. Roland --=20 R.F.Smith http://www.xs4all.nl/~rsmith/ [plain text _non-HTML_ PGP/GnuPG encrypted/signed email much appreciated] pgp: 1A2B 477F 9970 BA3C 2914 B7CE 1277 EFB0 C321 A725 (KeyID: C321A725) --AhhlLboLdkugWU4S Content-Type: application/pgp-signature Content-Disposition: inline -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.4 (FreeBSD) iD8DBQFHRoY0EnfvsMMhpyURAntRAJ4q1JwUoQ/aGrnMOAbTZbm+HeH3qACfZNn0 tykQxK7WpFk+kzGkfDXZLDE= =GDxM -----END PGP SIGNATURE----- --AhhlLboLdkugWU4S--