From owner-freebsd-questions Thu Oct 14 9:10:33 1999 Delivered-To: freebsd-questions@freebsd.org Received: from blackhelicopters.org (geburah.blackhelicopters.org [209.69.178.18]) by hub.freebsd.org (Postfix) with ESMTP id A22D414E41 for ; Thu, 14 Oct 1999 09:10:23 -0700 (PDT) (envelope-from mwlucas@blackhelicopters.org) Received: (from mwlucas@localhost) by blackhelicopters.org (8.9.3/8.9.3) id MAA53520 for questions@freebsd.org; Thu, 14 Oct 1999 12:10:22 -0400 (EDT) (envelope-from mwlucas) From: Michael Lucas Message-Id: <199910141610.MAA53520@blackhelicopters.org> Subject: vfs.usermount problem? To: questions@freebsd.org Date: Thu, 14 Oct 1999 12:10:22 -0400 (EDT) X-Mailer: ELM [version 2.4ME+ PL43 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hello, I'm trying to allow a desktop user to mount CDs without root access. (Yes, I know the security risks, but the user is me. I'm not comfortable keeping a root window open just to mount & unmount documentation disks.) The system is 3.3-stable, on a Toshiba 4015CDS laptop. I've set vfs.usermount=1. When I try to mount /cdrom as a regular user, I get: moneysink~;mount /cdrom cd9660: Operation not permitted moneysink~; To try to solve this, I've chowned nobody.nobody, chmod 777 /cdrom. I've made sure that cd9660.ko is proviously loaded. The same operation succeeds as root, so it's not an fstab problem. /var/log/messages has nothing interesting therein. Any suggestions? Thanks, Michael To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message