From owner-freebsd-questions@FreeBSD.ORG Sat Feb 17 21:14:00 2007 Return-Path: X-Original-To: freebsd-questions@freebsd.org Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 3E0EE16A401 for ; Sat, 17 Feb 2007 21:14:00 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from mxout1.cac.washington.edu (mxout1.cac.washington.edu [140.142.32.134]) by mx1.freebsd.org (Postfix) with ESMTP id 1AFB113C4A7 for ; Sat, 17 Feb 2007 21:14:00 +0000 (UTC) (envelope-from youshi10@u.washington.edu) Received: from smtp.washington.edu (smtp.washington.edu [140.142.32.141] (may be forged)) by mxout1.cac.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id l1HLDxjC026790 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=OK) for ; Sat, 17 Feb 2007 13:13:59 -0800 X-Auth-Received: from [192.168.10.41] (c-67-187-172-183.hsd1.ca.comcast.net [67.187.172.183]) (authenticated authid=youshi10) by smtp.washington.edu (8.13.7+UW06.06/8.13.7+UW06.09) with ESMTP id l1HLDwMR030176 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT) for ; Sat, 17 Feb 2007 13:13:59 -0800 Message-ID: <45D77010.5090003@u.washington.edu> Date: Sat, 17 Feb 2007 13:13:52 -0800 From: Garrett Cooper User-Agent: Thunderbird 1.5.0.9 (X11/20070122) MIME-Version: 1.0 To: freebsd-questions@freebsd.org References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-PMX-Version: 5.3.0.289146, Antispam-Engine: 2.5.0.283055, Antispam-Data: 2007.2.17.125933 X-Uwash-Spam: Gauge=IIIIIII, Probability=7%, Report='__CT 0, __CTE 0, __CT_TEXT_PLAIN 0, __HAS_MSGID 0, __MIME_TEXT_ONLY 0, __MIME_VERSION 0, __SANE_MSGID 0, __USER_AGENT 0' Subject: Re: "Operation not permitted" when mounting floppy or cdrom 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 Feb 2007 21:14:00 -0000 lysergius2001 wrote: > FreeBSD 6.2. Recently installed will not permit user mount of floppy disk, > cdrom, or usb. Works fine as root. Checked devfs.conf, devfs.rules, > fstab, > /dev. Nothing seems to make a difference. > > Any ideas welcomed... > > Thanks You don't have access to the /dev nodes. Make sure that your user has the ability to mount. Make sure that this sysctl is also set to 1: vfs.usermount: 1 If that doesn't work, then we'll have to get more info about the devices you're trying to mount (ls -l), what groups you're in, etc. -Garrett