From owner-freebsd-questions@FreeBSD.ORG Sat Jul 3 21:39:31 2004 Return-Path: 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 8713E16A4CE for ; Sat, 3 Jul 2004 21:39:31 +0000 (GMT) Received: from dime54.dizinc.com (dime54.dizinc.com [66.194.239.69]) by mx1.FreeBSD.org (Postfix) with ESMTP id 42FEB43D3F for ; Sat, 3 Jul 2004 21:39:31 +0000 (GMT) (envelope-from freebsd@solisix.com) Received: from c-67-172-98-39.client.comcast.net ([67.172.98.39] helo=[192.168.1.13]) by dime54.dizinc.com with esmtp (Exim 4.34) id 1BgsEK-00070R-Us; Sat, 03 Jul 2004 17:39:29 -0400 From: Bruce Hunter To: jobse@yapost.com, freebsd-questions@freebsd.org In-Reply-To: <1088888955.680.15.camel@localhost.localdomain> References: <1088888955.680.15.camel@localhost.localdomain> Content-Type: text/plain Organization: Solisix Software Message-Id: <1088890731.32211.7.camel@solid.solisixoffice.com> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.6 Date: Sat, 03 Jul 2004 17:38:51 -0400 Content-Transfer-Encoding: 7bit X-PopBeforeSMTPSenders: bhunter@solisix.com,freebsd@solisix.com X-AntiAbuse: This header was added to track abuse, please include it with any abuse report X-AntiAbuse: Primary Hostname - dime54.dizinc.com X-AntiAbuse: Original Domain - freebsd.org X-AntiAbuse: Originator/Caller UID/GID - [47 12] / [47 12] X-AntiAbuse: Sender Address Domain - solisix.com X-Source: X-Source-Args: X-Source-Dir: Subject: Re: allowing users to mount cdrom X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 03 Jul 2004 21:39:31 -0000 On Sat, 2004-07-03 at 17:09, jobse wrote: > Dear List, > When trying to mount the cdrom I get Operation not permitted. > sysctl: vfs.usermount=0(what does that mean and how can I *permanently* > change it to 1) > I'd rather not set the sticky bit on mount/umount if I mustn't. > > suggestions? > /jobse > Are you trying to mount the cdrom for playing music cd's? ------------------------- #mount /dev/acd0 /cdrom if you get an error here. ------------------------- try changing the permissions on /dev/acd0 to include your user trying to access/mount the device. Bruce