From owner-freebsd-questions@FreeBSD.ORG Tue Feb 10 03:57:52 2004 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 7FBB116A4CE for ; Tue, 10 Feb 2004 03:57:52 -0800 (PST) Received: from ptb-relay01.plus.net (ptb-relay01.plus.net [212.159.14.212]) by mx1.FreeBSD.org (Postfix) with ESMTP id 5594143D1F for ; Tue, 10 Feb 2004 03:57:52 -0800 (PST) (envelope-from freebsd@arameus.net) Received: from [212.159.95.35] (helo=comis.tectonics.co.uk) by ptb-relay01.plus.net with esmtp (Exim) id 1AqWWV-000Kwf-A0 for freebsd-questions@freebsd.org; Tue, 10 Feb 2004 11:57:51 +0000 Received: from it3 ([192.168.0.128]) by comis.tectonics.co.uk (8.11.2/8.11.2) with SMTP id i1ABvos06451 for ; Tue, 10 Feb 2004 11:57:51 GMT Message-ID: <000701c3efcd$60e52530$8000a8c0@it3> From: "Edd Barrett" To: Date: Tue, 10 Feb 2004 11:59:45 -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 Subject: SMBFS and vfs.usermount. BUG?? 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: Tue, 10 Feb 2004 11:57:52 -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 (on a dir owned by him): 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!