From owner-freebsd-questions@FreeBSD.ORG Fri Jul 9 13:09:08 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 0924016A503 for ; Fri, 9 Jul 2004 13:09:08 +0000 (GMT) Received: from mercury.is.co.za (mercury.is.co.za [196.4.160.222]) by mx1.FreeBSD.org (Postfix) with ESMTP id 87B3243D41 for ; Fri, 9 Jul 2004 13:09:07 +0000 (GMT) (envelope-from grantg@xsinet.co.za) Received: from Grant (c7-ctn-32.dial-up.net [196.26.20.32]) by mercury.is.co.za (Postfix) with ESMTP id 3D846DE80D for ; Fri, 9 Jul 2004 15:09:00 +0200 (SAST) From: Grant Speelman Organization: Home user To: freebsd-questions@FreeBSD.org Date: Fri, 9 Jul 2004 15:11:08 +0200 User-Agent: KMail/1.5.4 References: <200407080041.59032.grantg@xsinet.co.za> <20040708083416.09bb708d.rpratt1950@earthlink.net> In-Reply-To: <20040708083416.09bb708d.rpratt1950@earthlink.net> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200407091511.08707.grantg@xsinet.co.za> Subject: Re: allowing users to mount cdrom again (thanks) 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: Fri, 09 Jul 2004 13:09:08 -0000 On Thursday 08 July 2004 14:34, you wrote: > On Thu, 8 Jul 2004 00:41:59 +0200 > > Grant Speelman wrote: > > Hi > > > > I read in the previous post about allowing users to mount cdrom > > and wanted to try it for myself > > I did the follow : > > > > added vfs.usermount=1 to /etc/sysctl.conf > > changed the permissions on /dev/acd0 to include the user > > restarted freebsd (It's amazing what a restart does for me > > sometimes) > > > > but this happens: > > > > Grant > mount /mnt/cdrom1 > > cd9660: /dev/acd1: Operation not permitted > > I suspect that you may be trying to mount (as a user) to a > mount point that the user (Grant) does not own. > > > I am working in Kde usings Kde's Konsole and have two cdroms on > > FreeBSD 5.2.1 > > Please help > > The FAQ has an entry about this: > > http://www.freebsd.org/doc/en_US.ISO8859-1/books/faq/disks.html#USE >R-FLOPPYMOUNT > > Its easy to overlook that the ordinary users have to own the mount > point to be used. Follow the steps outlined there and see if that > takes care of your problem. > > HTH, > > Randy Thanks this helped with the problem. Grant