From owner-freebsd-questions@FreeBSD.ORG Fri Jul 8 22:54:08 2005 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id EA63416A41C for ; Fri, 8 Jul 2005 22:54:08 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from mxout4.cac.washington.edu (mxout4.cac.washington.edu [140.142.33.19]) by mx1.FreeBSD.org (Postfix) with ESMTP id A7CD143D49 for ; Fri, 8 Jul 2005 22:54:08 +0000 (GMT) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.139]) by mxout4.cac.washington.edu (8.13.4+UW05.04/8.13.4+UW05.05) with ESMTP id j68Ms7er006660 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Fri, 8 Jul 2005 15:54:08 -0700 Received: from [128.208.4.242] (nilakantha.cs.washington.edu [128.208.4.242]) by smtp.washington.edu (8.13.4+UW05.04/8.13.4+UW05.05) with ESMTP id j68Ms74Z000642 for ; Fri, 8 Jul 2005 15:54:07 -0700 Message-ID: <42CF0410.3080904@u.washington.edu> Date: Fri, 08 Jul 2005 15:54:08 -0700 From: Garrett Cooper User-Agent: Mozilla Thunderbird 1.0.2 (Windows/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: freebsd-questions@freebsd.org Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: [Fwd: Re: cdrom mount question] 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, 08 Jul 2005 22:54:09 -0000 On Fri, 8 Jul 2005, Garrett Cooper wrote: Andreas Davour wrote: > On Fri, 8 Jul 2005, Bryan Maynard wrote: > >> >> I am not running as root when trying to access the device and I'm >> sure this is the problem. . . I just don't know how to fix it :-) . > > > I don't know if I used amaroK or whatever KDE player was in the menu, > but I just acted like the disc was mounted and it worked. It was a bit > strange, since I had tried hard to change the protection on the device > without getting it to work. Maybe the player ran setuid root or > something, and tried to do magic on its own. > > Have amaroK actually complained about the disc not being mounted? If > not, just try without mountinga and you might be lucky. Audio CDs shouldn't be mounted... If you try and do that you will most likely encounter issues with reading the CD. All that you would have to do most likely is change the permissions for the device to allow full read access to you on a user or group level (ie 0666, 0660 or equivalent). Modifying /etc/devfsd.conf to your liking is the best way to go to retain changes across boots.