From owner-freebsd-questions@FreeBSD.ORG Sat Nov 17 08:47:52 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 EF6CD16A418 for ; Sat, 17 Nov 2007 08:47:52 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: from mail.gmx.net (mail.gmx.net [213.165.64.20]) by mx1.freebsd.org (Postfix) with SMTP id 4049313C448 for ; Sat, 17 Nov 2007 08:47:47 +0000 (UTC) (envelope-from LoN_Kamikaze@gmx.de) Received: (qmail invoked by alias); 17 Nov 2007 08:46:52 -0000 Received: from nat-wh-1.rz.uni-karlsruhe.de (EHLO mobileKamikaze.norad) [129.13.72.169] by mail.gmx.net (mp045) with SMTP; 17 Nov 2007 09:46:52 +0100 X-Authenticated: #5465401 X-Provags-ID: V01U2FsdGVkX18RWoZYi8ERSq8i0Eo+Pvxk3SAtcVC9M2Plv/Kg3c cC9a2E0jqYI2Km Message-ID: <473EAA7B.8000500@gmx.de> Date: Sat, 17 Nov 2007 09:46:51 +0100 From: "[LoN]Kamikaze" User-Agent: Thunderbird 2.0.0.6 (X11/20071101) MIME-Version: 1.0 To: David J Brooks References: <20071117022321.GA92031@thought.org> <200711162121.25252.freysman@comcast.net> In-Reply-To: <200711162121.25252.freysman@comcast.net> X-Enigmail-Version: 0.95.5 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Y-GMX-Trusted: 0 Cc: Gary Kline , 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 08:47:53 -0000 David J Brooks wrote: > On Friday 16 November 2007 08:23:21 pm Gary Kline wrote: >> I've googled aroound, and can't be sure what to add in the >> FStype column to get my DCD/CDROM burners to work. Ubuntu >> installed ny 2005 burner automagically. Nothing like that for >> FreeBSD, so can anybody clue me in what I substitute for >> "udf" and "cd9660"? >> >> 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. As far as I know it's not possible to write a CD/DVD by copying stuff to the mount. cd9660 are always read-only. CD/DVD burning always goes right through the device /dev/acd0 or the CAM interface /dev/cd0.