From owner-freebsd-questions@FreeBSD.ORG Sat Nov 17 23:38:39 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 0867816A419 for ; Sat, 17 Nov 2007 23:38:39 +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 12FF813C511 for ; Sat, 17 Nov 2007 23:38:32 +0000 (UTC) (envelope-from keramida@ceid.upatras.gr) Received: from kobe.laptop (dialup80.ach.sch.gr [81.186.70.80]) (authenticated bits=128) by igloo.linux.gr (8.14.1/8.14.1/Debian-9) with ESMTP id lAHNZXRq018853 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 18 Nov 2007 01:35:45 +0200 Received: from kobe.laptop (kobe.laptop [127.0.0.1]) by kobe.laptop (8.14.2/8.14.2) with ESMTP id lAHNZVjN005614; Sun, 18 Nov 2007 01:35:31 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Received: (from keramida@localhost) by kobe.laptop (8.14.2/8.14.2/Submit) id lAHNZVON005613; Sun, 18 Nov 2007 01:35:31 +0200 (EET) (envelope-from keramida@ceid.upatras.gr) Date: Sun, 18 Nov 2007 01:35:31 +0200 From: Giorgos Keramidas To: Gary Kline Message-ID: <20071117233531.GA5519@kobe.laptop> References: <20071117022321.GA92031@thought.org> <200711162121.25252.freysman@comcast.net> <20071116222207.X84300@tripel.monochrome.org> <20071117045033.GB93143@thought.org> <197f543d0711162056g6ddaf54y16a3c2e9c789a500@mail.gmail.com> <20071117180325.GB2834@kobe.laptop> <20071117221318.GA32536@thought.org> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20071117221318.GA32536@thought.org> X-Hellug-MailScanner: Found to be clean X-Hellug-MailScanner-SpamCheck: not spam, SpamAssassin (not cached, score=-3.94, 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: Yeef , Joshua Isom , freebsd-questions Questions 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 23:38:39 -0000 On 2007-11-17 14:13, Gary Kline wrote: >On Sat, Nov 17, 2007 at 08:03:25PM +0200, Giorgos Keramidas wrote: >>On 2007-11-17 02:55, Joshua Isom wrote: >>> On Nov 16, 2007, at 10:56 PM, Yeef wrote: >>>> this is work for me freebsd 6.2-RELEASE >>>> >>>> /dev/acd0 /cdrom cd9660 ro,noauto 0 0 >>>> >>>> you should use root mount it. >>> >>> Or set vfs.usermount to 1, if I remember right. I can't recall what's >>> the proper method for setting it at boot, rc.conf or loader.conf. The >>> default is 0, which is what I have it set to, more to annoy me than >>> security (personal server behind a buggy router/firewall). >> >> man sysctl.conf >> >> That's the proper place to put `vfs.usermount=1'. > > Okay, I've set vfs.usermount=1, but both totem and kmplayer > refuse to play my audio-CD. Using #mount alone (as root) > doesn't say anything about /dev/acd0. I have tried to mount > the CD :: > > root@tao2:/dev# mount_cd9660 /dev/acd0 /media/cdroms/0 > mount_cd9660: /dev/acd0: Invalid argument You are not trying to _mount_ an audio CD-ROM, right? If you are, then please read carefully the Handbook chapter about multimedia and CD-ROM/DVD-ROM disks. It will help a lot :)