From owner-freebsd-questions@FreeBSD.ORG Sat Nov 17 05:10:18 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 DEB4716A419 for ; Sat, 17 Nov 2007 05:10:18 +0000 (UTC) (envelope-from yeef.cn@gmail.com) Received: from hu-out-0506.google.com (hu-out-0506.google.com [72.14.214.235]) by mx1.freebsd.org (Postfix) with ESMTP id 55FDF13C43E for ; Sat, 17 Nov 2007 05:10:17 +0000 (UTC) (envelope-from yeef.cn@gmail.com) Received: by hu-out-0506.google.com with SMTP id 28so416352hub for ; Fri, 16 Nov 2007 21:10:08 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=beta; h=domainkey-signature:received:received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; bh=PNlf5MnOf3n3L+QKRyq3cpV40UKCMRLbJQepPq6N2fo=; b=J3wZz/+mqfO/KVpM3IFP0PNpy7+suBAYcgk1HpWNFmW8r/R7HT9ALrnR/Xrl4+p7et6a6xaq+J6jYUj9R/UowBDFLRwy6+Ko0PYC4c//4UZJJe8Wvmn5vnb119k6yKjfMm8TNLESjfKmolgPyQesTbdkUchBSoB6BEe7M1s34g8= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Prt0RiGNPq0AEeTHrovzoyDVOTao7DMDvMMzr1L79LW1X3YmnPf4jOPzvlquq/xLFvYkbZChd4BDKJeQeGG1/CQeEvhTrusbO8YTVEVa3vRGu5nPM+GoOap3vzbo4p4GQCf1GmTGurdIhRzYaiqNOeM0VY/Ykhe793pYnb8XuGw= Received: by 10.82.107.15 with SMTP id f15mr7043784buc.1195275365484; Fri, 16 Nov 2007 20:56:05 -0800 (PST) Received: by 10.82.154.17 with HTTP; Fri, 16 Nov 2007 20:56:05 -0800 (PST) Message-ID: <197f543d0711162056g6ddaf54y16a3c2e9c789a500@mail.gmail.com> Date: Sat, 17 Nov 2007 12:56:05 +0800 From: Yeef To: "Gary Kline" In-Reply-To: <20071117045033.GB93143@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <20071117022321.GA92031@thought.org> <200711162121.25252.freysman@comcast.net> <20071116222207.X84300@tripel.monochrome.org> <20071117045033.GB93143@thought.org> Cc: 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 05:10:19 -0000 this is work for me freebsd 6.2-RELEASE /dev/acd0 /cdrom cd9660 ro,noauto 0 0 you should use root mount it. On Nov 17, 2007 12:50 PM, Gary Kline wrote: > On Fri, Nov 16, 2007 at 10:24:30PM -0500, Chris Hill wrote: > > On Fri, 16 Nov 2007, 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. > > > > Good point! Although my CD burner burns CDs just fine with either > > cdrecord or burncd, even with ro in its fstab line. > > > > >This chapter of the handbook: > > >http://www.freebsd.org/doc/en_US.ISO8859-1/books/handbook/creating-cds.html > > > > > >and the one that follows are worth a careful reading. > > > > > I think I have this page bookmarked; can't find it. I'll try > "rw" and "ro". Can either you or David explain why I get a > popup error: Can't mount volume. [?] When I clicked on the > Details, it says: > > mount_cd9660: /dev/acd1: Operation not permitted > > I click on "System" (upper left) -> Preferences -> > "Removable Drives and Media Prederences" and select every > peermissions box. Nothing. (I'm using a data disk, not > audio.) > > Ideas? > > > > > True dat. > > > > -- > > Chris Hill chris@monochrome.org > > ** [ Busy Expunging <|> ] > > -- > Gary Kline kline@thought.org www.thought.org Public Service Unix > http://jottings.thought.org http://transfinite.thought.org > > _______________________________________________ > > freebsd-questions@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-questions > To unsubscribe, send any mail to "freebsd-questions-unsubscribe@freebsd.org" > -- new city new thoughts new men please choose the freesoftware to:yeef.cn@gmail.com