From owner-freebsd-bugs@FreeBSD.ORG Mon Feb 9 04:54:15 2004 Return-Path: Delivered-To: freebsd-bugs@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 73F6016A4CE for ; Mon, 9 Feb 2004 04:54:15 -0800 (PST) Received: from mail.web-mania.com (mail.web-mania.com [217.204.37.28]) by mx1.FreeBSD.org (Postfix) with ESMTP id 4F68D43D2F for ; Mon, 9 Feb 2004 04:54:15 -0800 (PST) (envelope-from edd@arameus.net) Received: from tectonics.force9.co.uk ([212.159.95.35] helo=it3) by mail.web-mania.com with smtp (Exim 3.36 #13) id 1AqAAA-0001ed-00 for freebsd-bugs@freebsd.org; Mon, 09 Feb 2004 12:05:18 +0000 Message-ID: <001501c3ef04$cc1dd280$8000a8c0@it3> From: "Edd Barrett" To: Date: Mon, 9 Feb 2004 12:03:27 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-WM-MailScanner-Information: Please contact the ISP for more information X-WM-MailScanner: Found to be clean Subject: Smb and vfs.usermount=1 bug? not sure... X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 09 Feb 2004 12:54:15 -0000 Hi there. I think i may have discovered a bug in free bsd 5.2-RELEASE, it may be in earlier versions too, but I have not tried it (maybe someone running 4.x could try it) I have made an fstab entry and nsmbrc file for a smb share. vfs.usermount is set to 1. A normal user (me in this case (edd)) can mount a cdrom drive: mount /home/edd/cdrom umount /home/edd/cdrom this returns no errors and proves that vfs.usermount is working for cd9660 fs. mount /home/edd/rhome works fine... but umount /home/edd/rhome does NOT work. (permission denied) Is this a bug or am I being dumb? Thanks! Edd Barrett