From owner-freebsd-questions@FreeBSD.ORG Sat Nov 17 18:06:40 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 73EBA16A419 for ; Sat, 17 Nov 2007 18:06:40 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from igloo.linux.gr (igloo.linux.gr [62.1.205.36]) by mx1.freebsd.org (Postfix) with ESMTP id E4B4413C457 for ; Sat, 17 Nov 2007 18:06:39 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup92.ach.sch.gr [81.186.70.92]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id lAHI3p9H031863 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sat, 17 Nov 2007 20:04:50 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id lAHI3gfa002970; Sat, 17 Nov 2007 20:03:42 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id lAHI1GsB002930; Sat, 17 Nov 2007 20:01:16 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sat, 17 Nov 2007 20:01:15 +0200 From: Giorgos Keramidas To: Chris Hill Message-ID: <20071117180115.GA2834@kobe.laptop> References: <20071117022321.GA92031@thought.org> <200711162121.25252.freysman@comcast.net> <20071116222207.X84300@tripel.monochrome.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071116222207.X84300@tripel.monochrome.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.939, required 5, autolearn=not spam, ALL_TRUSTED -1.80, AWL 0.46, BAYES_00 -2.60) X-Hellug-MailScanner-From: keramida@ceid.upatras.gr X-Spam-Status: No Cc: Gary Kline , David J Brooks , freebsd-questions@freebsd.org Subject: Re: What do I put in fstab to get my DVD/CDROM burner to work? 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: Sat, 17 Nov 2007 18:06:40 -0000 On 2007-11-16 22:24, Chris Hill wrote: >On Fri, 16 Nov 2007, David J Brooks wrote: >>On Friday 16 November 2007 08:23:21 pm Gary Kline wrote: >>> This is the old and current fstable: >>> >>> # DVD drive (top) >>> /dev/acd0 /media/cdroms/0 udf ro,noauto 0 0 >>> # CD-burner (bottom) >>> /dev/acd1 /media/cdroms/1 cd9660 ro,noauto 0 0 >> >> cd9660 is what you need. for the burner at least though, you'll want >> to make it rw rather than ro. Not really. When *mounted* even DVD-RW disks are read-only. > Good point! Although my CD burner burns CDs just fine with either > cdrecord or burncd, even with ro in its fstab line. That's because they are not written ``through the cd9660 filesystem driver'', but through cdrecord/burncd.