From owner-freebsd-stable@FreeBSD.ORG Wed Feb 8 11:39:57 2006 Return-Path: X-Original-To: stable@freebsd.org Delivered-To: freebsd-stable@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 898E316A420 for ; Wed, 8 Feb 2006 11:39:57 +0000 (GMT) (envelope-from rbyrnes@mailshack.com) Received: from kelly.nerdshack.com (kelly.nerdshack.com [209.189.235.40]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4D82343D48 for ; Wed, 8 Feb 2006 11:39:55 +0000 (GMT) (envelope-from rbyrnes@mailshack.com) Received: from dispatchd.nerdshack.com (julie.nerdshack.com [209.189.235.39]) by kelly.nerdshack.com (Postfix) with SMTP id 199DD90BF4 for ; Wed, 8 Feb 2006 05:33:14 -0600 (CST) Received: from riff.number6 (dsl-235.47.221.203.lns02-kent-syd.dsl.comindico.com.au [203.221.47.235]) by mail.nerdshack.com with ESMTP Wed, 08 Feb 2006 05:31:34 -0600 From: Rob To: stable@freebsd.org Date: Wed, 8 Feb 2006 22:40:04 +1100 User-Agent: KMail/1.9.1 MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200602082240.04690.rbyrnes@mailshack.com> Cc: Subject: Trouble with mounting USB stick as user X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 08 Feb 2006 11:39:57 -0000 Hi all, Got a small problem thats just driving me nuts. I have an MP3 player that appears as a memory stick - from dmesg: umass0: iRiver Limited. iRiver Internet Audio Player IFP-700, rev 2.00/0.01, addr 2 da0 at umass-sim0 bus 0 target 0 lun 0 da0: Removable Direct Access SCSI-0 device da0: 1.000MB/s transfers da0: 500MB (1024001 512 byte sectors: 64H 32S/T 500C) (da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x10, scsi status == 0x0 (da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x10, scsi status == 0x0 (da0:umass-sim0:0:0:0): Synchronize cache failed, status == 0x10, scsi status == 0x0 The mount-point is owned by root:operator, and my user is a member of the operator group. I have vfs.usermount=1 in sysctl.conf. I have a devfs.rules file: [riff_usb=10] # Make USB drives readable to those in the "operator" group add path 'da*' mode 0660 group operator and it is referenced in rc.conf. But .. loop@riff ~ % mount /flash mount_msdosfs: /dev/da0: Operation not permitted loop@riff ~ % ls -la /dev/da0 crw-rw---- 1 root operator 0, 122 Feb 8 22:24 /dev/da0 Can anyone shed some light on what is happening here? Cheers, rob