From owner-freebsd-questions@FreeBSD.ORG Fri Jan 7 05:48:32 2005 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 CF05C16A4CE for ; Fri, 7 Jan 2005 05:48:32 +0000 (GMT) Received: from mta13.adelphia.net (mta13.mail.adelphia.net [68.168.78.44]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3EAE743D55 for ; Fri, 7 Jan 2005 05:48:32 +0000 (GMT) (envelope-from smithcam@adelphia.net) Received: from [192.168.0.100] (really [68.169.225.230]) by mta13.adelphia.net (InterMail vM.6.01.03.02 201-2131-111-104-20040324) with ESMTP id <20050107054831.COJO5807.mta13.adelphia.net@[192.168.0.100]> for ; Fri, 7 Jan 2005 00:48:31 -0500 Message-ID: <41DE22AE.50101@adelphia.net> Date: Thu, 06 Jan 2005 21:48:30 -0800 From: Kevin Smith User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.5) Gecko/20041221 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: how do I permit ordinary users to mound SCSI devices ? 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, 07 Jan 2005 05:48:32 -0000 How do I permit ordinary users to mound SCSI devices ? As suggested in the FAQ, section 9, I am able to allow members of operator group mount the cdrom by setting sysctl -w vfs.usrmount=1 This does not appear to work with SCSI devices. (ex: /dev/da0s2) I get the error: > mount -t msdos /dev/da0s2 ~/ipod msdosfs: /dev/da0s2: Permission denied Any ideas ? -Kevin